joshiejack / Enchiridion

Books mod for minecraft
MIT License
14 stars 15 forks source link

[1.10.2] Cannot get the Modifiable Armor Mod's book to work #98

Closed brisingraerowing closed 7 years ago

brisingraerowing commented 7 years ago

I use the Modifiable Armor mod, and the item ID of the book has spaces in it (which I wasn't aware of being valid), and even if I put it into the Enchridon library JSON file, it doesn't work.

The ID (copied direct from MC): "modifiable_armor:Modifiable Armor Book"

Is there a work around, or should I poke the author of Modifiable Armor about this?

joshiejack commented 7 years ago

replace the spaces with %20 so modifiable_armor:Modifiable%20Armor%20Book

And you're right, item names shouldn't have spaces but ehh. They should be using underscores and all lowercase...

brisingraerowing commented 7 years ago

Ah, OK. Thanks for the tip!