You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. While following one of your tutorials, I ran into a deprecated function. In the FabricBlockSettings class, the breakByTool method is deprecated and marked for removal.
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://fabricmc.net/versions.html
minecraft_version=1.17.1
yarn_mappings=1.17.1+build.63
loader_version=0.12.5
# Mod Properties
mod_version = 1.17.1-v1.0.0
maven_group = io.github.sirender125.epicentities
archives_base_name = epic-entities-mod
# Dependencies
fabric_version=0.42.1+1.17
I would make a pull-request, but I haven't tried the solution yet. IntelliJ IDEA tells me this:
Deprecated
Replaced by mineable tags. See fabric-mining-level-api-v1 for further details.
Gradle: net_fabricmc_yarn_1_17_1_1_17_1_build_63_v2.net.fabricmc.fabric-api:fabric-object-builder-api-v1:1.10.11+6d0fac4218
The text was updated successfully, but these errors were encountered:
Hey SirEnder,
ye I have seen this also! Easily fixed by not using the method and simply adding the blocks to the relevant tags. Will make an updated video, but it won't reach youtube until end of the year as I have recorded everything before already!
You could also revert back to fabric 0.40.1
Sorry for the inconvenience though :)
Hello. While following one of your tutorials, I ran into a deprecated function. In the FabricBlockSettings class, the breakByTool method is deprecated and marked for removal.
From IntelliJ IDEA:
gradle.properties:
I would make a pull-request, but I haven't tried the solution yet. IntelliJ IDEA tells me this:
The text was updated successfully, but these errors were encountered: