From 825accd13bf0fb472d4cee5c3c0ef9038320a1de Mon Sep 17 00:00:00 2001 From: Pyritie Date: Thu, 5 Mar 2026 22:36:21 +0000 Subject: [PATCH] fix startup crash --- kubejs/startup_scripts/tfg/materials/materials.misc_alloys.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kubejs/startup_scripts/tfg/materials/materials.misc_alloys.js b/kubejs/startup_scripts/tfg/materials/materials.misc_alloys.js index 41c3a1517..e39093149 100644 --- a/kubejs/startup_scripts/tfg/materials/materials.misc_alloys.js +++ b/kubejs/startup_scripts/tfg/materials/materials.misc_alloys.js @@ -5,6 +5,8 @@ // Only use it if there's truly nowhere else your material can go and there's only like one or two materials. // Otherwise, make a dedicated file for it. function registerTFGMiscAlloyMaterials(event) { + const $BlastProperty = Java.loadClass("com.gregtechceu.gtceu.api.data.chemical.material.properties.BlastProperty") + // EV New Material event.create('tfg:tungsten_bismuth_oxide_composite')