simple-tech

Minecraft: Better than Adventure! mod that adds simple blocks to automate tasks
git clone git://memoryshards.xyz/simple-tech.git
Log | Files | Refs | README | LICENSE

simpletech.mixins.json (357B)


      1 {
      2   "required": true,
      3   "minVersion": "0.8",
      4   "package": "ambos.simpletech.mixin",
      5   "compatibilityLevel": "JAVA_8",
      6   "mixins": [
      7     "EntityItemMixin",
      8     "EntityPlayerMixin",
      9     "EntityPlayerMPMixin"
     10   ],
     11   "client": [
     12     "EntityPlayerSPMixin",
     13     "NetClientHandlerMixin",
     14     "RenderBlocksMixin"
     15   ],
     16   "injectors": {
     17     "defaultRequire": 1
     18   }
     19 }