Updated textures for rubber planks, door, trapdoor
This commit is contained in:
parent
ea23ef7038
commit
aab010af3c
12 changed files with 11 additions and 12 deletions
|
@ -44,7 +44,6 @@ import techreborn.init.*;
|
|||
import techreborn.packets.ClientboundPackets;
|
||||
import techreborn.packets.ServerboundPackets;
|
||||
import techreborn.utils.BehaviorDispenseScrapbox;
|
||||
import reborncore.common.chunkloading.ChunkLoaderManager;
|
||||
import techreborn.world.WorldGenerator;
|
||||
|
||||
public class TechReborn implements ModInitializer {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"parent": "minecraft:block/door_bottom",
|
||||
"textures": {
|
||||
"bottom": "techreborn:block/rubber_planks",
|
||||
"top": "techreborn:block/rubber_planks"
|
||||
"bottom": "techreborn:block/rubber_door_bottom",
|
||||
"top": "techreborn:block/rubber_door_top"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"parent": "minecraft:block/door_bottom_rh",
|
||||
"textures": {
|
||||
"bottom": "techreborn:block/rubber_planks",
|
||||
"top": "techreborn:block/rubber_planks"
|
||||
"bottom": "techreborn:block/rubber_door_bottom",
|
||||
"top": "techreborn:block/rubber_door_top"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"parent": "minecraft:block/door_top",
|
||||
"textures": {
|
||||
"bottom": "techreborn:block/rubber_planks",
|
||||
"top": "techreborn:block/rubber_planks"
|
||||
"bottom": "techreborn:block/rubber_door_bottom",
|
||||
"top": "techreborn:block/rubber_door_top"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"parent": "minecraft:block/door_top_rh",
|
||||
"textures": {
|
||||
"bottom": "techreborn:block/rubber_planks",
|
||||
"top": "techreborn:block/rubber_planks"
|
||||
"bottom": "techreborn:block/rubber_door_bottom",
|
||||
"top": "techreborn:block/rubber_door_top"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/template_orientable_trapdoor_bottom",
|
||||
"textures": {
|
||||
"texture": "techreborn:block/rubber_planks"
|
||||
"texture": "techreborn:block/rubber_trapdoor"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/template_orientable_trapdoor_open",
|
||||
"textures": {
|
||||
"texture": "techreborn:block/rubber_planks"
|
||||
"texture": "techreborn:block/rubber_trapdoor"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/template_orientable_trapdoor_top",
|
||||
"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 |
Loading…
Add table
Reference in a new issue