-
Bug
-
Resolution: Duplicate
-
None
-
Minecraft 1.13
-
None
-
Currently creating some custom crafting recipes and noticed that capital letters anywhere in the filename prevent it from working and appearing in game.
As a programmer, I understand the need for naming conventions to increase legibility for large-scale projects, but conventions shouldn't be enforced on the user base.
It's unlikely I would have caught this without some prior knowledge.Currently creating some custom crafting recipes and noticed that capital letters anywhere in the filename prevent it from working and appearing in game. As a programmer, I understand the need for naming conventions to increase legibility for large-scale projects, but conventions shouldn't be enforced on the user base. It's unlikely I would have caught this without some prior knowledge.
-
Unconfirmed
Doesn't work:
"quartz_from_quartzBlock"
"quartzBlock"
"L"
Works:
"quartz_from_quartzblock"
"quartzblock"
"l"
Sanitizing filename data shouldn't be too hard. Try not to enforce coding practices on your average user.
- duplicates
-
MC-110592 Server fails to load data files with uppercase characters
- Resolved