mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-14 19:25:23 -05:00
Revert Mixin compatibilityLevel bump, bump versions
This commit is contained in:
parent
a02a69ff69
commit
3ac43d9577
41 changed files with 84 additions and 84 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"required": true,
|
||||
"package": "net.fabricmc.fabric.mixin.lookup",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"compatibilityLevel": "JAVA_16",
|
||||
"mixins": [
|
||||
"BlockEntityTypeAccessor",
|
||||
"ServerWorldMixin"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"required": true,
|
||||
"package": "net.fabricmc.fabric.mixin.biome",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"compatibilityLevel": "JAVA_16",
|
||||
"mixins": [
|
||||
"modification.DynamicRegistryManagerImplMixin",
|
||||
"modification.RegistryOpsMixin",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"required": true,
|
||||
"package": "net.fabricmc.fabric.mixin.blockrenderlayer",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"compatibilityLevel": "JAVA_16",
|
||||
"client": [
|
||||
"MixinBlockRenderLayer"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"required": true,
|
||||
"package": "net.fabricmc.fabric.mixin.command",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"compatibilityLevel": "JAVA_16",
|
||||
"mixins": [
|
||||
"CommandManagerMixin",
|
||||
"HelpCommandAccessor"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"required": false,
|
||||
"package": "net.fabricmc.fabric.mixin.container",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"compatibilityLevel": "JAVA_16",
|
||||
"mixins": [
|
||||
"MixinServerPlayerEntity"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"required": false,
|
||||
"package": "net.fabricmc.fabric.mixin.container",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"compatibilityLevel": "JAVA_16",
|
||||
"mixins": [
|
||||
"ServerPlayerEntityAccessor"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"required": true,
|
||||
"package": "net.fabricmc.fabric.mixin.content.registry",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"compatibilityLevel": "JAVA_16",
|
||||
"mixins": [
|
||||
"AxeItemAccessor",
|
||||
"HoeItemAccessor",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"required": true,
|
||||
"package": "net.fabricmc.fabric.mixin.crash.report.info",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"compatibilityLevel": "JAVA_16",
|
||||
"mixins": [
|
||||
"MixinCrashReport"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"required": true,
|
||||
"package": "net.fabricmc.fabric.mixin.dimension",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"compatibilityLevel": "JAVA_16",
|
||||
"mixins": [
|
||||
"EntityMixin",
|
||||
"ServerBugfixMixin"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"required": true,
|
||||
"package": "net.fabricmc.fabric.mixin.entity.event",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"compatibilityLevel": "JAVA_16",
|
||||
"mixins": [
|
||||
"BedBlockMixin",
|
||||
"EntityMixin",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"required": true,
|
||||
"package": "net.fabricmc.fabric.mixin.event.interaction",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"compatibilityLevel": "JAVA_16",
|
||||
"mixins": [
|
||||
"MixinServerPlayerEntity",
|
||||
"MixinServerPlayerInteractionManager",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"required": true,
|
||||
"package": "net.fabricmc.fabric.mixin.gamerule",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"compatibilityLevel": "JAVA_16",
|
||||
"mixins": [
|
||||
"BooleanRuleAccessor",
|
||||
"GameRuleCommandAccessor",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"required": true,
|
||||
"package": "net.fabricmc.fabric.mixin.gametest",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"compatibilityLevel": "JAVA_16",
|
||||
"mixins": [
|
||||
"CommandManagerMixin",
|
||||
"MinecraftServerMixin",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"required": true,
|
||||
"package": "net.fabricmc.fabric.mixin.item",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"compatibilityLevel": "JAVA_16",
|
||||
"mixins": [
|
||||
"ItemStackMixin",
|
||||
"ItemMixin",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"required": true,
|
||||
"package": "net.fabricmc.fabric.mixin.item.group",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"compatibilityLevel": "JAVA_16",
|
||||
"mixins": [
|
||||
"MixinItemGroup"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"required": true,
|
||||
"package": "net.fabricmc.fabric.mixin.client.keybinding",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"compatibilityLevel": "JAVA_16",
|
||||
"client": [
|
||||
"KeyBindingAccessor",
|
||||
"KeyCodeAccessor",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"required": true,
|
||||
"package": "net.fabricmc.fabric.mixin.event.lifecycle",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"compatibilityLevel": "JAVA_16",
|
||||
"mixins": [
|
||||
"MinecraftServerMixin",
|
||||
"ServerWorldEntityLoaderMixin",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"required": true,
|
||||
"package": "net.fabricmc.fabric.mixin.loot.table",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"compatibilityLevel": "JAVA_16",
|
||||
"mixins": [
|
||||
"LootPoolBuilderHooks",
|
||||
"LootPoolEntryTypesAccessor",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"required": true,
|
||||
"package": "net.fabricmc.fabric.mixin.mininglevel",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"compatibilityLevel": "JAVA_16",
|
||||
"mixins": [
|
||||
"MiningToolItemMixin",
|
||||
"ShearsItemMixin",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"required": true,
|
||||
"package": "net.fabricmc.fabric.mixin.client.model",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"compatibilityLevel": "JAVA_16",
|
||||
"client": [
|
||||
"MixinBakedModelManager",
|
||||
"MixinModelLoader"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"required": true,
|
||||
"package": "net.fabricmc.fabric.mixin.networking",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"compatibilityLevel": "JAVA_16",
|
||||
"mixins": [
|
||||
"ClientConnectionMixin",
|
||||
"EntityTrackerEntryMixin",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"required": true,
|
||||
"package": "net.fabricmc.fabric.mixin.object.builder",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"compatibilityLevel": "JAVA_16",
|
||||
"mixins": [
|
||||
"AbstractBlockAccessor",
|
||||
"AbstractBlockSettingsAccessor",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"required": true,
|
||||
"package": "net.fabricmc.fabric.mixin.object.builder",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"compatibilityLevel": "JAVA_16",
|
||||
"mixins": [
|
||||
"OldMixinBlock",
|
||||
"OldMixinItem"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"required": true,
|
||||
"package": "net.fabricmc.fabric.mixin.client.particle",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"compatibilityLevel": "JAVA_16",
|
||||
"client": [
|
||||
"MixinParticleManager",
|
||||
"ParticleManagerAccessor",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"required": true,
|
||||
"package": "net.fabricmc.fabric.mixin.registry.sync",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"compatibilityLevel": "JAVA_16",
|
||||
"mixins": [
|
||||
"AccessorLevelStorageSession",
|
||||
"AccessorRegistry",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"required": false,
|
||||
"package": "net.fabricmc.fabric.mixin.renderer.client.debughud",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"compatibilityLevel": "JAVA_16",
|
||||
"client": [
|
||||
"MixinDebugHud"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"required": true,
|
||||
"package": "net.fabricmc.fabric.mixin.renderer",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"compatibilityLevel": "JAVA_16",
|
||||
"client": [
|
||||
"client.MixinBakedModel",
|
||||
"client.MixinMultipartBakedModel",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"required": true,
|
||||
"package": "net.fabricmc.fabric.test.renderer.mixin",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"compatibilityLevel": "JAVA_16",
|
||||
"mixins": [
|
||||
"WorldMixin"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"required": true,
|
||||
"package": "net.fabricmc.fabric.mixin.client.indigo.renderer",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"compatibilityLevel": "JAVA_16",
|
||||
"plugin": "net.fabricmc.fabric.impl.client.indigo.IndigoMixinConfigPlugin",
|
||||
"mixins": [
|
||||
],
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"required": true,
|
||||
"package": "net.fabricmc.fabric.mixin.rendering.data.attachment",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"compatibilityLevel": "JAVA_16",
|
||||
"mixins": [
|
||||
"MixinBlockEntity",
|
||||
"MixinViewableWorld"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"required": true,
|
||||
"package": "net.fabricmc.fabric.mixin.client.rendering.fluid",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"compatibilityLevel": "JAVA_16",
|
||||
"client": [
|
||||
"MixinFluidRenderer"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"required": true,
|
||||
"package": "net.fabricmc.fabric.mixin.client.rendering",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"compatibilityLevel": "JAVA_16",
|
||||
"client": [
|
||||
"MixinArmorFeatureRenderer",
|
||||
"MixinBlockColorMap",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"required": true,
|
||||
"package": "net.fabricmc.fabric.mixin.resource.loader",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"compatibilityLevel": "JAVA_16",
|
||||
"mixins": [
|
||||
"FileResourcePackProviderAccessor",
|
||||
"DefaultResourcePackMixin",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"required": true,
|
||||
"package": "net.fabricmc.fabric.mixin.screen",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"compatibilityLevel": "JAVA_16",
|
||||
"client": [
|
||||
"GameRendererMixin",
|
||||
"MinecraftClientMixin",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"required": true,
|
||||
"package": "net.fabricmc.fabric.mixin.screenhandler",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"compatibilityLevel": "JAVA_16",
|
||||
"mixins": [
|
||||
"ServerPlayerEntityMixin"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"required": true,
|
||||
"package": "net.fabricmc.fabric.mixin.structure",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"compatibilityLevel": "JAVA_16",
|
||||
"mixins": [
|
||||
"ChunkSerializerMixin",
|
||||
"FlatChunkGeneratorConfigMixin",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"required": true,
|
||||
"package": "net.fabricmc.fabric.test.structure.mixin",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"compatibilityLevel": "JAVA_16",
|
||||
"mixins": [
|
||||
"ChunkSerializerMixin",
|
||||
"MixinConfiguredStructureFeatures"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"required": true,
|
||||
"package": "net.fabricmc.fabric.mixin.tag.extension",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"compatibilityLevel": "JAVA_16",
|
||||
"mixins": [
|
||||
"DynamicRegistryManagerAccessor",
|
||||
"MixinMinecraftServer",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"required": true,
|
||||
"package": "net.fabricmc.fabric.mixin.client.texture",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"compatibilityLevel": "JAVA_16",
|
||||
"client": [
|
||||
"MixinSpriteAtlasTexture"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"required": true,
|
||||
"package": "net.fabricmc.fabric.mixin.tool.attribute",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"compatibilityLevel": "JAVA_16",
|
||||
"mixins": [
|
||||
"BambooBlockMixin",
|
||||
"LivingEntityMixin",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
org.gradle.jvmargs=-Xmx2560M
|
||||
|
||||
version=0.42.4
|
||||
version=0.42.5
|
||||
minecraft_version=1.18-pre2
|
||||
yarn_version=+build.1
|
||||
loader_version=0.12.5
|
||||
|
@ -9,47 +9,47 @@ prerelease=true
|
|||
|
||||
# Do not manually update, use the bumpversions task:
|
||||
fabric-api-base-version=0.4.1
|
||||
fabric-api-lookup-api-v1-version=1.3.3
|
||||
fabric-biome-api-v1-version=6.0.0
|
||||
fabric-blockrenderlayer-v1-version=1.1.8
|
||||
fabric-command-api-v1-version=1.1.5
|
||||
fabric-commands-v0-version=0.2.4
|
||||
fabric-containers-v0-version=0.1.16
|
||||
fabric-content-registries-v0-version=0.3.3
|
||||
fabric-crash-report-info-v1-version=0.1.7
|
||||
fabric-dimensions-v1-version=2.1.5
|
||||
fabric-entity-events-v1-version=1.3.4
|
||||
fabric-events-interaction-v0-version=0.4.14
|
||||
fabric-events-lifecycle-v0-version=0.2.3
|
||||
fabric-game-rule-api-v1-version=1.0.9
|
||||
fabric-gametest-api-v1-version=1.0.4
|
||||
fabric-item-api-v1-version=1.2.6
|
||||
fabric-item-groups-v0-version=0.3.2
|
||||
fabric-key-binding-api-v1-version=1.0.6
|
||||
fabric-keybindings-v0-version=0.2.4
|
||||
fabric-lifecycle-events-v1-version=1.4.8
|
||||
fabric-loot-tables-v1-version=1.0.7
|
||||
fabric-mining-level-api-v1-version=1.0.2
|
||||
fabric-mining-levels-v0-version=0.1.5
|
||||
fabric-api-lookup-api-v1-version=1.3.4
|
||||
fabric-biome-api-v1-version=6.0.1
|
||||
fabric-blockrenderlayer-v1-version=1.1.9
|
||||
fabric-command-api-v1-version=1.1.6
|
||||
fabric-commands-v0-version=0.2.5
|
||||
fabric-containers-v0-version=0.1.17
|
||||
fabric-content-registries-v0-version=0.3.4
|
||||
fabric-crash-report-info-v1-version=0.1.8
|
||||
fabric-dimensions-v1-version=2.1.6
|
||||
fabric-entity-events-v1-version=1.3.5
|
||||
fabric-events-interaction-v0-version=0.4.15
|
||||
fabric-events-lifecycle-v0-version=0.2.4
|
||||
fabric-game-rule-api-v1-version=1.0.10
|
||||
fabric-gametest-api-v1-version=1.0.5
|
||||
fabric-item-api-v1-version=1.2.7
|
||||
fabric-item-groups-v0-version=0.3.3
|
||||
fabric-key-binding-api-v1-version=1.0.7
|
||||
fabric-keybindings-v0-version=0.2.5
|
||||
fabric-lifecycle-events-v1-version=1.4.9
|
||||
fabric-loot-tables-v1-version=1.0.8
|
||||
fabric-mining-level-api-v1-version=1.0.3
|
||||
fabric-mining-levels-v0-version=0.1.6
|
||||
fabric-models-v0-version=0.3.3
|
||||
fabric-networking-api-v1-version=1.0.17
|
||||
fabric-networking-v0-version=0.3.4
|
||||
fabric-object-builder-api-v1-version=1.10.11
|
||||
fabric-object-builders-v0-version=0.7.5
|
||||
fabric-particles-v1-version=0.2.7
|
||||
fabric-registry-sync-v0-version=0.8.4
|
||||
fabric-renderer-api-v1-version=0.4.8
|
||||
fabric-renderer-indigo-version=0.4.11
|
||||
fabric-renderer-registries-v1-version=3.2.6
|
||||
fabric-rendering-data-attachment-v1-version=0.2.2
|
||||
fabric-rendering-fluids-v1-version=0.1.17
|
||||
fabric-rendering-v0-version=1.1.8
|
||||
fabric-rendering-v1-version=1.10.2
|
||||
fabric-resource-loader-v0-version=0.4.10
|
||||
fabric-screen-api-v1-version=1.0.6
|
||||
fabric-screen-handler-api-v1-version=1.1.10
|
||||
fabric-structure-api-v1-version=2.0.4
|
||||
fabric-tag-extensions-v0-version=1.2.4
|
||||
fabric-textures-v0-version=1.0.8
|
||||
fabric-tool-attribute-api-v1-version=1.3.2
|
||||
fabric-transfer-api-v1-version=1.5.2
|
||||
fabric-networking-api-v1-version=1.0.18
|
||||
fabric-networking-v0-version=0.3.5
|
||||
fabric-object-builder-api-v1-version=1.10.12
|
||||
fabric-object-builders-v0-version=0.7.6
|
||||
fabric-particles-v1-version=0.2.8
|
||||
fabric-registry-sync-v0-version=0.8.5
|
||||
fabric-renderer-api-v1-version=0.4.9
|
||||
fabric-renderer-indigo-version=0.4.12
|
||||
fabric-renderer-registries-v1-version=3.2.7
|
||||
fabric-rendering-data-attachment-v1-version=0.2.3
|
||||
fabric-rendering-fluids-v1-version=0.1.18
|
||||
fabric-rendering-v0-version=1.1.9
|
||||
fabric-rendering-v1-version=1.10.3
|
||||
fabric-resource-loader-v0-version=0.4.11
|
||||
fabric-screen-api-v1-version=1.0.7
|
||||
fabric-screen-handler-api-v1-version=1.1.11
|
||||
fabric-structure-api-v1-version=2.0.5
|
||||
fabric-tag-extensions-v0-version=1.2.5
|
||||
fabric-textures-v0-version=1.0.9
|
||||
fabric-tool-attribute-api-v1-version=1.3.3
|
||||
fabric-transfer-api-v1-version=1.5.3
|
||||
|
|
Loading…
Reference in a new issue