Materials in gate files appear to be case sensitive.
Pheotis opened this issue ยท 0 comments
Bug Description
All materials appear to need to be fully capitalised.
Reproduction Steps
This gate file appears to be constructable:
portal-open=END_GATEWAY
portal-closed=AIR
button=STONE_BUTTON
toowner=false
X=SHROOMLIGHT
-=SHROOMLIGHT
XXXX
X..X
-..-
X.*X
XXXX
While this one appears not to be.
portal-open=END_GATEWAY
portal-closed=AIR
button=STONE_BUTTON
toowner=false
X=shroomlight
-=shroomlight
XXXX
X..X
-..-
X.*X
XXXX
Desired Behaviour
This is not intuitive.
Material enums should probably be case agnostic.
Observed Behaviour
No response
Trace Logs
No response
Other Information
No response