fabric.mod.json 430 B

1234567891011121314151617181920
  1. {
  2. "id": "roughlyenoughitems",
  3. "name": "RoughlyEnoughItems",
  4. "description": "To allow players to view items and recipes.",
  5. "version": "2.0.0.34",
  6. "side": "client",
  7. "authors": [
  8. "Danielshe"
  9. ],
  10. "initializers": [
  11. "me.shedaniel.rei.RoughlyEnoughItemsCore",
  12. "me.shedaniel.rei.client.ClientHelper"
  13. ],
  14. "requires": {
  15. "fabric": "*"
  16. },
  17. "mixins": {
  18. "client": "roughlyenoughitems.client.json"
  19. }
  20. }