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:
5
kubejs/startup_scripts/machinery/testing.js
Normal file
5
kubejs/startup_scripts/machinery/testing.js
Normal 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"))
|
||||
})
|
||||
Reference in New Issue
Block a user