Quark Oddities

Quark Oddities

22M Downloads

Crash on launch: Block: class vazkii.quark.building.block.BlockNewSandstone has property: variant with invalidly named value: sandstone_brıcks

DemirAtasoy opened this issue · 2 comments

commented

Quark version: Quark-r1.0-53.jar (latest)

AutoRegLib version: AutoRegLib-1.0-1.jar (latest)

Forge Version: 1.10.2 - 12.18.1.2076 (latest)

FML Log:
crash-2016-08-30_23.36.49-client.txt

No other plugins are present except Quark and AutoRegLib.

EDIT: The opperating system language is Turkish, which corresponds uppercase 'I' to lowercase 'ı' and uppercase 'İ' to lowercase 'i', since it seems to be revelant.

commented

@Vazkii I can't find it in ARL at a glance but wherever you're implementing IStringSerializable and lowercasing stuff make sure to use toLowerCase(Locale.ROOT), not just toLowerCase which will result in different things depending on locale (like that small-capsed 'i' in bricks)

EDIT: Here: https://github.com/Vazkii/AutoRegLib/blob/eeaa728b718575957a7d0561c9e5dd389eba97a4/src/main/java/vazkii/arl/block/BlockMetaVariants.java#L102

commented

Fixed in AutoRegLib.