Posted May 16, 20187 yr So I'm making a modifier system, where I will be able to apply modifiers to tools. I'm trying to decide whether to do it using the enchantment system or modifying internal values. I've got a basic start with modifying base values, but because it is handled on a case by case basis, I can't get it all quite working using itemstacks vs Items. If anyone has any advice or idea on direction, I'd love to hear them.
May 16, 20187 yr You must use ItemStacks. Items are singletons, there is only one protypical stick and all stacks of sticks refer to it for functionality. Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
May 16, 20187 yr Author I was gathering that much, but I'm not sure how to edit the efficiency of a tool or such through the itemstack
May 16, 20187 yr 26 minutes ago, BURN447 said: I was gathering that much, but I'm not sure how to edit the efficiency of a tool or such through the itemstack 4 hours ago, BURN447 said: I'm making a modifier system Your probably going to want to use Capabilities, they are well documented. Here's the rundown https://gist.github.com/williewillus/c8dc2a1e7963b57ef436c699f25a710d 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)
May 16, 20187 yr Author Thanks for the new link, I haven't seen this one yet. Hopefully I'll be able to understand how to use it a little more
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.