[Forge] `wand-item` config entry should use forge item ID format instead of a numerical item ID
LadyCailinBot opened this issue ยท 1 comments
WORLDEDIT-3807 - Reported by DeviantCrafter
On Bukkit servers, using a numerical ID works fine. On the Forge port of this mod, using a numerical ID causes problems. Numerical IDs are created dynamically in Forge, which means adding a new mod or connecting to a server can cause all of the item IDs from other mods to change.
Forge configs are supposed to use a modname:itemname
format, such as minecraft:stone
to get around this problem. The Forge port of World Edit does not, which makes the config option useless unless you use a vanilla item as a wand.
I'd like to create a new "wand" item for my modpack, but this config option doesn't work for non-vanilla items.