Compatibility
Minecraft: Java Edition
1.7.10
Platforms
Forge
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Wertyfire Core
WARNING
Wertyfire Core ISN'T A MOD! It's a library that other mods can use.
ABOUT
Wertyfire Core is a library that provides most used classes and other utils for your modding.
Installation
This mod now runs only on Minecraft Forge
First, add this repository to your build.gradle:
repositories {
maven {
name = "wertyfireMaven"
url = "https://raw.githubusercontent.com/Wertyfire/Versions/main/maven/"
}
}
And then add dependency on dev version:
dependencies {
compile 'ru.wertyfiregames:wertyfire-core:{version}:dev'
}
Also you can download sources
Done!
Credits
Author: Wertyfire (ru)
Programming: Wertyfire (ru)
Textures: Wertyfire (ru)
Testing: Wertyfire (ru)
Report
If you found bug or incorrect localization, create issue on github