Skip to content

Commit

Permalink
Update Fabric API to 0.86.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Juuxel committed Jul 21, 2023
1 parent 879fc00 commit ca41b7e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
5 changes: 0 additions & 5 deletions src/main/resources/woods_and_mires.accesswidener
Original file line number Diff line number Diff line change
@@ -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;

Expand All @@ -19,7 +15,6 @@ accessible method net/minecraft/world/gen/treedecorator/TreeDecoratorType <init>
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
Expand Down

0 comments on commit ca41b7e

Please sign in to comment.