Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,22 @@ dependencies {
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"

// Magna (https://github.com/Draylar/magna) for hammers
/* original
include "com.github.Draylar:magna:${project.magna_version}"
modImplementation ("com.github.Draylar:magna:${project.magna_version}") {
exclude group: "net.fabricmc"
exclude group: "com.jamieswhiteshirt"
exclude group: "me.shedaniel.cloth"
}
*/

// 1.19 fork
include "com.github.PTOM76:magna:${project.magna_version}"
modImplementation ("com.github.PTOM76:magna:${project.magna_version}") {
exclude group: "net.fabricmc"
exclude group: "com.jamieswhiteshirt"
exclude group: "me.shedaniel.cloth"
}

// dev modmenu
modImplementation "com.terraformersmc:modmenu:${project.mod_menu_version}"
Expand Down
18 changes: 9 additions & 9 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
org.gradle.jvmargs=-Xmx1G

# Minecraft Properties
minecraft_version=1.18.2
yarn_mappings=1.18.2+build.2
loader_version=0.13.3
fabric_version=0.48.0+1.18.2
minecraft_version=1.19
yarn_mappings=1.19+build.4
loader_version=0.14.8
fabric_version=0.57.0+1.19

# Metadata
modid=vanilla-hammers
version=3.4.0
version=3.4.1-rc3

# External Dependencies
magna_version=1.7.0-1.18
mod_menu_version=3.0.1
magna_version=1.7.2-rc2
mod_menu_version=4.0.0
libcd_version=3.0.3+1.16.3
static_content_version=1.0.2
maybe_data_version=1.3.0-1.18.2
omega_config_version=1.2.1-1.18.1
cloth_config_version=5.0.38
omega_config_version=1.2.3-1.18.1
cloth_config_version=7.0.72