Re-added barriers
This commit is contained in:
parent
637bb21ad9
commit
95b119bc65
@ -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:
|
||||
|
||||
|
@ -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 |
Loading…
x
Reference in New Issue
Block a user