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