Compare commits

2 Commits

Author SHA1 Message Date
cae249a88a Blueflower spawn to grassland 2023-11-26 18:55:49 +01:00
4bf92e471a Add missed depends in mod.conf 2022-07-07 18:50:25 +02:00
2 changed files with 2 additions and 1 deletions

View File

@ -727,7 +727,7 @@ minetest.register_decoration({
place_on = "default:dirt_with_grass",
sidelen = 16,
fill_ratio = 0.001,
biomes = {"stone_grassland", "sandstone_grassland"},
biomes = {"grassland"},
decoration = "moreplants:blueflower",
height = 1,
})

View File

@ -1,3 +1,4 @@
name = moreplants
title = More Plants
description = A simple mod that adds a few new plants.
depends = default