he ro ta
This commit is contained in:
parent
7f8e06de8c
commit
969e554c9d
31 changed files with 569 additions and 26 deletions
|
|
@ -3,6 +3,7 @@ const newItemsCreate = (event) => {
|
|||
customWelding(event,["forge:ingots/iron","forge:plates/zinc"],"kubejs:galvanized_iron",3);
|
||||
customWelding(event,["forge:ingots/wrought_iron","forge:plates/zinc"],"kubejs:galvanized_iron",3);
|
||||
customHeating(event,"forge:ingots/galvanized_iron",["tfc:metal/wrought_iron",144],1400);
|
||||
//customHeatLevel(event,"forge:ingots/galvanized_iron", 5.714, 921, 1228);
|
||||
|
||||
//shaft craft
|
||||
customAnvil(event,"forge:ingots/galvanized_iron",["create:shaft",4],3,["hit_last","hit_second_last","hit_third_last"]);
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
const removeReworkedRecipes = (event) => {
|
||||
event.remove({ mod: 'create' });
|
||||
event.remove({ mod: 'extendedcrafting' });
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue