quests+kubejs quick commit

quests and kjs arent finished but the pack should be playable lmk if anything is wildly broken
This commit is contained in:
mina
2023-09-21 22:25:03 +01:00
parent afad2409e1
commit 3f1a2b1bef
43 changed files with 4740 additions and 1546 deletions

View File

@@ -85,4 +85,10 @@ ServerEvents.recipes(event => {
.inputFluids("gtceu:rocket_fuel 1000", "gtceu:nether_air 8000")
.itemOutputs("2x gtceu:nether_star_dust")
.duration(200).EUt(7680)
// Netherite
greg.alloy_smelter("gtceu:better_netherite")
.itemInputs("2x netherite_scrap", "2x #forge:ingots/gold")
.itemOutputs("1x netherite_ingot")
.duration(150).EUt(100)
})