fabric.mod.json 342 B

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