Posted August 6, 20187 yr I'm have an item set and this is the material of this set: public static final ToolMaterial MATERIAL_REINFORCED_EMERALD_MK4 = EnumHelper.addToolMaterial("material_reinforced_emerald_mk4", 219, 127544, 751.0F, 425.0F, 961); It's have a enchantability that's 961. And I can't enchant my item. When I try it, I'm taking a message in enchanting table "Limited Enchantability". What can I do? My Mods: More Strenghtened Tools Mod: https://www.curseforge.com/minecraft/mc-mods/mstm
August 6, 20187 yr 8 hours ago, H_SerhatY said: I'm have an item set and this is the material of this set: public static final ToolMaterial MATERIAL_REINFORCED_EMERALD_MK4 = EnumHelper.addToolMaterial("material_reinforced_emerald_mk4", 219, 127544, 751.0F, 425.0F, 961); It's have a enchantability that's 961. And I can't enchant my item. When I try it, I'm taking a message in enchanting table "Limited Enchantability". What can I do? Try setting it to a lower value like 8 or something About Me Spoiler My Discord - Cadiboo#8887 My Website - Cadiboo.github.io My Mods - Cadiboo.github.io/projects My Tutorials - Cadiboo.github.io/tutorials Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support. When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible. Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)
August 7, 20187 yr 8 hours ago, H_SerhatY said: I'm have an item set and this is the material of this set: What type of item? ItemTool, ItemPickaxe, Item? What is its parent class? VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
August 7, 20187 yr Author 12 hours ago, Animefan8888 said: What type of item? ItemTool, ItemPickaxe, Item? What is its parent class? I have tried all of tools(Sword, Axe, Pickaxe and Shovel) but it's don't works. But I think if anybody make a tool with that, it's doesn't need to enchant it My Mods: More Strenghtened Tools Mod: https://www.curseforge.com/minecraft/mc-mods/mstm
August 7, 20187 yr 10 hours ago, H_SerhatY said: I have tried all of tools(Sword, Axe, Pickaxe and Shovel) but it's don't works. But I think if anybody make a tool with that, it's doesn't need to enchant it Could you post all of your code please, preferably on github. VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
August 8, 20187 yr On 8/7/2018 at 9:56 AM, Cadiboo said: Try setting it to a lower value like 8 or something @H_SerhatY Here’s a recommendation About Me Spoiler My Discord - Cadiboo#8887 My Website - Cadiboo.github.io My Mods - Cadiboo.github.io/projects My Tutorials - Cadiboo.github.io/tutorials Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support. When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible. Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.