use tfg namespace insteaf of gtceu where applicable

This commit is contained in:
Dmitry 2024-04-23 08:11:02 +07:00
parent cb933705ce
commit 49751dfd02
11 changed files with 90 additions and 89 deletions

View file

@ -5,7 +5,7 @@ const registerComputerCraftData = (event) => {
GTMaterialRegistry.getRegisteredMaterials().forEach(material => {
TURTLE_TOOL_TYPES.forEach(type => {
let toolStack = $ToolHelper.get(type, material)
let toolStack = ToolHelper.get(type, material)
if (!toolStack.isEmpty()) {