use tfg namespace insteaf of gtceu where applicable
This commit is contained in:
parent
cb933705ce
commit
49751dfd02
11 changed files with 90 additions and 89 deletions
|
|
@ -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()) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue