Now works with gtceu 1.1.0
This commit is contained in:
parent
7ce1f2e598
commit
756a0eee96
15 changed files with 271 additions and 264 deletions
|
|
@ -32,7 +32,7 @@ const registerComputerCraftData = (event) => {
|
|||
break;
|
||||
}
|
||||
|
||||
event.addJson(`computercraft:computercraft/turtle_upgrades/${material}_${type.name}`, json)
|
||||
event.addJson(`computercraft:computercraft/turtle_upgrades/${material.getName()}_${type.name}`, json)
|
||||
}
|
||||
})
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue