version 1.5.6 fix for server imports + support for continuity and MoreCulling compat #11

Merged
Adrien1106 merged 3 commits from dev into master 2024-03-25 16:33:10 +01:00
2 changed files with 2 additions and 6 deletions
Showing only changes of commit 3048f53878 - Show all commits

View File

@ -118,11 +118,7 @@ dependencies {
modRuntimeOnly "com.teamresourceful.resourcefullib:resourcefullib-fabric-${project.minecraft_version}:2.4.7" modRuntimeOnly "com.teamresourceful.resourcefullib:resourcefullib-fabric-${project.minecraft_version}:2.4.7"
modRuntimeOnly "earth.terrarium.chipped:Chipped-fabric-${project.minecraft_version}:3.1.2" modRuntimeOnly "earth.terrarium.chipped:Chipped-fabric-${project.minecraft_version}:3.1.2"
// Special Model Loader for Cocricot compatibility // Fabric API.
modCompileOnly "maven.modrinth:ajFw7VkX:dYbsug6P" // Special Model Loader
// modRuntimeOnly "maven.modrinth:ajFw7VkX:dYbsug6P"
// Fabric API. This is technically optional, but you probably want it anyway.
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}" modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
} }

View File

@ -9,7 +9,7 @@ loader_version=0.15.6
# Mod Properties # Mod Properties
modrinth_id = jCpoCBpn modrinth_id = jCpoCBpn
mod_version = 1.5.5 mod_version = 1.5.6
maven_group = fr.adrien1106 maven_group = fr.adrien1106
archives_base_name = ReFramed archives_base_name = ReFramed
mod_id = reframed mod_id = reframed