Typo in gold ore tag possibly...? It just looks different to the rest of the tags. Should it be ore instead and without hash
file: .gradle\caches\forge_gradle\minecraft_user_repo\net\minecraftforge\forge\1.16.3-34.1.0_mapped_snapshot_20200514-1.16\forge-1.16.3-34.1.0_mapped_snapshot_20200514-1.16-recomp.jar!\data\forge\tags\blocks\ores\gold.json
{
"replace": false,
"values": [
"#minecraft:gold_ores"
]
}
@Mod.EventBusSubscriber(Dist.CLIENT)
public class AmethystEventHandler {
@SubscribeEvent
public static void onOffHandEquip( ??? ){
}
}
What event can I use to capture the event when the player moves an item into their offhand AND event where they move it out of their off-hand
Trying to apply armour effects when a certain item is equipped
Important Information
By using this site, you agree to our Terms of Use.