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

@@ -0,0 +1,5 @@
GTCEuStartupEvents.registry('gtceu:machine', event => {
event.create('inscriber', 'simple', GTValues.LV, GTValues.MV, GTValues.HV, GTValues.EV, GTValues.IV) //(ID, Type, Voltage Teirs)
.recipeType('inscriber', true, true)
.workableTieredHullRenderer(GTCEu.id("block/machines/inscriber"))
})