untested anvil recipes

This commit is contained in:
Dmitry 2023-11-16 12:56:27 +07:00
parent b501b1a42e
commit a6be6b406d
268 changed files with 104 additions and 4402 deletions

View file

@ -3,7 +3,8 @@
"engines": 0,
"volume": 1,
"useSoundMasterSource": false,
"scanStepAmount": 100
"scanStepAmount": 100,
"playSoundWithOffset": true
},
"dimensions": {
"nether": 1,
@ -174,6 +175,15 @@
"overall": 1,
"ocean": 1,
"light-wind": 1
},
"mushroom_fields": {
"overall": 1,
"cicadas-mushroom-fields": 1,
"special-mushroom-fields": 1
},
"warden": {
"overall": 1,
"warden": 1
}
},
"fade-volume": 0.005,

View file

@ -1,8 +1,8 @@
#This file stores configuration options for Iris, such as the currently active shaderpack
#Sat Nov 11 14:48:32 NOVT 2023
#Thu Nov 16 11:38:50 NOVT 2023
colorSpace=SRGB
disableUpdateMessage=false
enableDebugOptions=false
enableShaders=true
enableShaders=false
maxShadowRenderDistance=32
shaderPack=SEUS-Renewed-v1.0.1.zip

View file

@ -2,10 +2,14 @@
"basics": {
"favorites": [
"{type:\"heracles:heracles\"}",
"{type:\"argonauts:party_chat\"}"
"{type:\"argonauts:party_chat\"}",
"{data:{Count:1b,ForgeCaps:{\"tfc:item_heat\":{heat:0.0f,ticks:0L}},id:\"gtceu:blue_steel_plate\",type:\"minecraft:item\"},type:\"roughlyenoughitems:entry_stack\"}"
],
"hiddenFavorites": [],
"displayHistory": [],
"displayHistory": [
"{DisplayHistoryCategory:\"minecraft:plugins/tag\",DisplayHistoryContains:0b,DisplayHistoryUUID:\"61388244-a33d-45dd-8228-ce0f1fbf60c9\"}",
"{DisplayHistoryCategory:\"tfc:anvil\",DisplayHistoryContains:1b,DisplayHistoryData:{JEISerializer:\"tfc:anvil\",data:\"AgGhhwEBAAEACgAABQAEaGVhdAAAAAAEAAV0aWNrcwAAAAAAAAAAAAG9RQEAAQAKAAAFAARoZWF0AAAAAAQABXRpY2tzAAAAAAAAAAAAAQMQCAkAAcd9AQABAAoAAAUABGhlYXQAAAAABAAFdGlja3MAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==\",id:\"tfc:anvil/copper_trapdoor\"},DisplayHistoryUUID:\"e24f54cd-cb94-4ff1-824c-23e330a931d1\"}"
],
// Declares whether cheating mode is on.
"cheating": true,
"favoritesEnabled": true,
@ -63,7 +67,8 @@
"shouldFilterDisplays": true,
"filteringRules": [
"{id:\"roughlyenoughitems:manual\",rule:{}}",
"{id:\"roughlyenoughitems:basic\",rule:{}}"
"{id:\"roughlyenoughitems:basic\",rule:{}}",
"{id:\"roughlyenoughitems:hidden_from_recipe_viewers\",rule:{}}"
],
"filteringQuickCraftCategories": { },
"filteredStacks": []

View file

@ -1,17 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:ingots/bismuth_bronze"
},
"result": {
"item": "gtceu:bismuth_bronze_axe_head"
},
"tier": 2,
"rules": [
"punch_last",
"hit_second_last",
"upset_third_last"
],
"apply_forging_bonus": true
}

View file

@ -1,17 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:plates/bismuth_bronze"
},
"result": {
"item": "tfc:metal/bars/bismuth_bronze",
"count": 8
},
"tier": 3,
"rules": [
"upset_last",
"punch_second_last",
"punch_third_last"
]
}

View file

@ -1,17 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:plates/double/bismuth_bronze"
},
"result": {
"item": "tfc:metal/bars/bismuth_bronze",
"count": 16
},
"tier": 3,
"rules": [
"upset_last",
"punch_second_last",
"punch_third_last"
]
}

View file

@ -1,17 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:ingots/bismuth_bronze"
},
"result": {
"item": "tfc:metal/chain/bismuth_bronze",
"count": 16
},
"tier": 2,
"rules": [
"hit_any",
"hit_any",
"draw_last"
]
}

View file

@ -1,17 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:ingots/bismuth_bronze"
},
"result": {
"item": "tfc:metal/chisel_head/bismuth_bronze"
},
"tier": 2,
"rules": [
"hit_last",
"hit_not_last",
"draw_not_last"
],
"apply_forging_bonus": true
}

View file

@ -1,17 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:plates/bismuth_bronze"
},
"result": {
"item": "tfc:metal/fish_hook/bismuth_bronze"
},
"tier": 2,
"rules": [
"draw_not_last",
"bend_any",
"hit_any"
],
"apply_forging_bonus": true
}

View file

@ -1,16 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:ingots/bismuth_bronze"
},
"result": {
"item": "gtceu:bismuth_bronze_hammer_head"
},
"tier": 2,
"rules": [
"punch_last",
"shrink_not_last"
],
"apply_forging_bonus": true
}

View file

@ -1,17 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:ingots/bismuth_bronze"
},
"result": {
"item": "gtceu:bismuth_bronze_hoe_head"
},
"tier": 2,
"rules": [
"punch_last",
"hit_not_last",
"bend_not_last"
],
"apply_forging_bonus": true
}

View file

@ -1,17 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:ingots/bismuth_bronze"
},
"result": {
"item": "tfc:metal/javelin_head/bismuth_bronze"
},
"tier": 2,
"rules": [
"hit_last",
"hit_second_last",
"draw_third_last"
],
"apply_forging_bonus": true
}

View file

@ -1,17 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:ingots/bismuth_bronze"
},
"result": {
"item": "gtceu:bismuth_bronze_knife_head"
},
"tier": 2,
"rules": [
"hit_last",
"draw_second_last",
"draw_third_last"
],
"apply_forging_bonus": true
}

View file

@ -1,16 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:ingots/bismuth_bronze"
},
"result": {
"item": "tfc:metal/unfinished_lamp/bismuth_bronze"
},
"tier": 2,
"rules": [
"bend_last",
"bend_second_last",
"draw_third_last"
]
}

View file

@ -1,17 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:double_ingots/bismuth_bronze"
},
"result": {
"item": "tfc:metal/mace_head/bismuth_bronze"
},
"tier": 2,
"rules": [
"hit_last",
"shrink_not_last",
"bend_not_last"
],
"apply_forging_bonus": true
}

View file

@ -1,17 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:ingots/bismuth_bronze"
},
"result": {
"item": "gtceu:bismuth_bronze_pickaxe_head"
},
"tier": 2,
"rules": [
"punch_last",
"bend_not_last",
"draw_not_last"
],
"apply_forging_bonus": true
}

View file

@ -1,17 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:ingots/bismuth_bronze"
},
"result": {
"item": "tfc:metal/propick_head/bismuth_bronze"
},
"tier": 2,
"rules": [
"punch_last",
"draw_not_last",
"bend_not_last"
],
"apply_forging_bonus": true
}

View file

@ -1,17 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:ingots/bismuth_bronze"
},
"result": {
"item": "gtceu:bismuth_bronze_rod",
"count": 2
},
"tier": 2,
"rules": [
"bend_last",
"draw_second_last",
"draw_third_last"
]
}

View file

@ -1,16 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:ingots/bismuth_bronze"
},
"result": {
"item": "gtceu:bismuth_bronze_saw_head"
},
"tier": 2,
"rules": [
"hit_last",
"hit_second_last"
],
"apply_forging_bonus": true
}

View file

@ -1,17 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:ingots/bismuth_bronze"
},
"result": {
"item": "gtceu:bismuth_bronze_scythe_head"
},
"tier": 2,
"rules": [
"hit_last",
"draw_second_last",
"bend_third_last"
],
"apply_forging_bonus": true
}

View file

@ -1,16 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:double_ingots/bismuth_bronze"
},
"result": {
"item": "gtceu:bismuth_bronze_plate"
},
"tier": 2,
"rules": [
"hit_last",
"hit_second_last",
"hit_third_last"
]
}

View file

@ -1,17 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:plates/double/bismuth_bronze"
},
"result": {
"item": "tfc:metal/shield/bismuth_bronze"
},
"tier": 2,
"rules": [
"upset_last",
"bend_second_last",
"bend_third_last"
],
"apply_forging_bonus": true
}

View file

@ -1,16 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:ingots/bismuth_bronze"
},
"result": {
"item": "gtceu:bismuth_bronze_shovel_head"
},
"tier": 2,
"rules": [
"punch_last",
"hit_not_last"
],
"apply_forging_bonus": true
}

View file

@ -1,17 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:double_ingots/bismuth_bronze"
},
"result": {
"item": "gtceu:bismuth_bronze_sword_head"
},
"tier": 2,
"rules": [
"hit_last",
"bend_second_last",
"bend_third_last"
],
"apply_forging_bonus": true
}

View file

@ -1,16 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:plates/bismuth_bronze"
},
"result": {
"item": "tfc:metal/trapdoor/bismuth_bronze"
},
"tier": 2,
"rules": [
"bend_last",
"draw_second_last",
"draw_third_last"
]
}

View file

@ -1,15 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:plates/double/bismuth_bronze"
},
"result": {
"item": "tfc:metal/tuyere/bismuth_bronze"
},
"tier": 2,
"rules": [
"bend_last",
"bend_second_last"
]
}

View file

@ -1,16 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:plates/bismuth_bronze"
},
"result": {
"item": "tfc:metal/unfinished_boots/bismuth_bronze"
},
"tier": 2,
"rules": [
"bend_last",
"bend_second_last",
"shrink_third_last"
]
}

View file

@ -1,16 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:plates/double/bismuth_bronze"
},
"result": {
"item": "tfc:metal/unfinished_chestplate/bismuth_bronze"
},
"tier": 2,
"rules": [
"hit_last",
"hit_second_last",
"upset_third_last"
]
}

View file

@ -1,16 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:plates/double/bismuth_bronze"
},
"result": {
"item": "tfc:metal/unfinished_greaves/bismuth_bronze"
},
"tier": 2,
"rules": [
"bend_any",
"draw_any",
"hit_any"
]
}

View file

@ -1,16 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:plates/double/bismuth_bronze"
},
"result": {
"item": "tfc:metal/unfinished_helmet/bismuth_bronze"
},
"tier": 2,
"rules": [
"hit_last",
"bend_second_last",
"bend_third_last"
]
}

View file

@ -1,17 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:ingots/bismuth"
},
"result": {
"item": "gtceu:bismuth_rod",
"count": 2
},
"tier": 1,
"rules": [
"bend_last",
"draw_second_last",
"draw_third_last"
]
}

View file

@ -1,16 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:double_ingots/bismuth"
},
"result": {
"item": "gtceu:bismuth_plate"
},
"tier": 1,
"rules": [
"hit_last",
"hit_second_last",
"hit_third_last"
]
}

View file

@ -1,17 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:ingots/black_bronze"
},
"result": {
"item": "gtceu:black_bronze_axe_head"
},
"tier": 2,
"rules": [
"punch_last",
"hit_second_last",
"upset_third_last"
],
"apply_forging_bonus": true
}

View file

@ -1,17 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:plates/black_bronze"
},
"result": {
"item": "tfc:metal/bars/black_bronze",
"count": 8
},
"tier": 3,
"rules": [
"upset_last",
"punch_second_last",
"punch_third_last"
]
}

View file

@ -1,17 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:plates/double/black_bronze"
},
"result": {
"item": "tfc:metal/bars/black_bronze",
"count": 16
},
"tier": 3,
"rules": [
"upset_last",
"punch_second_last",
"punch_third_last"
]
}

View file

@ -1,17 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:ingots/black_bronze"
},
"result": {
"item": "tfc:metal/chain/black_bronze",
"count": 16
},
"tier": 2,
"rules": [
"hit_any",
"hit_any",
"draw_last"
]
}

View file

@ -1,17 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:ingots/black_bronze"
},
"result": {
"item": "tfc:metal/chisel_head/black_bronze"
},
"tier": 2,
"rules": [
"hit_last",
"hit_not_last",
"draw_not_last"
],
"apply_forging_bonus": true
}

View file

@ -1,17 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:plates/black_bronze"
},
"result": {
"item": "tfc:metal/fish_hook/black_bronze"
},
"tier": 2,
"rules": [
"draw_not_last",
"bend_any",
"hit_any"
],
"apply_forging_bonus": true
}

View file

@ -1,16 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:ingots/black_bronze"
},
"result": {
"item": "gtceu:black_bronze_hammer_head"
},
"tier": 2,
"rules": [
"punch_last",
"shrink_not_last"
],
"apply_forging_bonus": true
}

View file

@ -1,17 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:ingots/black_bronze"
},
"result": {
"item": "gtceu:black_bronze_hoe_head"
},
"tier": 2,
"rules": [
"punch_last",
"hit_not_last",
"bend_not_last"
],
"apply_forging_bonus": true
}

View file

@ -1,17 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:ingots/black_bronze"
},
"result": {
"item": "tfc:metal/javelin_head/black_bronze"
},
"tier": 2,
"rules": [
"hit_last",
"hit_second_last",
"draw_third_last"
],
"apply_forging_bonus": true
}

View file

@ -1,17 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:ingots/black_bronze"
},
"result": {
"item": "gtceu:black_bronze_knife_head"
},
"tier": 2,
"rules": [
"hit_last",
"draw_second_last",
"draw_third_last"
],
"apply_forging_bonus": true
}

View file

@ -1,16 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:ingots/black_bronze"
},
"result": {
"item": "tfc:metal/unfinished_lamp/black_bronze"
},
"tier": 2,
"rules": [
"bend_last",
"bend_second_last",
"draw_third_last"
]
}

View file

@ -1,17 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:double_ingots/black_bronze"
},
"result": {
"item": "tfc:metal/mace_head/black_bronze"
},
"tier": 2,
"rules": [
"hit_last",
"shrink_not_last",
"bend_not_last"
],
"apply_forging_bonus": true
}

View file

@ -1,17 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:ingots/black_bronze"
},
"result": {
"item": "gtceu:black_bronze_pickaxe_head"
},
"tier": 2,
"rules": [
"punch_last",
"bend_not_last",
"draw_not_last"
],
"apply_forging_bonus": true
}

View file

@ -1,17 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:ingots/black_bronze"
},
"result": {
"item": "tfc:metal/propick_head/black_bronze"
},
"tier": 2,
"rules": [
"punch_last",
"draw_not_last",
"bend_not_last"
],
"apply_forging_bonus": true
}

View file

@ -1,17 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:ingots/black_bronze"
},
"result": {
"item": "gtceu:black_bronze_rod",
"count": 2
},
"tier": 2,
"rules": [
"bend_last",
"draw_second_last",
"draw_third_last"
]
}

View file

@ -1,16 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:ingots/black_bronze"
},
"result": {
"item": "gtceu:black_bronze_saw_head"
},
"tier": 2,
"rules": [
"hit_last",
"hit_second_last"
],
"apply_forging_bonus": true
}

View file

@ -1,17 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:ingots/black_bronze"
},
"result": {
"item": "gtceu:black_bronze_scythe_head"
},
"tier": 2,
"rules": [
"hit_last",
"draw_second_last",
"bend_third_last"
],
"apply_forging_bonus": true
}

View file

@ -1,16 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:double_ingots/black_bronze"
},
"result": {
"item": "gtceu:black_bronze_plate"
},
"tier": 2,
"rules": [
"hit_last",
"hit_second_last",
"hit_third_last"
]
}

View file

@ -1,17 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:plates/double/black_bronze"
},
"result": {
"item": "tfc:metal/shield/black_bronze"
},
"tier": 2,
"rules": [
"upset_last",
"bend_second_last",
"bend_third_last"
],
"apply_forging_bonus": true
}

View file

@ -1,16 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:ingots/black_bronze"
},
"result": {
"item": "gtceu:black_bronze_shovel_head"
},
"tier": 2,
"rules": [
"punch_last",
"hit_not_last"
],
"apply_forging_bonus": true
}

View file

@ -1,17 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:double_ingots/black_bronze"
},
"result": {
"item": "gtceu:black_bronze_sword_head"
},
"tier": 2,
"rules": [
"hit_last",
"bend_second_last",
"bend_third_last"
],
"apply_forging_bonus": true
}

View file

@ -1,16 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:plates/black_bronze"
},
"result": {
"item": "tfc:metal/trapdoor/black_bronze"
},
"tier": 2,
"rules": [
"bend_last",
"draw_second_last",
"draw_third_last"
]
}

View file

@ -1,15 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:plates/double/black_bronze"
},
"result": {
"item": "tfc:metal/tuyere/black_bronze"
},
"tier": 2,
"rules": [
"bend_last",
"bend_second_last"
]
}

View file

@ -1,16 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:plates/black_bronze"
},
"result": {
"item": "tfc:metal/unfinished_boots/black_bronze"
},
"tier": 2,
"rules": [
"bend_last",
"bend_second_last",
"shrink_third_last"
]
}

View file

@ -1,16 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:plates/double/black_bronze"
},
"result": {
"item": "tfc:metal/unfinished_chestplate/black_bronze"
},
"tier": 2,
"rules": [
"hit_last",
"hit_second_last",
"upset_third_last"
]
}

View file

@ -1,16 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:plates/double/black_bronze"
},
"result": {
"item": "tfc:metal/unfinished_greaves/black_bronze"
},
"tier": 2,
"rules": [
"bend_any",
"draw_any",
"hit_any"
]
}

View file

@ -1,16 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:plates/double/black_bronze"
},
"result": {
"item": "tfc:metal/unfinished_helmet/black_bronze"
},
"tier": 2,
"rules": [
"hit_last",
"bend_second_last",
"bend_third_last"
]
}

View file

@ -1,17 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:ingots/black_steel"
},
"result": {
"item": "gtceu:black_steel_axe_head"
},
"tier": 5,
"rules": [
"punch_last",
"hit_second_last",
"upset_third_last"
],
"apply_forging_bonus": true
}

View file

@ -1,17 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:plates/black_steel"
},
"result": {
"item": "tfc:metal/bars/black_steel",
"count": 8
},
"tier": 3,
"rules": [
"upset_last",
"punch_second_last",
"punch_third_last"
]
}

View file

@ -1,17 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:plates/double/black_steel"
},
"result": {
"item": "tfc:metal/bars/black_steel",
"count": 16
},
"tier": 3,
"rules": [
"upset_last",
"punch_second_last",
"punch_third_last"
]
}

View file

@ -1,17 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:ingots/black_steel"
},
"result": {
"item": "tfc:metal/chain/black_steel",
"count": 16
},
"tier": 5,
"rules": [
"hit_any",
"hit_any",
"draw_last"
]
}

View file

@ -1,17 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:ingots/black_steel"
},
"result": {
"item": "tfc:metal/chisel_head/black_steel"
},
"tier": 5,
"rules": [
"hit_last",
"hit_not_last",
"draw_not_last"
],
"apply_forging_bonus": true
}

View file

@ -1,17 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:plates/black_steel"
},
"result": {
"item": "tfc:metal/fish_hook/black_steel"
},
"tier": 5,
"rules": [
"draw_not_last",
"bend_any",
"hit_any"
],
"apply_forging_bonus": true
}

View file

@ -1,16 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:ingots/black_steel"
},
"result": {
"item": "gtceu:black_steel_hammer_head"
},
"tier": 5,
"rules": [
"punch_last",
"shrink_not_last"
],
"apply_forging_bonus": true
}

View file

@ -1,17 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:ingots/black_steel"
},
"result": {
"item": "gtceu:black_steel_hoe_head"
},
"tier": 5,
"rules": [
"punch_last",
"hit_not_last",
"bend_not_last"
],
"apply_forging_bonus": true
}

View file

@ -1,17 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:ingots/black_steel"
},
"result": {
"item": "tfc:metal/javelin_head/black_steel"
},
"tier": 5,
"rules": [
"hit_last",
"hit_second_last",
"draw_third_last"
],
"apply_forging_bonus": true
}

View file

@ -1,17 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:ingots/black_steel"
},
"result": {
"item": "gtceu:black_steel_knife_head"
},
"tier": 5,
"rules": [
"hit_last",
"draw_second_last",
"draw_third_last"
],
"apply_forging_bonus": true
}

View file

@ -1,16 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:ingots/black_steel"
},
"result": {
"item": "tfc:metal/unfinished_lamp/black_steel"
},
"tier": 5,
"rules": [
"bend_last",
"bend_second_last",
"draw_third_last"
]
}

View file

@ -1,17 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:double_ingots/black_steel"
},
"result": {
"item": "tfc:metal/mace_head/black_steel"
},
"tier": 5,
"rules": [
"hit_last",
"shrink_not_last",
"bend_not_last"
],
"apply_forging_bonus": true
}

View file

@ -1,17 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:ingots/black_steel"
},
"result": {
"item": "gtceu:black_steel_pickaxe_head"
},
"tier": 5,
"rules": [
"punch_last",
"bend_not_last",
"draw_not_last"
],
"apply_forging_bonus": true
}

View file

@ -1,17 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:ingots/black_steel"
},
"result": {
"item": "tfc:metal/propick_head/black_steel"
},
"tier": 5,
"rules": [
"punch_last",
"draw_not_last",
"bend_not_last"
],
"apply_forging_bonus": true
}

View file

@ -1,17 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:ingots/black_steel"
},
"result": {
"item": "gtceu:black_steel_rod",
"count": 2
},
"tier": 5,
"rules": [
"bend_last",
"draw_second_last",
"draw_third_last"
]
}

View file

@ -1,16 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:ingots/black_steel"
},
"result": {
"item": "gtceu:black_steel_saw_head"
},
"tier": 5,
"rules": [
"hit_last",
"hit_second_last"
],
"apply_forging_bonus": true
}

View file

@ -1,17 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:ingots/black_steel"
},
"result": {
"item": "gtceu:black_steel_scythe_head"
},
"tier": 5,
"rules": [
"hit_last",
"draw_second_last",
"bend_third_last"
],
"apply_forging_bonus": true
}

View file

@ -1,16 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:double_ingots/black_steel"
},
"result": {
"item": "gtceu:black_steel_plate"
},
"tier": 5,
"rules": [
"hit_last",
"hit_second_last",
"hit_third_last"
]
}

View file

@ -1,17 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:plates/double/black_steel"
},
"result": {
"item": "tfc:metal/shield/black_steel"
},
"tier": 5,
"rules": [
"upset_last",
"bend_second_last",
"bend_third_last"
],
"apply_forging_bonus": true
}

View file

@ -1,16 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:ingots/black_steel"
},
"result": {
"item": "gtceu:black_steel_shovel_head"
},
"tier": 5,
"rules": [
"punch_last",
"hit_not_last"
],
"apply_forging_bonus": true
}

View file

@ -1,17 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:double_ingots/black_steel"
},
"result": {
"item": "gtceu:black_steel_sword_head"
},
"tier": 5,
"rules": [
"hit_last",
"bend_second_last",
"bend_third_last"
],
"apply_forging_bonus": true
}

View file

@ -1,16 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:plates/black_steel"
},
"result": {
"item": "tfc:metal/trapdoor/black_steel"
},
"tier": 5,
"rules": [
"bend_last",
"draw_second_last",
"draw_third_last"
]
}

View file

@ -1,15 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:plates/double/black_steel"
},
"result": {
"item": "tfc:metal/tuyere/black_steel"
},
"tier": 5,
"rules": [
"bend_last",
"bend_second_last"
]
}

View file

@ -1,16 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:plates/black_steel"
},
"result": {
"item": "tfc:metal/unfinished_boots/black_steel"
},
"tier": 5,
"rules": [
"bend_last",
"bend_second_last",
"shrink_third_last"
]
}

View file

@ -1,16 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:plates/double/black_steel"
},
"result": {
"item": "tfc:metal/unfinished_chestplate/black_steel"
},
"tier": 5,
"rules": [
"hit_last",
"hit_second_last",
"upset_third_last"
]
}

View file

@ -1,16 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:plates/double/black_steel"
},
"result": {
"item": "tfc:metal/unfinished_greaves/black_steel"
},
"tier": 5,
"rules": [
"bend_any",
"draw_any",
"hit_any"
]
}

View file

@ -1,16 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:plates/double/black_steel"
},
"result": {
"item": "tfc:metal/unfinished_helmet/black_steel"
},
"tier": 5,
"rules": [
"hit_last",
"bend_second_last",
"bend_third_last"
]
}

View file

@ -1,17 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:ingots/blue_steel"
},
"result": {
"item": "gtceu:blue_steel_axe_head"
},
"tier": 6,
"rules": [
"punch_last",
"hit_second_last",
"upset_third_last"
],
"apply_forging_bonus": true
}

View file

@ -1,17 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:plates/blue_steel"
},
"result": {
"item": "tfc:metal/bars/blue_steel",
"count": 8
},
"tier": 3,
"rules": [
"upset_last",
"punch_second_last",
"punch_third_last"
]
}

View file

@ -1,17 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:plates/double/blue_steel"
},
"result": {
"item": "tfc:metal/bars/blue_steel",
"count": 16
},
"tier": 3,
"rules": [
"upset_last",
"punch_second_last",
"punch_third_last"
]
}

View file

@ -1,17 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:ingots/blue_steel"
},
"result": {
"item": "tfc:metal/chain/blue_steel",
"count": 16
},
"tier": 6,
"rules": [
"hit_any",
"hit_any",
"draw_last"
]
}

View file

@ -1,17 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:ingots/blue_steel"
},
"result": {
"item": "tfc:metal/chisel_head/blue_steel"
},
"tier": 6,
"rules": [
"hit_last",
"hit_not_last",
"draw_not_last"
],
"apply_forging_bonus": true
}

View file

@ -1,17 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:plates/blue_steel"
},
"result": {
"item": "tfc:metal/fish_hook/blue_steel"
},
"tier": 6,
"rules": [
"draw_not_last",
"bend_any",
"hit_any"
],
"apply_forging_bonus": true
}

View file

@ -1,16 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:ingots/blue_steel"
},
"result": {
"item": "gtceu:blue_steel_hammer_head"
},
"tier": 6,
"rules": [
"punch_last",
"shrink_not_last"
],
"apply_forging_bonus": true
}

View file

@ -1,17 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:ingots/blue_steel"
},
"result": {
"item": "gtceu:blue_steel_hoe_head"
},
"tier": 6,
"rules": [
"punch_last",
"hit_not_last",
"bend_not_last"
],
"apply_forging_bonus": true
}

View file

@ -1,17 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:ingots/blue_steel"
},
"result": {
"item": "tfc:metal/javelin_head/blue_steel"
},
"tier": 6,
"rules": [
"hit_last",
"hit_second_last",
"draw_third_last"
],
"apply_forging_bonus": true
}

View file

@ -1,17 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:ingots/blue_steel"
},
"result": {
"item": "gtceu:blue_steel_knife_head"
},
"tier": 6,
"rules": [
"hit_last",
"draw_second_last",
"draw_third_last"
],
"apply_forging_bonus": true
}

View file

@ -1,16 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:ingots/blue_steel"
},
"result": {
"item": "tfc:metal/unfinished_lamp/blue_steel"
},
"tier": 6,
"rules": [
"bend_last",
"bend_second_last",
"draw_third_last"
]
}

View file

@ -1,17 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:double_ingots/blue_steel"
},
"result": {
"item": "tfc:metal/mace_head/blue_steel"
},
"tier": 6,
"rules": [
"hit_last",
"shrink_not_last",
"bend_not_last"
],
"apply_forging_bonus": true
}

View file

@ -1,17 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:ingots/blue_steel"
},
"result": {
"item": "gtceu:blue_steel_pickaxe_head"
},
"tier": 6,
"rules": [
"punch_last",
"bend_not_last",
"draw_not_last"
],
"apply_forging_bonus": true
}

View file

@ -1,17 +0,0 @@
{
"__comment__": "This file was automatically created by mcresources",
"type": "tfc:anvil",
"input": {
"tag": "forge:ingots/blue_steel"
},
"result": {
"item": "tfc:metal/propick_head/blue_steel"
},
"tier": 6,
"rules": [
"punch_last",
"draw_not_last",
"bend_not_last"
],
"apply_forging_bonus": true
}

Some files were not shown because too many files have changed in this diff Show more