Re-added barriers

This commit is contained in:
IamPyu 2024-12-10 20:13:13 -06:00
parent 637bb21ad9
commit 95b119bc65
3 changed files with 13 additions and 0 deletions

View File

@ -43,6 +43,7 @@ Other Game Changes:
- Added FrozenPeaks biome
- Added Peach color
- Replaced single Haybales blocks spawning in Plains biome with Haybale and Pumpkin pastures
- Re-added Barriers
Code Changes:

View File

@ -205,6 +205,18 @@ PyuTest.make_node("pyutest_blocks:bedrock", "Bedrock", {
_pyutest_blast_resistance = 1000
})
PyuTest.make_node("pyutest_blocks:barrier", "Barrier", {
creative_breaking = PyuTest.BLOCK_NORMAL
}, nil, {
drawtype = "airlike",
paramtype = "light",
sunlight_propagates = true,
inventory_image = "pyutest-barrier.png",
wield_image = "pyutest-barrier.png",
_pyutest_blast_resistance = 1000
})
PyuTest.make_node("pyutest_blocks:weak_ice", "Weak Ice", {
cracky = PyuTest.BLOCK_FAST,
block = 1

Binary file not shown.

Before

Width:  |  Height:  |  Size: 187 B

After

Width:  |  Height:  |  Size: 184 B