Skip to content

Bug with numismatic overhaul mod #20

@LcBert

Description

@LcBert

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions