Fix the item expire delay amplifier
Fix aurora door texture Add trash command Push 1.3.3.1 alpha
This commit is contained in:
parent
146de39f44
commit
d44ffa6342
21 changed files with 110 additions and 88 deletions
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/door_bottom_left",
|
||||
"render_type": "minecraft:translucent",
|
||||
"textures": {
|
||||
"bottom": "otemod:block/aurora_door_bottom",
|
||||
"top": "otemod:block/aurora_door_top"
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/door_bottom_left_open",
|
||||
"render_type": "minecraft:translucent",
|
||||
"textures": {
|
||||
"bottom": "otemod:block/aurora_door_bottom",
|
||||
"top": "otemod:block/aurora_door_top"
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/door_bottom_right",
|
||||
"render_type": "minecraft:translucent",
|
||||
"textures": {
|
||||
"bottom": "otemod:block/aurora_door_bottom",
|
||||
"top": "otemod:block/aurora_door_top"
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/door_bottom_right_open",
|
||||
"render_type": "minecraft:translucent",
|
||||
"textures": {
|
||||
"bottom": "otemod:block/aurora_door_bottom",
|
||||
"top": "otemod:block/aurora_door_top"
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/door_top_left",
|
||||
"render_type": "minecraft:translucent",
|
||||
"textures": {
|
||||
"bottom": "otemod:block/aurora_door_bottom",
|
||||
"top": "otemod:block/aurora_door_top"
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/door_top_left_open",
|
||||
"render_type": "minecraft:translucent",
|
||||
"textures": {
|
||||
"bottom": "otemod:block/aurora_door_bottom",
|
||||
"top": "otemod:block/aurora_door_top"
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/door_top_right",
|
||||
"render_type": "minecraft:translucent",
|
||||
"textures": {
|
||||
"bottom": "otemod:block/aurora_door_bottom",
|
||||
"top": "otemod:block/aurora_door_top"
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/door_top_right_open",
|
||||
"render_type": "minecraft:translucent",
|
||||
"textures": {
|
||||
"bottom": "otemod:block/aurora_door_bottom",
|
||||
"top": "otemod:block/aurora_door_top"
|
Binary file not shown.
Before Width: | Height: | Size: 397 B After Width: | Height: | Size: 407 B |
Binary file not shown.
Before Width: | Height: | Size: 458 B After Width: | Height: | Size: 462 B |
Reference in a new issue