-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #438 from Anvil-Dev/forge_fix
修复forge无法启动的问题
- Loading branch information
Showing
5 changed files
with
35 additions
and
62 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
.../mixin/fabric/EnchantmentHelperMixin.java → ...ilcraft/mixin/EnchantmentHelperMixin.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,36 @@ | ||
{ | ||
"required": true, | ||
"minVersion": "0.8", | ||
"package": "dev.dubhe.anvilcraft.mixin", | ||
"compatibilityLevel": "JAVA_17", | ||
"mixins": [ | ||
"AbstractCauldronBlockMixin", | ||
"AnvilBlockMixin", | ||
"BeaconMenuMixin", | ||
"BucketItemMixin", | ||
"ClientboundUpdateRecipesPacketMixin", | ||
"DiggerItemMixin", | ||
"DispenseItemEmptyBottleBehaviorMixin", | ||
"DispenseItemEmptyBucketBehaviorMixin", | ||
"DispenseItemWaterBottleBehaviorMixin", | ||
"FlyingHitEntityMixin", | ||
"HoeItemMixin", | ||
"ItemEntityMixin", | ||
"LivingEntityMixin", | ||
"PlayerHitEntityMixin", | ||
"SolidBucketItemMixin", | ||
"accessor.BaseSpawnerAccessor", | ||
"accessor.FallingBlockEntityAccessor", | ||
"accessor.LootContextParamSetsAccessor" | ||
], | ||
"client": [ | ||
"LevelRendererMixin", | ||
"PowerGridInformationRenderMixin", | ||
"accessor.ItemInHandRendererAccessor", | ||
"accessor.MinecraftAccessor" | ||
], | ||
"injectors": { | ||
"defaultRequire": 1 | ||
} | ||
"required": true, | ||
"minVersion": "0.8", | ||
"package": "dev.dubhe.anvilcraft.mixin", | ||
"compatibilityLevel": "JAVA_17", | ||
"mixins": [ | ||
"AbstractCauldronBlockMixin", | ||
"AnvilBlockMixin", | ||
"BeaconMenuMixin", | ||
"BucketItemMixin", | ||
"ClientboundUpdateRecipesPacketMixin", | ||
"DiggerItemMixin", | ||
"DispenseItemEmptyBottleBehaviorMixin", | ||
"DispenseItemEmptyBucketBehaviorMixin", | ||
"DispenseItemWaterBottleBehaviorMixin", | ||
"EnchantmentHelperMixin", | ||
"FlyingHitEntityMixin", | ||
"HoeItemMixin", | ||
"ItemEntityMixin", | ||
"LivingEntityMixin", | ||
"PlayerHitEntityMixin", | ||
"SolidBucketItemMixin", | ||
"accessor.BaseSpawnerAccessor", | ||
"accessor.FallingBlockEntityAccessor", | ||
"accessor.LootContextParamSetsAccessor" | ||
], | ||
"client": [ | ||
"LevelRendererMixin", | ||
"PowerGridInformationRenderMixin", | ||
"accessor.ItemInHandRendererAccessor", | ||
"accessor.MinecraftAccessor" | ||
], | ||
"injectors": { | ||
"defaultRequire": 1 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 0 additions & 26 deletions
26
forge/src/main/java/dev/dubhe/anvilcraft/mixin/forge/ForgeItemStackMixin.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters