fabric.mod.json 483 B

1234567891011121314151617181920212223
  1. {
  2. "id": "roughlyenoughitems",
  3. "name": "RoughlyEnoughItems",
  4. "description": "To allow players to view items and recipes.",
  5. "version": "2.3.1",
  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": "0.2.2"
  16. },
  17. "recommended": {
  18. "pluginloader": "1.0.6"
  19. },
  20. "mixins": {
  21. "client": "roughlyenoughitems.client.json"
  22. }
  23. }