Unnamed Minor Update
This commit is contained in:
parent
f97289ea2d
commit
75e501c242
@ -2,6 +2,12 @@
|
||||
|
||||
# [Jul 26th 2024] Unnamed Minor Update
|
||||
|
||||
- Vines are now flammable
|
||||
- Players now deal 10000 damage in creative mode
|
||||
- Added water bottles
|
||||
|
||||
# [Jul 26th 2024] Unnamed Minor Update
|
||||
|
||||
- Add large jungle trees
|
||||
- CamelCase all schematics
|
||||
- Rename tree* schematics to proper tree names
|
||||
|
@ -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)
|
||||
|
BIN
textures/water-bottle.png
Normal file
BIN
textures/water-bottle.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 242 B |
Loading…
x
Reference in New Issue
Block a user