Create: Design n' Decor

Create: Design n' Decor

3M Downloads

Aluminium stuff broken due to en_us/en_uk language inconsistency

Qwerty97475 opened this issue ยท 2 comments

commented

So, Minecraft predominantly uses US English, which can cause some inconsistencies when items are named using UK English.
Currently, all the Aluminium items are called Aluminium, rather than Aluminum (without an I).
There are 3 resulting problems which need to be fixed:

  • Aluminium stuff should perhaps have its item ID changed to Aluminum, for less confusion
  • Aluminium should only be used in non-US English translations - in the US translation it should be called Aluminum, as is correct in the US
  • Currently all Aluminium stuff is uncraftable as the recipe requires #forge:ingots/aluminium, except the correct tag is #forge:ingots/aluminum. This would mean it's highly unlikely any of the blocks are used in survival worlds, removing some of the danger of changing the block ID (or you could just migrate it somehow)
commented

Currently using design_decor-0.4.0b-1.20.1 for forge

commented

image