Started by
Rattiwrapper
on
Topic category: Help with Minecraft modding (Java Edition)
I've made a clone of the Nether (which has a different name to the one in vanilla), so that I can add biomes, but I also made a copy of Flint And Steel (it also has a different name), and I'm trying to make a procedure that, when a player gets a vanilla Flint And Steel, it replaces it with the modded Flint And Steel, but it's not working, can someone help me please?
On player tick update
If Has Event/target entity in inventory (flint and steel)
do Remove 1 (Flint and steel) from Event/target entity main inventory
Add 1 (your item) to Event/target entity inventory.
Ok thanks.