Jump to content

Leaderboard

Popular Content

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

  1. That's what container items are for. Vanilla does this with buckets of milk, for example. This is not handled by the crafting recipe json, but the item's class. You need slots that only accept specific items. As an example: https://github.com/Draco18s/ReasonableRealism/blob/1.14.4/src/main/java/com/draco18s/harderfarming/inventory/SaltSlotHandler.java Used: https://github.com/Draco18s/ReasonableRealism/blob/1.14.4/src/main/java/com/draco18s/harderfarming/entity/TannerTileEntity.java#L56
    1 point
×
×
  • Create New...

Important Information

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