12345678910111213141516171819 |
- {
- "id": "roughlyenoughitems",
- "name": "RoughlyEnoughItems",
- "description": "To allow players to view items and recipes.",
- "version": "1.2",
- "side": "client",
- "authors": [
- "Danielshe"
- ],
- "initializers": [
- "me.shedaniel.Core"
- ],
- "requires": {
- },
- "mixins": {
- "client": "roughlyenoughitems.client.json"
- }
- }
|