Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/13/22 in all areas

  1. Looks like a conflict between betteranimalsplus and whisperwoods. Check you have the latest version of these mods then contact the mod authors.
    1 point
  2. https://forge.gemwire.uk/wiki/Tags Put your cursor on a vanilla ore block and press F3 then look in the bottom right. In particular the needs_xxx_tool and mineable tags.
    1 point
  3. If you look at AbstractVillager.getOffers() it will only regenerate the trades if the offers field is null. It does this by calling updateTrades(). But if you look in that method it calls addOffersFromItemListing() with a maximum of 2. So, it will only ever create 2 trades. You could use an access transformer to make the Villager.updateTrades() method public. https://forge.gemwire.uk/wiki/Access_Transformers Then call it multiple times to fill all the levels for the villager?
    1 point
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.