Started by
MineKing_Top
on
Topic category: Help with Minecraft modding (Java Edition)
How can I make a trade for items from other mods like for example to trade for andesite alloy?
Topic category: Help with Minecraft modding (Java Edition)
How can I make a trade for items from other mods like for example to trade for andesite alloy?
you would need custom code for that, if you lock the trade and replace the name of the item you used for placeholder(Grass_block) for the name of the alloy (just assuming its called "andesite_alloy") then running both mods should work
Already tried that, however when I try to unlock the code it says this message:
/*
* MCreator note: This file will be REGENERATED on each build.
*/
when I try exporting the code it will regenerate
don't unlock the code if you want to add cross-mod compatibility
Sorry, I meant when locking the game. I haven't still found a way.