[Change] Moved and refactored Tag-API
This commit is contained in:
parent
25fa53541f
commit
184f3a6448
56 changed files with 1220 additions and 358 deletions
|
@ -17,7 +17,6 @@
|
|||
"ComposterBlockAccessor",
|
||||
"CraftingMenuMixin",
|
||||
"DedicatedServerPropertiesMixin",
|
||||
"DiggerItemAccessor",
|
||||
"DiggerItemMixin",
|
||||
"EnchantingTableBlockMixin",
|
||||
"ItemStackMixin",
|
||||
|
@ -38,7 +37,6 @@
|
|||
"ShovelItemAccessor",
|
||||
"StructuresAccessor",
|
||||
"SurfaceRulesContextAccessor",
|
||||
"TagLoaderMixin",
|
||||
"TheEndBiomeDataMixin",
|
||||
"WorldGenRegionMixin",
|
||||
"elytra.LivingEntityMixin",
|
||||
|
|
|
@ -4,9 +4,11 @@
|
|||
"package": "org.betterx.worlds.together.mixin.common",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"mixins": [
|
||||
"DiggerItemAccessor",
|
||||
"MainMixin",
|
||||
"PrimaryLevelDataMixin",
|
||||
"RegistryOpsAccessor",
|
||||
"TagLoaderMixin",
|
||||
"WorldGenPropertiesMixin",
|
||||
"WorldPresetAccessor",
|
||||
"WorldPresetMixin",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue