Compare commits

5 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
e0d6663960 Delete depends.txt, description.txt, add mod.conf 2022-07-02 21:45:23 +02:00
07f4ac8379 Merge remote-tracking branch 'upstream/master' 2021-03-12 12:35:47 +01:00
ffc1b1921d Merge pull request #8 from sys4-fr/master
Some fixes and improvements
2021-02-27 06:00:36 +10:00
4 changed files with 5 additions and 11 deletions

View File

@ -1 +0,0 @@
default

View File

@ -1,9 +0,0 @@
A simple mod that adds a few new plants.
Changed in V1.2:
>more plants
>plants now spawn on new worlds(as decorations not using an ABM)
>curly plants have fruit, and eyeweeds drop eyeballs
>smaller textures
Changed in V1.3:
>added all plants to the group attached_node

View File

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

4
mod.conf Normal file
View File

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