big honkin recycling overhaul #1576

This commit is contained in:
Pyritie 2025-10-26 17:49:37 +00:00
parent 6c01dde185
commit dd3215d440
45 changed files with 2094 additions and 3374 deletions

View file

@ -11,5 +11,6 @@ const registerSandwormRecipes = (event) => {
.itemOutputs('sandworm_mod:thumper')
.duration(200)
.circuit(10)
.EUt(GTValues.VA[GTValues.EV]);
.EUt(GTValues.VA[GTValues.EV])
.addMaterialInfo(true);
}