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
omg thx
whe should it come out? in like 20-30 minutes?
ahhhhhhhhhhhhhhhhhhhhhhh, the game still ignoring the crafts of the 2 stockers, only the crates crafts work, on some points, the new update have dark sides ;( !!
all in all, you can trust me that I'll do what I can to make it posted in the few hours that come (or tommorow because its late here)
Then Maybe release it now, and make a update with the Stockers :)
BTW I'm hyped
How to make items only craftable with ressources from others mods (like u download Tinker's Construct and you can make a seared chest (there are seared bricks in tinker's construct)
Release it today?
Yep I just finished it, it work !
YES
@maxipingouin
In fact, when you change the recipe file, the original craft dosent exist any more !
En fait, quand tu change le craft, les anciens objets ne feront plus le craft, il ne restera que les nouvexu ;)
Does it release now, in some hours or later today?
I m making the desc
https://mcreator.net/modification/51582/cosmocraft-los-crates here you have it ;D