Unnamed Minor Update
This commit is contained in:
@@ -67,7 +67,8 @@ PyuTestCore.make_flower("pyutest_core:black_rose", "Black Rose", "black-rose.png
|
||||
|
||||
PyuTestCore.make_node("pyutest_core:vines", "Vines", {
|
||||
block = PyuTestCore.BLOCK_BREAKABLE_INSTANT,
|
||||
attached_node = 1
|
||||
attached_node = 1,
|
||||
flammable = 1
|
||||
}, {"vines.png"}, {
|
||||
drawtype = "signlike",
|
||||
paramtype = "light",
|
||||
|
@@ -71,7 +71,7 @@ if minetest.is_creative_enabled("") then
|
||||
}
|
||||
},
|
||||
punch_attack_uses = 0,
|
||||
damage_groups = {fleshy = 100}
|
||||
damage_groups = {fleshy = 10000}
|
||||
}
|
||||
})
|
||||
else
|
||||
|
@@ -158,3 +158,4 @@ PyuTestCore.make_item("pyutest_core:windball", "Windball", {}, "windball.png", {
|
||||
|
||||
PyuTestCore.make_food("pyutest_core:apple", "Apple", "apple.png", 5)
|
||||
PyuTestCore.make_food("pyutest_core:bread", "Bread", "bread.png", 3)
|
||||
PyuTestCore.make_food("pyutest_core:water_bottle", "Water Bottle", "water-bottle.png", 2)
|
||||
|
Reference in New Issue
Block a user