Minor Update: Establish Game Core; Try To Stop Breaking Changes, Added Dandelions
This commit is contained in:
parent
3fb0ef5e43
commit
828b5eb4a4
@ -177,7 +177,7 @@ PyuTestCore.make_node("pyutest_core:glass", "glass", "Glass", {
|
||||
sunlight_propagates = true
|
||||
})
|
||||
|
||||
PyuTestCore.make_node("pyutest_core:flower", "flower", "Flower", {
|
||||
PyuTestCore.make_node("pyutest_core:flower", "rose", "Rose", {
|
||||
snappy = 1,
|
||||
block = PyuTestCore.BLOCK_BREAKABLE_INSTANT,
|
||||
}, {"flower.png"}, {
|
||||
@ -190,6 +190,19 @@ PyuTestCore.make_node("pyutest_core:flower", "flower", "Flower", {
|
||||
inventory_image = "flower.png"
|
||||
})
|
||||
|
||||
PyuTestCore.make_node("pyutest_core:flower2", "dandelion", "Dandelion", {
|
||||
snappy = 1,
|
||||
block = PyuTestCore.BLOCK_BREAKABLE_INSTANT,
|
||||
}, {"flower2.png"}, {
|
||||
drawtype = "plantlike",
|
||||
walkable = false,
|
||||
waving = 1,
|
||||
buildable_to = true,
|
||||
paramtype = "light",
|
||||
sunlight_propagates = true,
|
||||
inventory_image = "flower2.png"
|
||||
})
|
||||
|
||||
PyuTestCore.make_node("pyutest_core:trapdoor", "trapdoor", "Trapdoor", {
|
||||
choppy = 1,
|
||||
block = PyuTestCore.BLOCK_BREAKABLE_NORMAL
|
||||
|
BIN
mods/pyutest_core/textures/flower2.png
Normal file
BIN
mods/pyutest_core/textures/flower2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 161 B |
Loading…
x
Reference in New Issue
Block a user