update gtceu + properly access to the material api
This commit is contained in:
parent
1cbc03c016
commit
2691037774
4 changed files with 4 additions and 4 deletions
|
|
@ -3,7 +3,7 @@
|
|||
const registerComputerCraftData = (event) => {
|
||||
const TURTLE_TOOL_TYPES = [ GTToolType.SWORD, GTToolType.PICKAXE, GTToolType.AXE, GTToolType.SHOVEL, GTToolType.HOE ]
|
||||
|
||||
GTRegistries.MATERIALS.forEach(material => {
|
||||
GTCEuAPI.materialManager.getRegisteredMaterials().forEach(material => {
|
||||
TURTLE_TOOL_TYPES.forEach(type => {
|
||||
let toolStack = $ToolHelper.get(type, material)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue