Now works with gtceu 1.1.0

This commit is contained in:
Dmitry 2024-01-18 11:06:50 +07:00
parent 7ce1f2e598
commit 756a0eee96
15 changed files with 271 additions and 264 deletions

View file

@ -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)
}
})
});