
Bug with numismatic overhaul mod
LcBert opened this issue ยท 1 comments
Minecraft Version
1.20.1
Mod Version
MoreJS-Fabric-1.20.1-0.10.1
Describe the bug!
There's a bug where if i use numismatic overhaul mod i can't trades to villagers
This is the code:
event.addCustomTrade("minecraft:farmer", 1, (offer, entity, random) => {
offer.firstInput = "minecraft:diamond"
offer.output = "numismatic-overhaul:bronze_coin"
offer.maxUses = 5
offer.demand = 10
offer.villagerExperience = 1
offer.rewardExp = false
})
If i remove numismatic overhaul mod the trade is available
Crash Report
No response
Log
No response
Additions and Modifications
Yes
Additions and Modifications Description
Numismatic Overhaul mod
Did the issue happen in singleplayer or on a server?
Singleplayer