Overhauled build.gradle based on Create. Added flywheel as jarInJar, no external dependency anymore. New mappings channel from parchment. Added replace modes: air, air and solid, solid, offhand filtered. Offhand filtering looks in randomizer bag as well. Protecting tile entities by default. Other mods can cancel placement through BlockEvent.OnBlockPlaced, such as FTBChunks. BlockPreviews.drawOutlinesIfNoBlockInHand overhaul.
20 lines
580 B
Properties
20 lines
580 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 = 3.0
|
|
artifact_minecraft_version = 1.19.2
|
|
|
|
minecraft_version = 1.19.2
|
|
forge_version = 43.1.47
|
|
|
|
forgegradle_version = 5.1.53
|
|
mixingradle_version = 0.7-SNAPSHOT
|
|
mixin_version = 0.8.5
|
|
librarian_version = 1.+
|
|
cursegradle_version = 1.4.0
|
|
parchment_version = 2022.11.06
|
|
|
|
flywheel_minecraft_version = 1.19.2
|
|
flywheel_version = 0.6.8.a-14 |