diff --git a/gradle.properties b/gradle.properties index 8d74402..250625d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,7 +13,7 @@ maven_group = io.github.juuxel archives_base_name = WoodsAndMires # Dependencies -fabric_version = 0.85.0+1.19.4 +fabric_version = 0.86.0+1.19.4 terrablender_version = 1.19.4-2.2.0.154 typesafe_config_version = 1.4.2 jgrapht_version = 1.5.2 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 42a823a..909f6e7 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -34,7 +34,7 @@ "depends": { "fabricloader": ">=0.14.21", - "fabric": ">=0.85.0", + "fabric": ">=0.86.0", "fabric-biome-api-v1": "^13.0.0", "minecraft": "~1.19.4" }, diff --git a/src/main/resources/woods_and_mires.accesswidener b/src/main/resources/woods_and_mires.accesswidener index 2e8a375..cbb8112 100644 --- a/src/main/resources/woods_and_mires.accesswidener +++ b/src/main/resources/woods_and_mires.accesswidener @@ -1,9 +1,5 @@ accessWidener v1 named -# Blocks -accessible method net/minecraft/block/Blocks createLeavesBlock (Lnet/minecraft/sound/BlockSoundGroup;)Lnet/minecraft/block/LeavesBlock; -accessible method net/minecraft/block/Blocks createWoodenButtonBlock (Lnet/minecraft/block/BlockSetType;)Lnet/minecraft/block/ButtonBlock; - # Items extendable method net/minecraft/item/BoatItem createEntity (Lnet/minecraft/world/World;Lnet/minecraft/util/hit/HitResult;)Lnet/minecraft/entity/vehicle/BoatEntity; @@ -19,7 +15,6 @@ accessible method net/minecraft/world/gen/treedecorator/TreeDecoratorType accessible method net/minecraft/world/gen/feature/VegetationConfiguredFeatures createRandomPatchFeatureConfig (Lnet/minecraft/world/gen/stateprovider/BlockStateProvider;I)Lnet/minecraft/world/gen/feature/RandomPatchFeatureConfig; # Data generation -accessible field net/minecraft/data/server/loottable/BlockLootTableGenerator WITHOUT_SILK_TOUCH_NOR_SHEARS Lnet/minecraft/loot/condition/LootCondition$Builder; accessible field net/minecraft/world/biome/GenerationSettings$Builder indexedFeaturesList Ljava/util/List; # Rendering