Topic category: Help with Minecraft modding (Java Edition)
hi,
After I posted my mod wich is using blocks and items from another mod (Biome O' Plenty) I just send a comment on this mod to say that it really uses modded items and then I recive a comment saying:
"How did you even make that possible?"
And then I just asked myself... (was I not the first to do that xD) wait ? Peoples dont know how to do it ?
So, If someone want to use modded items, I'm here to help that guy !!
Just comment for help !
So, to do it, you need to follow some steps, theses :
your mod (.jar) > assets > your mod name (The one you want to edit) >
recipes > the recipe (the one you want to edit) >
- First, remove the first line ( not the "{", but the " "group": "mod" " )
Usually, the "items" of the recipe are with 1, 2, 3 ect, change them (in the craft grid) to "#, X, Z, O".
- Next, move on the "key": part, and change the "1, 2, 3 ect" by the "#, X...",
- Then, the most important part, the items, you will have to change the original by something like that (IN THIS EXAMPLE, I take biome o' plenty for external mod)
(original: spruce planks)
},
"#": {
"item": "minecraft:planks",
"data": 1
}(final: willow planks)
"#": {
"item": "biomesoplenty:planks_0",
"data": 9
}The "data":... is very important, if there is no data by default, you need to add it, just copy the line of this thread, even if the final item have no data, just write
"data": 0
So, now you have all the base, you can make your own mod :D
Btw, I need to precise that I gonna copy your whole description, did you have a curseforge account ?
I don't have a acc, and you can copy the desc etc.
oh, dont need acces, if you have an account, I can give you credit by adding you in the mod team, and okay thanks
Acc is account. I don't have one :(, just say that this mod was made by rockstarbonnet
Okay, don’t worry, I didn’t have plan on making me the owner ;)
REALLY IMPORTANT, WICH IS THE OLDEST FILE, 1.0.2 or 1.0.0 ?!?
https://www.curseforge.com/minecraft/mc-mods/rockstarbonnets-terracore I posted the 1.0.0 of TerraCore because it was the biggest file :D
1.0.2 is the newest,XD.i just had a texture pack for mc in the first file lol.
link doesnt work :(
yeah, the mod still don't approved for the moment, it take some time
ok,but change the mod version. newest 1.0.2
how long does it take!!? xD
1 day maximum, for LOS it took around 3 hours
and for the version ;) I done it