add base:ice block
This commit is contained in:
parent
5b6256e0fa
commit
faadfca8c3
7
res/content/base/blocks/ice.json
Normal file
7
res/content/base/blocks/ice.json
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"texture": "ice",
|
||||||
|
"material": "base:glass",
|
||||||
|
"draw-group": 4,
|
||||||
|
"light-passing": true,
|
||||||
|
"translucent": true
|
||||||
|
}
|
||||||
@ -1,6 +1,8 @@
|
|||||||
{
|
{
|
||||||
"items": [
|
"entities": [
|
||||||
"bazalt_breaker"
|
"drop",
|
||||||
|
"player",
|
||||||
|
"falling_block"
|
||||||
],
|
],
|
||||||
"blocks": [
|
"blocks": [
|
||||||
"dirt",
|
"dirt",
|
||||||
@ -27,11 +29,10 @@
|
|||||||
"lightbulb",
|
"lightbulb",
|
||||||
"torch",
|
"torch",
|
||||||
"wooden_door",
|
"wooden_door",
|
||||||
"coal_ore"
|
"coal_ore",
|
||||||
|
"ice"
|
||||||
],
|
],
|
||||||
"entities": [
|
"items": [
|
||||||
"drop",
|
"bazalt_breaker"
|
||||||
"player",
|
|
||||||
"falling_block"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
BIN
res/content/base/textures/blocks/ice.png
Normal file
BIN
res/content/base/textures/blocks/ice.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.1 KiB |
Loading…
x
Reference in New Issue
Block a user