Commit current progress on adopting and integrating engineer's decor
This commit is contained in:
parent
7dc1e29441
commit
9e61a85498
8 changed files with 27 additions and 0 deletions
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:block",
|
||||||
|
"pools": [
|
||||||
|
{
|
||||||
|
"bonus_rolls": 0.0,
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "otemod:uncrafter"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"rolls": 1.0
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"random_sequence": "otemod:blocks/uncrafter"
|
||||||
|
}
|
Binary file not shown.
After Width: | Height: | Size: 527 B |
BIN
src/main/resources/assets/otemod/textures/block/uncrafter.png
Normal file
BIN
src/main/resources/assets/otemod/textures/block/uncrafter.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 638 B |
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"animation": {
|
||||||
|
"frametime": 10,
|
||||||
|
"interpolate": true
|
||||||
|
}
|
||||||
|
}
|
Binary file not shown.
After Width: | Height: | Size: 611 B |
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 586 B |
BIN
src/main/resources/assets/otemod/textures/gui/uncrafter.png
Normal file
BIN
src/main/resources/assets/otemod/textures/gui/uncrafter.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
Reference in a new issue