You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is one of my crazy ideas, but I don't think it's too crazy, so I'll share it. Simple idea: allowing a tile to have aliases. For example, Stained Clay, Hardened Clay and Terracotta are all three names for one block in Vanilla in different versions. Doing {{Gc|mod=V|dis=false|title=Blue Hardened Clay|Blue Terracotta}} every page through 1.10-1.11 seems silly, and also it hurts automatically translated tile names (hopefully each alias could be translated).
The text was updated successfully, but these errors were encountered:
Allowing aliases would be as simple as removing the check for whether a tile already exists at that position (https://github.com/FTB-Gamepedia/Tilesheets/blob/master/special/TileManager.php#L86-L88). What would be trickier however is figuring out how ftb-rs would deal with such cases when attempting to update a tilesheet. Come up with a good concrete solution and I'll consider this idea.
This is one of my crazy ideas, but I don't think it's too crazy, so I'll share it. Simple idea: allowing a tile to have aliases. For example, Stained Clay, Hardened Clay and Terracotta are all three names for one block in Vanilla in different versions. Doing
{{Gc|mod=V|dis=false|title=Blue Hardened Clay|Blue Terracotta}}
every page through 1.10-1.11 seems silly, and also it hurts automatically translated tile names (hopefully each alias could be translated).The text was updated successfully, but these errors were encountered: