ответвлено от mtcontrib/moreplants
Сравнить коммиты
5 Коммитов
681d1d963c
...
master
Автор | SHA1 | Дата | |
---|---|---|---|
cae249a88a | |||
4bf92e471a | |||
e0d6663960 | |||
07f4ac8379 | |||
ffc1b1921d |
@ -1 +0,0 @@
|
||||
default
|
@ -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
|
2
init.lua
2
init.lua
@ -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,
|
||||
})
|
||||
|
4
mod.conf
Обычный файл
4
mod.conf
Обычный файл
@ -0,0 +1,4 @@
|
||||
name = moreplants
|
||||
title = More Plants
|
||||
description = A simple mod that adds a few new plants.
|
||||
depends = default
|
Ссылка в новой задаче
Block a user