Skip to content

Commit c65e9b2

Browse files
Update earthbendable blocktags
1 parent e5c260e commit c65e9b2

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

api/src/main/java/me/moros/bending/api/util/material/EarthMaterials.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ public static void init() {
4545
BlockTag.builder(EARTH_BENDABLE.key())
4646
.add(BlockTag.reference(KeyUtil.simple("extra_earth_sources")))
4747
.add(BlockTag.DIRT)
48+
.add(BlockTag.GRASS_BLOCKS)
4849
.add(BlockTag.BASE_STONE_OVERWORLD)
4950
.add(BlockTag.BASE_STONE_NETHER)
5051
.add(BlockTag.STONE_BRICKS)

fabric/src/main/resources/fabric.mod.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"bending-fabric.mixins.json"
2525
],
2626
"depends": {
27-
"fabric": "*",
28-
"fabricloader": ">=0.16.0",
27+
"fabric-api": "*",
28+
"fabricloader": ">=0.18.5",
2929
"minecraft": "~${mcVersion}",
3030
"cloud": "*",
3131
"adventure-platform-fabric": "*"

0 commit comments

Comments
 (0)