3321b05f22
* Changed environment for testing in eclipse * Fixes issue for Forge 31.2.0 Changes the way SoundEvents are constructed as to no longer use depreciated call to super in 31.2.0 * Remove generated files Some things got past BiomeOPlenty's .gitignore, simply removing them before submitting a PR * Cleanup Should resolve style issues in PR Co-authored-by: D Melton <55304913+DMelton1221@users.noreply.github.com>
13 lines
409 B
Properties
13 lines
409 B
Properties
# Sets default memory used for gradle commands. Can be overridden by user or command line properties.
|
|
# This is required to provide enough memory for the Minecraft decompilation process.
|
|
org.gradle.jvmargs=-Xmx3G
|
|
org.gradle.daemon=false
|
|
|
|
mod_version=10.0.0
|
|
|
|
minecraft_version=1.15.2
|
|
minecraft_version_toml=15
|
|
forge_version=31.2.0
|
|
forge_version_toml=31
|
|
forge_group=net.minecraftforge
|
|
mappings_version=0-1.15.2
|