-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implemented ore replacement system (world will either have lead or ir…
…on, etc). Adjusted size of ore spawns (demonite and crimtane should now spawn in very small amounts, I may also make rarer as bosses are the main source of this material). Added recipes for all iron crafts that use lead and for gold crafts use platinum. Added lead and platinum nuggets for crafts. Added corruption and crimson variants of ores. Added tools to correct tags (also added axe tag because I guess I missed it).
- Loading branch information
1 parent
f931667
commit e94714f
Showing
244 changed files
with
4,745 additions
and
140 deletions.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
src/main/generated/assets/terramine/items/corrupted_deepslate_lead_ore.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "terramine:block/corrupted_deepslate_lead_ore" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/generated/assets/terramine/items/corrupted_deepslate_platinum_ore.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "terramine:block/corrupted_deepslate_platinum_ore" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/generated/assets/terramine/items/corrupted_deepslate_silver_ore.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "terramine:block/corrupted_deepslate_silver_ore" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/generated/assets/terramine/items/corrupted_deepslate_tin_ore.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "terramine:block/corrupted_deepslate_tin_ore" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/generated/assets/terramine/items/corrupted_deepslate_tungsten_ore.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "terramine:block/corrupted_deepslate_tungsten_ore" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/generated/assets/terramine/items/corrupted_lead_ore.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "terramine:block/corrupted_lead_ore" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/generated/assets/terramine/items/corrupted_platinum_ore.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "terramine:block/corrupted_platinum_ore" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/generated/assets/terramine/items/corrupted_silver_ore.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "terramine:block/corrupted_silver_ore" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/generated/assets/terramine/items/corrupted_tin_ore.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "terramine:block/corrupted_tin_ore" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/generated/assets/terramine/items/corrupted_tungsten_ore.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "terramine:block/corrupted_tungsten_ore" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/generated/assets/terramine/items/crimson_deepslate_lead_ore.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "terramine:block/crimson_deepslate_lead_ore" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/generated/assets/terramine/items/crimson_deepslate_platinum_ore.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "terramine:block/crimson_deepslate_platinum_ore" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/generated/assets/terramine/items/crimson_deepslate_silver_ore.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "terramine:block/crimson_deepslate_silver_ore" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/generated/assets/terramine/items/crimson_deepslate_tin_ore.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "terramine:block/crimson_deepslate_tin_ore" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/generated/assets/terramine/items/crimson_deepslate_tungsten_ore.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "terramine:block/crimson_deepslate_tungsten_ore" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/generated/assets/terramine/items/crimson_lead_ore.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "terramine:block/crimson_lead_ore" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/generated/assets/terramine/items/crimson_platinum_ore.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "terramine:block/crimson_platinum_ore" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/generated/assets/terramine/items/crimson_silver_ore.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "terramine:block/crimson_silver_ore" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/generated/assets/terramine/items/crimson_tin_ore.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "terramine:block/crimson_tin_ore" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/generated/assets/terramine/items/crimson_tungsten_ore.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "terramine:block/crimson_tungsten_ore" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "terramine:item/lead_nugget" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/generated/assets/terramine/items/platinum_nugget.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"model": { | ||
"type": "minecraft:model", | ||
"model": "terramine:item/platinum_nugget" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/generated/assets/terramine/models/item/lead_nugget.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "terramine:item/misc/lead_nugget" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/generated/assets/terramine/models/item/platinum_nugget.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "terramine:item/misc/platinum_nugget" | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
src/main/generated/data/terramine/advancement/recipes/brewing/cauldron.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_lead_ingot": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "terramine:lead_ingot" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "minecraft:cauldron" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_lead_ingot" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"minecraft:cauldron" | ||
] | ||
} | ||
} |
43 changes: 43 additions & 0 deletions
43
src/main/generated/data/terramine/advancement/recipes/building_blocks/chain.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_lead_ingot": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "terramine:lead_ingot" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_lead_nugget": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "terramine:lead_nugget" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "minecraft:chain" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_lead_ingot", | ||
"has_lead_nugget" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"minecraft:chain" | ||
] | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
src/main/generated/data/terramine/advancement/recipes/building_blocks/copper_door.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "minecraft:copper_door" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
}, | ||
"has_tin_ingot": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "terramine:tin_ingot" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_tin_ingot" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"minecraft:copper_door" | ||
] | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
src/main/generated/data/terramine/advancement/recipes/building_blocks/copper_trapdoor.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "minecraft:copper_trapdoor" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
}, | ||
"has_tin_ingot": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "terramine:tin_ingot" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_tin_ingot" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"minecraft:copper_trapdoor" | ||
] | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
src/main/generated/data/terramine/advancement/recipes/building_blocks/iron_bars.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_lead_ingot": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "terramine:lead_ingot" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "minecraft:iron_bars" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_lead_ingot" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"minecraft:iron_bars" | ||
] | ||
} | ||
} |
Oops, something went wrong.