1
0
mirror of https://github.com/luanti-org/minetest_game.git synced 2025-12-14 02:25:23 +01:00
Files
minetest_game/mods/default/functions.lua
Pedro Gimeno 838ad60ad0 Fix dry_grass_N on dirt producing dirt_with_grass
`dry_grass_N` has groups `grass` and `dry_grass`, so if the check for `grass` is done first, having dry_grass on it makes it turn into `dirt_with_grass` instead of `dirt_with_dry_grass`. Changing the order fixes this.
2025-04-19 19:19:12 +02:00

22 KiB