Reorder crafting table recipes
This commit is contained in:
parent
3aa40608f7
commit
f1ddc86bdd
295 changed files with 180 additions and 8 deletions
src/main
java/techreborn/init/recipes
resources/data/techreborn/recipes/crafting_table
armor
battery
cable
copper_cable.jsonglassfiber_cable_3.jsonglassfiber_cable_4.jsonglassfiber_cable_6.jsonglassfiber_cable_8.jsongold_cable.jsonhv_cable.jsoninsulated_copper_cable.jsoninsulated_copper_cable_alt.jsoninsulated_copper_cable_shapeless.jsoninsulated_gold_cable.jsoninsulated_gold_cable_shapeless.jsoninsulated_hv_cable.jsoninsulated_hv_cable_shapeless.jsontin_cable.json
cell.jsonfrequency_transmitter.jsongem_armor_tools
bronze_axe.jsonbronze_boots.jsonbronze_chestplate.jsonbronze_helmet.jsonbronze_hoe.jsonbronze_leggings.jsonbronze_pickaxe.jsonbronze_spade.jsonbronze_sword.jsonperidot_axe.jsonperidot_boots.jsonperidot_chestplate.jsonperidot_helmet.jsonperidot_hoe.jsonperidot_leggings.jsonperidot_pickaxe.jsonperidot_spade.jsonperidot_sword.jsonruby_axe.jsonruby_boots.jsonruby_chestplate.jsonruby_helmet.jsonruby_hoe.jsonruby_leggings.jsonruby_pickaxe.jsonruby_spade.jsonruby_sword.jsonsapphire_axe.jsonsapphire_boots.jsonsapphire_chestplate.jsonsapphire_helmet.jsonsapphire_hoe.jsonsapphire_leggings.jsonsapphire_pickaxe.jsonsapphire_spade.jsonsapphire_sword.json
ingot
aluminum_ingot_from_block.jsonbrass_ingot_from_block.jsonbronze_ingot_from_block.jsonchrome_ingot_from_block.jsonelectrum_ingot_from_block.jsoninvar_ingot_from_block.jsoniridium_alloy_ingot.jsoniridium_ingot_from_block.jsonlead_ingot_from_block.jsonmixed_metal_ingot.jsonmixed_metal_ingot_alt.jsonmixed_metal_ingot_aluminum_invar_bronze.jsonmixed_metal_ingot_aluminum_nickel_brass.jsonmixed_metal_ingot_aluminum_nickel_bronze.jsonmixed_metal_ingot_aluminum_titanium_brass.jsonmixed_metal_ingot_aluminum_titanium_bronze.jsonmixed_metal_ingot_aluminum_tungsten_brass.jsonmixed_metal_ingot_aluminum_tungsten_bronze.jsonmixed_metal_ingot_aluminum_tungstensteel_brass.jsonmixed_metal_ingot_aluminum_tungstensteel_bronze.jsonmixed_metal_ingot_mixed_metal_ingot_aluminum_invar_brass.jsonmixed_metal_ingot_mixed_metal_ingot_tin_titanium_bronze.jsonmixed_metal_ingot_mixed_metal_ingot_zinc_invar_bronze.jsonmixed_metal_ingot_tin_invar_brass.jsonmixed_metal_ingot_tin_invar_bronze.jsonmixed_metal_ingot_tin_nickel_brass.jsonmixed_metal_ingot_tin_nickel_bronze.jsonmixed_metal_ingot_tin_titanium_brass.jsonmixed_metal_ingot_tin_tungsten_brass.jsonmixed_metal_ingot_tin_tungsten_bronze.jsonmixed_metal_ingot_tin_tungstensteel_brass.jsonmixed_metal_ingot_tin_tungstensteel_bronze.jsonmixed_metal_ingot_zinc_invar_brass.jsonmixed_metal_ingot_zinc_iron_brass.jsonmixed_metal_ingot_zinc_iron_bronze.jsonmixed_metal_ingot_zinc_nickel_brass.jsonmixed_metal_ingot_zinc_nickel_bronze.jsonmixed_metal_ingot_zinc_titanium_brass.jsonmixed_metal_ingot_zinc_titanium_bronze.json
|
@ -40,14 +40,6 @@ public class CraftingTableRecipes extends RecipeMethods {
|
|||
}
|
||||
|
||||
static void registerCompressionRecipes() {
|
||||
// for (String name : BlockStorage.types) {
|
||||
// if (OreUtil.hasIngot(name)) {
|
||||
// registerShapeless(getMaterial(name, 9, Type.INGOT), BlockStorage.getStorageBlockByName(name));
|
||||
// } else if (OreUtil.hasGem(name)) {
|
||||
// registerShaped(BlockStorage.getStorageBlockByName(name), "AAA", "AAA", "AAA", 'A', "gem" + StringUtils.toFirstCapital(name));
|
||||
// registerShapeless(getMaterial(name, 9, Type.GEM), BlockStorage.getStorageBlockByName(name));
|
||||
// }
|
||||
// }
|
||||
|
||||
// for (String block : BlockStorage2.types){
|
||||
// block = CaseFormat.LOWER_UNDERSCORE.to(CaseFormat.LOWER_CAMEL, block);
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:aluminum_storage_block"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "techreborn:aluminum_ingot",
|
||||
"count": 9
|
||||
}
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:brass_storage_block"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "techreborn:brass_ingot",
|
||||
"count": 9
|
||||
}
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:bronze_storage_block"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "techreborn:bronze_ingot",
|
||||
"count": 9
|
||||
}
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:chrome_storage_block"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "techreborn:chrome_ingot",
|
||||
"count": 9
|
||||
}
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:electrum_storage_block"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "techreborn:electrum_ingot",
|
||||
"count": 9
|
||||
}
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:invar_storage_block"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "techreborn:invar_ingot",
|
||||
"count": 9
|
||||
}
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:iridium_storage_block"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "techreborn:iridium_ingot",
|
||||
"count": 9
|
||||
}
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:lead_storage_block"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "techreborn:lead_ingot",
|
||||
"count": 9
|
||||
}
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue