Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aliases #63

Open
xbony2 opened this issue Jun 22, 2017 · 2 comments
Open

Aliases #63

xbony2 opened this issue Jun 22, 2017 · 2 comments

Comments

@xbony2
Copy link
Member

xbony2 commented Jun 22, 2017

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).

@retep998
Copy link
Member

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.

@elifoster
Copy link
Member

elifoster commented Jun 22, 2017

I have thought about this briefly in the past and I agree it would be useful.

@retep998 I think it would be nicer and easier to just have some tile names point to a specific tile rather than actually add new sets of tiles.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants