2
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CinderLoE/src/main/resources/mixins.cinder_loe.json

52 lines
1.5 KiB
JSON

{
"required": true,
"minVersion": "0.7.11",
"package": "com.zivilon.cinder_loe.mixins",
"refmap": "mixins.cinder_loe.refmap.json",
"target": "@env(DEFAULT)",
"compatibilityLevel": "JAVA_8",
"mixins": [
"MixinEnchantmentHelper",
"MixinEntity",
"MixinEntityArrow",
"MixinItemRenderer",
"MixinLOTRArmorModels",
"MixinLOTRBrewingRecipes",
"MixinLOTRClientProxy",
"MixinLOTRContainerAnvil",
"MixinLOTREnchantment",
"MixinLOTREnchantmentType",
"MixinLOTREntityAINearestAttackableTargetBasic",
"MixinLOTREntityProjectileBase",
"MixinLOTREntitySauron",
"MixinLOTRIntCache",
"MixinLOTRNPCRendering",
"MixinLOTRRenderArmorStand",
"MixinLOTRRenderBlownItem",
"MixinLOTRRenderBow",
"MixinLOTRRenderCrossbow",
"MixinLOTRRenderDart",
"MixinLOTRRenderElf",
"MixinLOTRRenderElvenBlade",
"MixinLOTRRenderLargeItem",
"MixinLOTRRenderNPCRespawner",
"MixinLOTRRenderPlateFood",
"MixinLOTRRenderThrowingAxe",
"MixinLOTRRenderTraderRespawn",
"MixinLOTRTileEntityDwarvenForge",
"MixinLOTRTileEntityForgeBase",
"MixinLOTRTradeEntries",
"MixinLOTRWorldGenMumakSkeleton",
"MixinRendererLivingEntity",
"MixinRenderItem",
"MixinSlotCrafting",
"overrides.MixinLOTREntityWarg",
"overrides.MixinLOTRHiredNPCInfo",
"overrides.MixinLOTRItemEntDraught",
"overrides.MixinLOTRReplacedMethods",
"overrides.MixinLOTRTradeEntriesOverrides",
"overrides.MixinLOTRUnitTradeEntries"
],
"client": []
}