Gregtech++ [GT++] [GTplusplus]

Gregtech++ [GT++] [GTplusplus]

94.1k Downloads

Override wrong names and functions of Alveary blocks

leagris opened this issue ยท 2 comments

commented

Wrong Alveary blocks overrides:

https://github.com/draknyte1/GTplusplus/blob/master/src/resources/assets/forestry/lang/en_US.lang#L1-L8

tile.for.alveary.0.name=Alveary
tile.for.alveary.1.name=Alveary ERROR
tile.for.alveary.2.name=Alveary Frame Housing
tile.for.alveary.3.name=Alveary Mutatron
tile.for.alveary.4.name=Alveary 1
tile.for.alveary.5.name=Alveary 2
tile.for.alveary.6.name=Alveary 3
tile.for.alveary.7.name=Alveary 4

Correct Forestry Alveary blocks assignments:

https://github.com/ForestryMC/Forestry-Localization/blob/master/assets/forestry/lang/en_US.lang#L1105-L1112

tile.for.alveary.0.name=Alveary
tile.for.alveary.1.name=Alveary Entrance
tile.for.alveary.2.name=Swarmer
tile.for.alveary.3.name=Alveary Fan
tile.for.alveary.4.name=Alveary Heater
tile.for.alveary.5.name=Alveary Hygroregulator
tile.for.alveary.6.name=Alveary Stabiliser
tile.for.alveary.7.name=Alveary Sieve
commented

Fixed in e3209d5.

commented