Started by
Derpy101
on
Topic category: Help with Minecraft modding (Java Edition)
So basicly...
I have this thing that I want to be able to craft stuff in. lets say there are 5 items. regen, resistance, strength, speed and base "cores"
then in this machien you can put them together. in a 2x2 crafting. and you can put them in any order. but the thing is that adds ALOT of new item cores to make. just from the 5
alone that makes 625 items. if we dont count the fact that even if there in different orders there the same one that still is still like 25 items. Is there some kind of way that
I can make one item a "Power Core" and then give it some kind of tag or nbt or something so that it acts like more that one item?
yes, however it may require a tiny bit of java knowledge
just on top of my head I can think of a very good idea, however I cant seem to understand what you are trying to do. Could you explain into more detail?
this is what I think you mean:
Block where you can fuse 4 powers into 1, depending on the order the Power Core will have different attributes by an nbt and different texture
am I correct?
WOAH, I forgot I put this here. Actually yeah that is what I meant. Now I have moved away from that project but I have the same issue rn but with swords. I want a person to be able to craft _any_ Sword, With all of the stuff I have, Handles, Blades, Edges, Grips, Rods, etc... But I have not a clue on how to do that, I want to make 1 "sword" item, but allow the texture to change and the player to be able to name there weapon. Im sorry im so late to this, I forgot. But this would be VERY helpful!!! Im willing to learn any amount of java required. I already know how to code, just not in java. so Im used to hellish learning over many trys. Please bestow apon me your wisdom!!!!!
CustomModelData NBT still exists? that's your solution
https://www.planetminecraft.com/forums/communities/texturing/new-1-14-c…
been away from modding for a while so sorry if it doesn't exist anymore
also you could check mods like Tinkers Construct source code or smt, been away from modding so my answers may be vague, don't remember many things abt MC modding tbh
Dang I cant believe I missed out, Thanks for the info though!
I had the exact same idea, so is there some way to overlay textures on the base item or something using code?