https://github.com/thepython10110/too_many_aliases
A MineClone mod that adds aliases to every single item, making the itemstrings match MineCraft's as closely as possible.
https://github.com/thepython10110/too_many_aliases
Last synced: 7 months ago
JSON representation
A MineClone mod that adds aliases to every single item, making the itemstrings match MineCraft's as closely as possible.
- Host: GitHub
- URL: https://github.com/thepython10110/too_many_aliases
- Owner: ThePython10110
- License: other
- Created: 2023-04-28T17:10:10.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-24T01:55:48.000Z (almost 3 years ago)
- Last Synced: 2025-02-21T23:15:18.693Z (over 1 year ago)
- Language: Lua
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# Too Many Aliases
[ContentDB](https://content.minetest.net/packages/ThePython/too_many_aliases)
[GitHub](https://github.com/ThePython10110/too_many_aliases)
[Direct Download](https://content.minetest.net/packages/ThePython/too_many_aliases/releases/18461)
This mod "fixes" MineClone's inconsistent itemstrings.
Instead of typing `/giveme mesecons_torch:redstoneblock`, you can just type `/giveme mineclone:redstone_block`.
Registers aliases for all MineClone items (as of MineClone 2 0.83.0). All aliases follow MineCraft Java edition's item ID's. The aliases can have a custom prefix or none at all. The default prefix is "" (an empty string).
If the prefix (found in the Minetest settings) is set to nothing, no prefix is required (you could just type `/giveme redstone_block`).
The `mineclone:` prefix is always available, regardless of the setting. This is so mods can depend on this one.
After doing all this work, I realized that MineClone already does this... I just never knew before because I never had "Item ID debug" turned on.