1234567891011121314151617181920 |
- {
- "id": "roughlyenoughitems",
- "name": "RoughlyEnoughItems",
- "description": "To allow players to view items and recipes.",
- "version": "2.0.0.34",
- "side": "client",
- "authors": [
- "Danielshe"
- ],
- "initializers": [
- "me.shedaniel.rei.RoughlyEnoughItemsCore",
- "me.shedaniel.rei.client.ClientHelper"
- ],
- "requires": {
- "fabric": "*"
- },
- "mixins": {
- "client": "roughlyenoughitems.client.json"
- }
- }
|