1
0
의 미러 https://github.com/D00Med/moreplants.git synced 2025-11-25 10:35:35 +01:00

Compare commits

8 커밋

4개의 변경된 파일7개의 추가작업 그리고 11개의 파일을 삭제

파일 보기

@@ -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

파일 보기

@@ -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,
})
@@ -1005,3 +1005,5 @@ minetest.register_on_generated(function(minp, maxp)
end
end
end)
minetest.log("action", "[moreplants] loaded.")

4
mod.conf Normal file
파일 보기

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