1
0
mirror of https://github.com/mt-mods/plantlife_modpack.git synced 2025-07-20 08:40:29 +02:00

Merge remote-tracking branch 'upstream/master'

This commit is contained in:
2021-07-24 13:12:23 +02:00
18 changed files with 55 additions and 54 deletions

View File

@ -11,7 +11,7 @@ abstract_dryplants.grow_grass_variation = function(pos)
minetest.swap_node(pos, {name="dryplants:grass_short"})
end
biome_lib:register_generate_plant({
biome_lib.register_on_generate({
surface = {
"default:dirt_with_grass",
},