30 lines
659 B
JSON
30 lines
659 B
JSON
|
|
{
|
|
"required": true,
|
|
"package": "ru.dbotthepony.mc.otm.mixin",
|
|
"compatibilityLevel": "JAVA_17",
|
|
"minVersion": "0.8",
|
|
"refmap": "overdrive_that_matters.refmap.json",
|
|
"mixins": [
|
|
"BlockEntityMixin",
|
|
"FoodDataMixin",
|
|
"MixinLivingEntity",
|
|
"MixinAnvilBlock",
|
|
"MixinInventory",
|
|
"MixinAbstractHurtingProjectile",
|
|
"SimpleCriterionTriggerMixin",
|
|
"InventoryChangeTriggerMixin",
|
|
"MixinPlayer",
|
|
"HopperBlockEntityMixin",
|
|
"DispenserBlockEntityMixin",
|
|
"GuiGraphicsMixin",
|
|
"BlockStateBaseMixin",
|
|
"LevelMixin"
|
|
],
|
|
"client": [
|
|
"MixinGameRenderer",
|
|
"MixinMinecraft",
|
|
"SplashManagerMixin"
|
|
]
|
|
}
|