diff --git a/src/main/resources/assets/appliedenergistics2/blockstates/debug_chunk_loader.json b/src/main/resources/assets/appliedenergistics2/blockstates/debug_chunk_loader.json new file mode 100644 index 000000000..917e9d3bf --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/blockstates/debug_chunk_loader.json @@ -0,0 +1,7 @@ +{ + "variants": { + "normal": { + "model": "appliedenergistics2:debug/chunk_loader" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/blockstates/debug_cube_gen.json b/src/main/resources/assets/appliedenergistics2/blockstates/debug_cube_gen.json new file mode 100644 index 000000000..4ff64c8cf --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/blockstates/debug_cube_gen.json @@ -0,0 +1,7 @@ +{ + "variants": { + "normal": { + "model": "appliedenergistics2:debug/cube_gen" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/blockstates/debug_item_gen.json b/src/main/resources/assets/appliedenergistics2/blockstates/debug_item_gen.json new file mode 100644 index 000000000..93ea41751 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/blockstates/debug_item_gen.json @@ -0,0 +1,7 @@ +{ + "variants": { + "normal": { + "model": "appliedenergistics2:debug/item_gen" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/blockstates/debug_phantom_node.json b/src/main/resources/assets/appliedenergistics2/blockstates/debug_phantom_node.json new file mode 100644 index 000000000..fddad4981 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/blockstates/debug_phantom_node.json @@ -0,0 +1,7 @@ +{ + "variants": { + "normal": { + "model": "appliedenergistics2:debug/phantom_node" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/block/debug/chunk_loader.json b/src/main/resources/assets/appliedenergistics2/models/block/debug/chunk_loader.json new file mode 100644 index 000000000..f8738a7bb --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/models/block/debug/chunk_loader.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "appliedenergistics2:blocks/debug/chunk_loader" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/block/debug/cube_gen.json b/src/main/resources/assets/appliedenergistics2/models/block/debug/cube_gen.json new file mode 100644 index 000000000..815f8a991 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/models/block/debug/cube_gen.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "appliedenergistics2:blocks/debug/cube_gen" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/block/debug/item_gen.json b/src/main/resources/assets/appliedenergistics2/models/block/debug/item_gen.json new file mode 100644 index 000000000..12ce92fab --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/models/block/debug/item_gen.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "appliedenergistics2:blocks/debug/item_gen" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/block/debug/phantom_node.json b/src/main/resources/assets/appliedenergistics2/models/block/debug/phantom_node.json new file mode 100644 index 000000000..e0ab225b5 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/models/block/debug/phantom_node.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "appliedenergistics2:blocks/debug/phantom_node" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/debug/chunk_loader.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/debug/chunk_loader.png new file mode 100644 index 000000000..ae84ed286 Binary files /dev/null and b/src/main/resources/assets/appliedenergistics2/textures/blocks/debug/chunk_loader.png differ diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/debug/cube_gen.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/debug/cube_gen.png new file mode 100644 index 000000000..c89482248 Binary files /dev/null and b/src/main/resources/assets/appliedenergistics2/textures/blocks/debug/cube_gen.png differ diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/debug/item_gen.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/debug/item_gen.png new file mode 100644 index 000000000..1cb2fe851 Binary files /dev/null and b/src/main/resources/assets/appliedenergistics2/textures/blocks/debug/item_gen.png differ diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/debug/phantom_node.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/debug/phantom_node.png new file mode 100644 index 000000000..26c96d7d9 Binary files /dev/null and b/src/main/resources/assets/appliedenergistics2/textures/blocks/debug/phantom_node.png differ