summaryrefslogtreecommitdiff
path: root/src/main/resources/assets/taiga/models/block
diff options
context:
space:
mode:
authorGiovanni Harting <chefeificationful@gmail.com>2016-12-05 20:34:02 +0100
committerGitHub <noreply@github.com>2016-12-05 20:34:02 +0100
commit826ab1cf3a01dadae2a5d5a204fa557f7134eac6 (patch)
treeb05921acb96d2380e193471a6ce9bce6d39e7ffd /src/main/resources/assets/taiga/models/block
parent9554b56931735ddfa0f3222cc5287893fb77f5a0 (diff)
[1.2] Material rework (#60)
* Developement tests for nbt data in traits * Lot of trait changes and better balancing * Traits reworked a bit, new traits added. * First correction of NBT Data in Trait (Soulbound). Is shown twice. Still needs corrections. * Few fixes in traits and new trait "catcher" * Small fix, needs workaround * fixed some catch issues * Fixed Catcher and Reviving Traits, new Trait: Souleater. Updated build.gradle for new TiC Version. * Splitted SoulEater to get the bad touch to an extra trait "Cursed". Added method for using nbt more easily. Changed declaration names of fluids * Some minor changes in Traits, Registry and Utils. * Iron_nugget is replaced with oreDict Item when not loaded via TAIGA. * Beginning of new material integration. Lot of names changed, lot more work to do here. Many null pointer exceptions and no changes of values up to now. * Some Small changes in names, registry and recipes * Some weird stuff I don't remember :D * fixed some things I missed while merging * Rollback to something * More Stuff * fixed some merging stuff * Fixed some misspelled names. Actually working with lots of restrictions. * Rearranged alloys, tried to add blocks / ingots for non-tinker-materials, but they won't work. * Again tried to fix the melting issue, but non-tinker materials still are not able to be casted as a block, ingot or nugget... * Fixed integration of materials without tools. * changed IMC to direct lib calls * removed more IMC, removed redundant code * some reformatting * Alloy integration reworked, needs to be balanced. * updated deps, renamed some func's, added duplicate material check * some more renaming * some reformatting, fixed wrong import, fixed string cmp's * Added images for blocks, ingots, nuggets and dust. Json changes do not work yet. * some reformatting * Removed old json files. Placeholder needed. * Fixed block json, items not working yet. * Fixed my own derp (missing json files) * Reduced materials to ensure unique traits for most of them. Still 30 though, but reduced by 20 more :'( RIP * Changed some generator stuff, not working properly right now! * rewrote offset generation, added some debug command, fixed some stuff * fixed on-surface-generation, made dependencies more flexible * reverted gen-weight back to its normal value * Meteor generator implemented. * fixed generating on ground * optimized a thing * Replaced Uru with Osram, replaced Meteorite with Uru, added Meteorite again for Hull-Material and late game alloy. * Some changes in generation of ores, not ready yet. * Added Cobble Meteorite. Added debug command. Implemented rest of ore generation. Some minor fixes left for generation including balancing. * Some changes for ore generation. Added 2 separate Generic Blocks for meteorite and their cobble variant. * some cleanup in Generator class, added meteor world save handler * Added Textures. Added blockstates and item models. Fixed fluid rendering. * renamed world save data file to be little more specific, removed a unused method * some preps for the upcoming release * First attempt of well balancing material stats. Renamed TiberiumX to Triberium. * Final changes... ready for beta testing * Added missing alloys. * Corrected balancing of ore generation. Still WIP * removed some last debug out * one last reformat
Diffstat (limited to 'src/main/resources/assets/taiga/models/block')
-rw-r--r--src/main/resources/assets/taiga/models/block/adamantite_block.json6
-rw-r--r--src/main/resources/assets/taiga/models/block/adamantite_ore.json6
-rw-r--r--src/main/resources/assets/taiga/models/block/aegisalt_block.json6
-rw-r--r--src/main/resources/assets/taiga/models/block/arcanite_block.json6
-rw-r--r--src/main/resources/assets/taiga/models/block/arcanite_ore.json6
-rw-r--r--src/main/resources/assets/taiga/models/block/astrite_ore.json6
-rw-r--r--src/main/resources/assets/taiga/models/block/astrium_block.json6
-rw-r--r--src/main/resources/assets/taiga/models/block/basalt.json6
-rw-r--r--src/main/resources/assets/taiga/models/block/bismuth_block.json6
-rw-r--r--src/main/resources/assets/taiga/models/block/bismuth_ore.json6
-rw-r--r--src/main/resources/assets/taiga/models/block/bysmuid_block.json6
-rw-r--r--src/main/resources/assets/taiga/models/block/cryptogen_block.json6
-rw-r--r--src/main/resources/assets/taiga/models/block/dyonite_block.json6
-rw-r--r--src/main/resources/assets/taiga/models/block/eternite_block.json6
-rw-r--r--src/main/resources/assets/taiga/models/block/eternite_ore.json6
-rw-r--r--src/main/resources/assets/taiga/models/block/fractoryte_block.json6
-rw-r--r--src/main/resources/assets/taiga/models/block/ignitite_block.json6
-rw-r--r--src/main/resources/assets/taiga/models/block/ignitite_ore.json6
-rw-r--r--src/main/resources/assets/taiga/models/block/imperomite_block.json6
-rw-r--r--src/main/resources/assets/taiga/models/block/karmesine_block.json6
-rw-r--r--src/main/resources/assets/taiga/models/block/karmesine_ore.json6
-rw-r--r--src/main/resources/assets/taiga/models/block/lignite_ore.json6
-rw-r--r--src/main/resources/assets/taiga/models/block/lumixyl_block.json6
-rw-r--r--src/main/resources/assets/taiga/models/block/meteorite_block.json6
-rw-r--r--src/main/resources/assets/taiga/models/block/meteorite_ore.json6
-rw-r--r--src/main/resources/assets/taiga/models/block/mindorite_block.json6
-rw-r--r--src/main/resources/assets/taiga/models/block/mindorite_ore.json6
-rw-r--r--src/main/resources/assets/taiga/models/block/mythril_block.json6
-rw-r--r--src/main/resources/assets/taiga/models/block/mythril_ore.json6
-rw-r--r--src/main/resources/assets/taiga/models/block/nitronite_block.json6
-rw-r--r--src/main/resources/assets/taiga/models/block/noctunyx_block.json6
-rw-r--r--src/main/resources/assets/taiga/models/block/nucleum_block.json6
-rw-r--r--src/main/resources/assets/taiga/models/block/palladium_block.json6
-rw-r--r--src/main/resources/assets/taiga/models/block/palladium_ore.json6
-rw-r--r--src/main/resources/assets/taiga/models/block/prometheum_block.json6
-rw-r--r--src/main/resources/assets/taiga/models/block/prometheum_ore.json6
-rw-r--r--src/main/resources/assets/taiga/models/block/proxideum_block.json6
-rw-r--r--src/main/resources/assets/taiga/models/block/rotten_ground.json6
-rw-r--r--src/main/resources/assets/taiga/models/block/rubium_block.json6
-rw-r--r--src/main/resources/assets/taiga/models/block/rubium_ore.json6
-rw-r--r--src/main/resources/assets/taiga/models/block/seismodium_block.json6
-rw-r--r--src/main/resources/assets/taiga/models/block/slaggold_ore.json6
-rw-r--r--src/main/resources/assets/taiga/models/block/slagiron_ore.json6
-rw-r--r--src/main/resources/assets/taiga/models/block/solarium_block.json6
-rw-r--r--src/main/resources/assets/taiga/models/block/terramite_block.json6
-rw-r--r--src/main/resources/assets/taiga/models/block/tiberium_block.json6
-rw-r--r--src/main/resources/assets/taiga/models/block/tiberium_ore.json6
-rw-r--r--src/main/resources/assets/taiga/models/block/titanite_block.json6
-rw-r--r--src/main/resources/assets/taiga/models/block/titanite_ore.json6
-rw-r--r--src/main/resources/assets/taiga/models/block/ultranite_block.json6
-rw-r--r--src/main/resources/assets/taiga/models/block/vibranium_block.json6
-rw-r--r--src/main/resources/assets/taiga/models/block/vibranium_ore.json6
-rw-r--r--src/main/resources/assets/taiga/models/block/violium_block.json6
-rw-r--r--src/main/resources/assets/taiga/models/block/violium_ore.json6
54 files changed, 0 insertions, 324 deletions
diff --git a/src/main/resources/assets/taiga/models/block/adamantite_block.json b/src/main/resources/assets/taiga/models/block/adamantite_block.json
deleted file mode 100644
index 6b5c73a..0000000
--- a/src/main/resources/assets/taiga/models/block/adamantite_block.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "parent": "block/cube_all",
- "textures": {
- "all": "taiga:blocks/adamantite_block"
- }
-}
diff --git a/src/main/resources/assets/taiga/models/block/adamantite_ore.json b/src/main/resources/assets/taiga/models/block/adamantite_ore.json
deleted file mode 100644
index 4f02568..0000000
--- a/src/main/resources/assets/taiga/models/block/adamantite_ore.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "parent": "block/cube_all",
- "textures": {
- "all": "taiga:blocks/adamantite_ore"
- }
-} \ No newline at end of file
diff --git a/src/main/resources/assets/taiga/models/block/aegisalt_block.json b/src/main/resources/assets/taiga/models/block/aegisalt_block.json
deleted file mode 100644
index 3ac607c..0000000
--- a/src/main/resources/assets/taiga/models/block/aegisalt_block.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "parent": "block/cube_all",
- "textures": {
- "all": "taiga:blocks/aegisalt_block"
- }
-}
diff --git a/src/main/resources/assets/taiga/models/block/arcanite_block.json b/src/main/resources/assets/taiga/models/block/arcanite_block.json
deleted file mode 100644
index 106061f..0000000
--- a/src/main/resources/assets/taiga/models/block/arcanite_block.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "parent": "block/cube_all",
- "textures": {
- "all": "taiga:blocks/arcanite_block"
- }
-}
diff --git a/src/main/resources/assets/taiga/models/block/arcanite_ore.json b/src/main/resources/assets/taiga/models/block/arcanite_ore.json
deleted file mode 100644
index 286d1be..0000000
--- a/src/main/resources/assets/taiga/models/block/arcanite_ore.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "parent": "block/cube_all",
- "textures": {
- "all": "taiga:blocks/arcanite_ore"
- }
-} \ No newline at end of file
diff --git a/src/main/resources/assets/taiga/models/block/astrite_ore.json b/src/main/resources/assets/taiga/models/block/astrite_ore.json
deleted file mode 100644
index 89b1556..0000000
--- a/src/main/resources/assets/taiga/models/block/astrite_ore.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "parent": "block/cube_all",
- "textures": {
- "all": "taiga:blocks/astrium_ore"
- }
-} \ No newline at end of file
diff --git a/src/main/resources/assets/taiga/models/block/astrium_block.json b/src/main/resources/assets/taiga/models/block/astrium_block.json
deleted file mode 100644
index 4917949..0000000
--- a/src/main/resources/assets/taiga/models/block/astrium_block.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "parent": "block/cube_all",
- "textures": {
- "all": "taiga:blocks/astrium_block"
- }
-}
diff --git a/src/main/resources/assets/taiga/models/block/basalt.json b/src/main/resources/assets/taiga/models/block/basalt.json
deleted file mode 100644
index 128f047..0000000
--- a/src/main/resources/assets/taiga/models/block/basalt.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "parent": "block/cube_all",
- "textures": {
- "all": "taiga:blocks/basalt"
- }
-} \ No newline at end of file
diff --git a/src/main/resources/assets/taiga/models/block/bismuth_block.json b/src/main/resources/assets/taiga/models/block/bismuth_block.json
deleted file mode 100644
index 011c27d..0000000
--- a/src/main/resources/assets/taiga/models/block/bismuth_block.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "parent": "block/cube_all",
- "textures": {
- "all": "taiga:blocks/bismuth_block"
- }
-}
diff --git a/src/main/resources/assets/taiga/models/block/bismuth_ore.json b/src/main/resources/assets/taiga/models/block/bismuth_ore.json
deleted file mode 100644
index d5af860..0000000
--- a/src/main/resources/assets/taiga/models/block/bismuth_ore.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "parent": "block/cube_all",
- "textures": {
- "all": "taiga:blocks/bismuth_ore"
- }
-} \ No newline at end of file
diff --git a/src/main/resources/assets/taiga/models/block/bysmuid_block.json b/src/main/resources/assets/taiga/models/block/bysmuid_block.json
deleted file mode 100644
index e85f044..0000000
--- a/src/main/resources/assets/taiga/models/block/bysmuid_block.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "parent": "block/cube_all",
- "textures": {
- "all": "taiga:blocks/bysmuid_block"
- }
-}
diff --git a/src/main/resources/assets/taiga/models/block/cryptogen_block.json b/src/main/resources/assets/taiga/models/block/cryptogen_block.json
deleted file mode 100644
index fdf7771..0000000
--- a/src/main/resources/assets/taiga/models/block/cryptogen_block.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "parent": "block/cube_all",
- "textures": {
- "all": "taiga:blocks/cryptogen_block"
- }
-}
diff --git a/src/main/resources/assets/taiga/models/block/dyonite_block.json b/src/main/resources/assets/taiga/models/block/dyonite_block.json
deleted file mode 100644
index b1729c7..0000000
--- a/src/main/resources/assets/taiga/models/block/dyonite_block.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "parent": "block/cube_all",
- "textures": {
- "all": "taiga:blocks/dyonite_block"
- }
-}
diff --git a/src/main/resources/assets/taiga/models/block/eternite_block.json b/src/main/resources/assets/taiga/models/block/eternite_block.json
deleted file mode 100644
index f67c965..0000000
--- a/src/main/resources/assets/taiga/models/block/eternite_block.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "parent": "block/cube_all",
- "textures": {
- "all": "taiga:blocks/eternite_block"
- }
-}
diff --git a/src/main/resources/assets/taiga/models/block/eternite_ore.json b/src/main/resources/assets/taiga/models/block/eternite_ore.json
deleted file mode 100644
index cb3b272..0000000
--- a/src/main/resources/assets/taiga/models/block/eternite_ore.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "parent": "block/cube_all",
- "textures": {
- "all": "taiga:blocks/eternite_ore"
- }
-} \ No newline at end of file
diff --git a/src/main/resources/assets/taiga/models/block/fractoryte_block.json b/src/main/resources/assets/taiga/models/block/fractoryte_block.json
deleted file mode 100644
index fa58562..0000000
--- a/src/main/resources/assets/taiga/models/block/fractoryte_block.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "parent": "block/cube_all",
- "textures": {
- "all": "taiga:blocks/fractoryte_block"
- }
-}
diff --git a/src/main/resources/assets/taiga/models/block/ignitite_block.json b/src/main/resources/assets/taiga/models/block/ignitite_block.json
deleted file mode 100644
index c77b427..0000000
--- a/src/main/resources/assets/taiga/models/block/ignitite_block.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "parent": "block/cube_all",
- "textures": {
- "all": "taiga:blocks/ignitite_block"
- }
-}
diff --git a/src/main/resources/assets/taiga/models/block/ignitite_ore.json b/src/main/resources/assets/taiga/models/block/ignitite_ore.json
deleted file mode 100644
index 5eed757..0000000
--- a/src/main/resources/assets/taiga/models/block/ignitite_ore.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "parent": "block/cube_all",
- "textures": {
- "all": "taiga:blocks/ignitite_ore"
- }
-} \ No newline at end of file
diff --git a/src/main/resources/assets/taiga/models/block/imperomite_block.json b/src/main/resources/assets/taiga/models/block/imperomite_block.json
deleted file mode 100644
index 65e7b3d..0000000
--- a/src/main/resources/assets/taiga/models/block/imperomite_block.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "parent": "block/cube_all",
- "textures": {
- "all": "taiga:blocks/imperomite_block"
- }
-}
diff --git a/src/main/resources/assets/taiga/models/block/karmesine_block.json b/src/main/resources/assets/taiga/models/block/karmesine_block.json
deleted file mode 100644
index a00d7cc..0000000
--- a/src/main/resources/assets/taiga/models/block/karmesine_block.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "parent": "block/cube_all",
- "textures": {
- "all": "taiga:blocks/karmesine_block"
- }
-}
diff --git a/src/main/resources/assets/taiga/models/block/karmesine_ore.json b/src/main/resources/assets/taiga/models/block/karmesine_ore.json
deleted file mode 100644
index dec99e9..0000000
--- a/src/main/resources/assets/taiga/models/block/karmesine_ore.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "parent": "block/cube_all",
- "textures": {
- "all": "taiga:blocks/karmesine_ore"
- }
-} \ No newline at end of file
diff --git a/src/main/resources/assets/taiga/models/block/lignite_ore.json b/src/main/resources/assets/taiga/models/block/lignite_ore.json
deleted file mode 100644
index 1b2164f..0000000
--- a/src/main/resources/assets/taiga/models/block/lignite_ore.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "parent": "block/cube_all",
- "textures": {
- "all": "taiga:blocks/lignite_ore"
- }
-} \ No newline at end of file
diff --git a/src/main/resources/assets/taiga/models/block/lumixyl_block.json b/src/main/resources/assets/taiga/models/block/lumixyl_block.json
deleted file mode 100644
index 34996ad..0000000
--- a/src/main/resources/assets/taiga/models/block/lumixyl_block.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "parent": "block/cube_all",
- "textures": {
- "all": "taiga:blocks/lumixyl_block"
- }
-}
diff --git a/src/main/resources/assets/taiga/models/block/meteorite_block.json b/src/main/resources/assets/taiga/models/block/meteorite_block.json
deleted file mode 100644
index 5407364..0000000
--- a/src/main/resources/assets/taiga/models/block/meteorite_block.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "parent": "block/cube_all",
- "textures": {
- "all": "taiga:blocks/meteorite_block"
- }
-}
diff --git a/src/main/resources/assets/taiga/models/block/meteorite_ore.json b/src/main/resources/assets/taiga/models/block/meteorite_ore.json
deleted file mode 100644
index b6581f5..0000000
--- a/src/main/resources/assets/taiga/models/block/meteorite_ore.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "parent": "block/cube_all",
- "textures": {
- "all": "taiga:blocks/meteorite_ore"
- }
-} \ No newline at end of file
diff --git a/src/main/resources/assets/taiga/models/block/mindorite_block.json b/src/main/resources/assets/taiga/models/block/mindorite_block.json
deleted file mode 100644
index ee99479..0000000
--- a/src/main/resources/assets/taiga/models/block/mindorite_block.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "parent": "block/cube_all",
- "textures": {
- "all": "taiga:blocks/mindorite_block"
- }
-}
diff --git a/src/main/resources/assets/taiga/models/block/mindorite_ore.json b/src/main/resources/assets/taiga/models/block/mindorite_ore.json
deleted file mode 100644
index 20445ee..0000000
--- a/src/main/resources/assets/taiga/models/block/mindorite_ore.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "parent": "block/cube_all",
- "textures": {
- "all": "taiga:blocks/mindorite_ore"
- }
-} \ No newline at end of file
diff --git a/src/main/resources/assets/taiga/models/block/mythril_block.json b/src/main/resources/assets/taiga/models/block/mythril_block.json
deleted file mode 100644
index 014cb8f..0000000
--- a/src/main/resources/assets/taiga/models/block/mythril_block.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "parent": "block/cube_all",
- "textures": {
- "all": "taiga:blocks/mythril_block"
- }
-}
diff --git a/src/main/resources/assets/taiga/models/block/mythril_ore.json b/src/main/resources/assets/taiga/models/block/mythril_ore.json
deleted file mode 100644
index 9fe182e..0000000
--- a/src/main/resources/assets/taiga/models/block/mythril_ore.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "parent": "block/cube_all",
- "textures": {
- "all": "taiga:blocks/mythril_ore"
- }
-} \ No newline at end of file
diff --git a/src/main/resources/assets/taiga/models/block/nitronite_block.json b/src/main/resources/assets/taiga/models/block/nitronite_block.json
deleted file mode 100644
index 9661f68..0000000
--- a/src/main/resources/assets/taiga/models/block/nitronite_block.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "parent": "block/cube_all",
- "textures": {
- "all": "taiga:blocks/nitronite_block"
- }
-}
diff --git a/src/main/resources/assets/taiga/models/block/noctunyx_block.json b/src/main/resources/assets/taiga/models/block/noctunyx_block.json
deleted file mode 100644
index ee87b81..0000000
--- a/src/main/resources/assets/taiga/models/block/noctunyx_block.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "parent": "block/cube_all",
- "textures": {
- "all": "taiga:blocks/noctunyx_block"
- }
-}
diff --git a/src/main/resources/assets/taiga/models/block/nucleum_block.json b/src/main/resources/assets/taiga/models/block/nucleum_block.json
deleted file mode 100644
index 7029719..0000000
--- a/src/main/resources/assets/taiga/models/block/nucleum_block.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "parent": "block/cube_all",
- "textures": {
- "all": "taiga:blocks/nucleum_block"
- }
-}
diff --git a/src/main/resources/assets/taiga/models/block/palladium_block.json b/src/main/resources/assets/taiga/models/block/palladium_block.json
deleted file mode 100644
index 5bdd65a..0000000
--- a/src/main/resources/assets/taiga/models/block/palladium_block.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "parent": "block/cube_all",
- "textures": {
- "all": "taiga:blocks/palladium_block"
- }
-}
diff --git a/src/main/resources/assets/taiga/models/block/palladium_ore.json b/src/main/resources/assets/taiga/models/block/palladium_ore.json
deleted file mode 100644
index 1d7b5f0..0000000
--- a/src/main/resources/assets/taiga/models/block/palladium_ore.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "parent": "block/cube_all",
- "textures": {
- "all": "taiga:blocks/palladium_ore"
- }
-} \ No newline at end of file
diff --git a/src/main/resources/assets/taiga/models/block/prometheum_block.json b/src/main/resources/assets/taiga/models/block/prometheum_block.json
deleted file mode 100644
index af720f0..0000000
--- a/src/main/resources/assets/taiga/models/block/prometheum_block.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "parent": "block/cube_all",
- "textures": {
- "all": "taiga:blocks/prometheum_block"
- }
-}
diff --git a/src/main/resources/assets/taiga/models/block/prometheum_ore.json b/src/main/resources/assets/taiga/models/block/prometheum_ore.json
deleted file mode 100644
index 4733fc6..0000000
--- a/src/main/resources/assets/taiga/models/block/prometheum_ore.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "parent": "block/cube_all",
- "textures": {
- "all": "taiga:blocks/prometheum_ore"
- }
-} \ No newline at end of file
diff --git a/src/main/resources/assets/taiga/models/block/proxideum_block.json b/src/main/resources/assets/taiga/models/block/proxideum_block.json
deleted file mode 100644
index 1bda055..0000000
--- a/src/main/resources/assets/taiga/models/block/proxideum_block.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "parent": "block/cube_all",
- "textures": {
- "all": "taiga:blocks/proxideum_block"
- }
-}
diff --git a/src/main/resources/assets/taiga/models/block/rotten_ground.json b/src/main/resources/assets/taiga/models/block/rotten_ground.json
deleted file mode 100644
index c4a03e0..0000000
--- a/src/main/resources/assets/taiga/models/block/rotten_ground.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "parent": "block/cube_all",
- "textures": {
- "all": "taiga:blocks/rotten_ground"
- }
-} \ No newline at end of file
diff --git a/src/main/resources/assets/taiga/models/block/rubium_block.json b/src/main/resources/assets/taiga/models/block/rubium_block.json
deleted file mode 100644
index 7c09795..0000000
--- a/src/main/resources/assets/taiga/models/block/rubium_block.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "parent": "block/cube_all",
- "textures": {
- "all": "taiga:blocks/rubium_block"
- }
-}
diff --git a/src/main/resources/assets/taiga/models/block/rubium_ore.json b/src/main/resources/assets/taiga/models/block/rubium_ore.json
deleted file mode 100644
index ca6893c..0000000
--- a/src/main/resources/assets/taiga/models/block/rubium_ore.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "parent": "block/cube_all",
- "textures": {
- "all": "taiga:blocks/rubium_ore"
- }
-} \ No newline at end of file
diff --git a/src/main/resources/assets/taiga/models/block/seismodium_block.json b/src/main/resources/assets/taiga/models/block/seismodium_block.json
deleted file mode 100644
index 21eba8c..0000000
--- a/src/main/resources/assets/taiga/models/block/seismodium_block.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "parent": "block/cube_all",
- "textures": {
- "all": "taiga:blocks/seismodium_block"
- }
-}
diff --git a/src/main/resources/assets/taiga/models/block/slaggold_ore.json b/src/main/resources/assets/taiga/models/block/slaggold_ore.json
deleted file mode 100644
index 96a53ad..0000000
--- a/src/main/resources/assets/taiga/models/block/slaggold_ore.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "parent": "block/cube_all",
- "textures": {
- "all": "taiga:blocks/slaggold_ore"
- }
-} \ No newline at end of file
diff --git a/src/main/resources/assets/taiga/models/block/slagiron_ore.json b/src/main/resources/assets/taiga/models/block/slagiron_ore.json
deleted file mode 100644
index d7d31c0..0000000
--- a/src/main/resources/assets/taiga/models/block/slagiron_ore.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "parent": "block/cube_all",
- "textures": {
- "all": "taiga:blocks/slagiron_ore"
- }
-} \ No newline at end of file
diff --git a/src/main/resources/assets/taiga/models/block/solarium_block.json b/src/main/resources/assets/taiga/models/block/solarium_block.json
deleted file mode 100644
index 324858f..0000000
--- a/src/main/resources/assets/taiga/models/block/solarium_block.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "parent": "block/cube_all",
- "textures": {
- "all": "taiga:blocks/solarium_block"
- }
-}
diff --git a/src/main/resources/assets/taiga/models/block/terramite_block.json b/src/main/resources/assets/taiga/models/block/terramite_block.json
deleted file mode 100644
index baca263..0000000
--- a/src/main/resources/assets/taiga/models/block/terramite_block.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "parent": "block/cube_all",
- "textures": {
- "all": "taiga:blocks/terramite_block"
- }
-}
diff --git a/src/main/resources/assets/taiga/models/block/tiberium_block.json b/src/main/resources/assets/taiga/models/block/tiberium_block.json
deleted file mode 100644
index 91f83fa..0000000
--- a/src/main/resources/assets/taiga/models/block/tiberium_block.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "parent": "block/cube_all",
- "textures": {
- "all": "taiga:blocks/tiberium_block"
- }
-}
diff --git a/src/main/resources/assets/taiga/models/block/tiberium_ore.json b/src/main/resources/assets/taiga/models/block/tiberium_ore.json
deleted file mode 100644
index 2d9e06a..0000000
--- a/src/main/resources/assets/taiga/models/block/tiberium_ore.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "parent": "block/cube_all",
- "textures": {
- "all": "taiga:blocks/tiberium_ore"
- }
-} \ No newline at end of file
diff --git a/src/main/resources/assets/taiga/models/block/titanite_block.json b/src/main/resources/assets/taiga/models/block/titanite_block.json
deleted file mode 100644
index 98ac398..0000000
--- a/src/main/resources/assets/taiga/models/block/titanite_block.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "parent": "block/cube_all",
- "textures": {
- "all": "taiga:blocks/titanite_block"
- }
-}
diff --git a/src/main/resources/assets/taiga/models/block/titanite_ore.json b/src/main/resources/assets/taiga/models/block/titanite_ore.json
deleted file mode 100644
index 16acda7..0000000
--- a/src/main/resources/assets/taiga/models/block/titanite_ore.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "parent": "block/cube_all",
- "textures": {
- "all": "taiga:blocks/titanite_ore"
- }
-} \ No newline at end of file
diff --git a/src/main/resources/assets/taiga/models/block/ultranite_block.json b/src/main/resources/assets/taiga/models/block/ultranite_block.json
deleted file mode 100644
index afafb91..0000000
--- a/src/main/resources/assets/taiga/models/block/ultranite_block.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "parent": "block/cube_all",
- "textures": {
- "all": "taiga:blocks/ultranite_block"
- }
-}
diff --git a/src/main/resources/assets/taiga/models/block/vibranium_block.json b/src/main/resources/assets/taiga/models/block/vibranium_block.json
deleted file mode 100644
index 14267d7..0000000
--- a/src/main/resources/assets/taiga/models/block/vibranium_block.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "parent": "block/cube_all",
- "textures": {
- "all": "taiga:blocks/vibranium_block"
- }
-}
diff --git a/src/main/resources/assets/taiga/models/block/vibranium_ore.json b/src/main/resources/assets/taiga/models/block/vibranium_ore.json
deleted file mode 100644
index c7c0e92..0000000
--- a/src/main/resources/assets/taiga/models/block/vibranium_ore.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "parent": "block/cube_all",
- "textures": {
- "all": "taiga:blocks/vibranium_ore"
- }
-} \ No newline at end of file
diff --git a/src/main/resources/assets/taiga/models/block/violium_block.json b/src/main/resources/assets/taiga/models/block/violium_block.json
deleted file mode 100644
index 337d815..0000000
--- a/src/main/resources/assets/taiga/models/block/violium_block.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "parent": "block/cube_all",
- "textures": {
- "all": "taiga:blocks/violium_block"
- }
-}
diff --git a/src/main/resources/assets/taiga/models/block/violium_ore.json b/src/main/resources/assets/taiga/models/block/violium_ore.json
deleted file mode 100644
index 789a090..0000000
--- a/src/main/resources/assets/taiga/models/block/violium_ore.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "parent": "block/cube_all",
- "textures": {
- "all": "taiga:blocks/violium_ore"
- }
-} \ No newline at end of file