Updated textures for rubber planks, door, trapdoor

This commit is contained in:
drcrazy 2019-09-02 16:23:03 +03:00
parent ea23ef7038
commit aab010af3c
12 changed files with 11 additions and 12 deletions

View file

@ -44,7 +44,6 @@ import techreborn.init.*;
import techreborn.packets.ClientboundPackets; import techreborn.packets.ClientboundPackets;
import techreborn.packets.ServerboundPackets; import techreborn.packets.ServerboundPackets;
import techreborn.utils.BehaviorDispenseScrapbox; import techreborn.utils.BehaviorDispenseScrapbox;
import reborncore.common.chunkloading.ChunkLoaderManager;
import techreborn.world.WorldGenerator; import techreborn.world.WorldGenerator;
public class TechReborn implements ModInitializer { public class TechReborn implements ModInitializer {

View file

@ -1,7 +1,7 @@
{ {
"parent": "minecraft:block/door_bottom", "parent": "minecraft:block/door_bottom",
"textures": { "textures": {
"bottom": "techreborn:block/rubber_planks", "bottom": "techreborn:block/rubber_door_bottom",
"top": "techreborn:block/rubber_planks" "top": "techreborn:block/rubber_door_top"
} }
} }

View file

@ -1,7 +1,7 @@
{ {
"parent": "minecraft:block/door_bottom_rh", "parent": "minecraft:block/door_bottom_rh",
"textures": { "textures": {
"bottom": "techreborn:block/rubber_planks", "bottom": "techreborn:block/rubber_door_bottom",
"top": "techreborn:block/rubber_planks" "top": "techreborn:block/rubber_door_top"
} }
} }

View file

@ -1,7 +1,7 @@
{ {
"parent": "minecraft:block/door_top", "parent": "minecraft:block/door_top",
"textures": { "textures": {
"bottom": "techreborn:block/rubber_planks", "bottom": "techreborn:block/rubber_door_bottom",
"top": "techreborn:block/rubber_planks" "top": "techreborn:block/rubber_door_top"
} }
} }

View file

@ -1,7 +1,7 @@
{ {
"parent": "minecraft:block/door_top_rh", "parent": "minecraft:block/door_top_rh",
"textures": { "textures": {
"bottom": "techreborn:block/rubber_planks", "bottom": "techreborn:block/rubber_door_bottom",
"top": "techreborn:block/rubber_planks" "top": "techreborn:block/rubber_door_top"
} }
} }

View file

@ -1,6 +1,6 @@
{ {
"parent": "minecraft:block/template_orientable_trapdoor_bottom", "parent": "minecraft:block/template_orientable_trapdoor_bottom",
"textures": { "textures": {
"texture": "techreborn:block/rubber_planks" "texture": "techreborn:block/rubber_trapdoor"
} }
} }

View file

@ -1,6 +1,6 @@
{ {
"parent": "minecraft:block/template_orientable_trapdoor_open", "parent": "minecraft:block/template_orientable_trapdoor_open",
"textures": { "textures": {
"texture": "techreborn:block/rubber_planks" "texture": "techreborn:block/rubber_trapdoor"
} }
} }

View file

@ -1,6 +1,6 @@
{ {
"parent": "minecraft:block/template_orientable_trapdoor_top", "parent": "minecraft:block/template_orientable_trapdoor_top",
"textures": { "textures": {
"texture": "techreborn:block/rubber_planks" "texture": "techreborn:block/rubber_trapdoor"
} }
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 455 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 449 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 645 B

After

Width:  |  Height:  |  Size: 446 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 418 B