Fix the item expire delay amplifier

Fix aurora door texture
Add trash command
Push 1.3.3.1 alpha
This commit is contained in:
Zontreck 2022-10-07 01:02:44 -07:00
parent 146de39f44
commit d44ffa6342
21 changed files with 110 additions and 88 deletions

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 458 B

After

Width:  |  Height:  |  Size: 462 B

Before After
Before After