Version and Dependency Bump

This commit is contained in:
Frank 2023-12-27 15:45:24 +01:00
parent cb88854dd0
commit dc93e98468
4 changed files with 8 additions and 8 deletions

View file

@ -28,7 +28,7 @@ repositories {
maven { url 'https://jitpack.io' } maven { url 'https://jitpack.io' }
maven { url 'https://maven.terraformersmc.com/releases' } maven { url 'https://maven.terraformersmc.com/releases' }
maven { url = "https://maven.terraformersmc.com/" } maven { url = "https://maven.terraformersmc.com/" }
maven { url "https://ladysnake.jfrog.io/artifactory/mods" } maven { url "https://maven.ladysnake.org/releases" }
maven { url = "https://dvs1.progwml6.com/files/maven/" } maven { url = "https://dvs1.progwml6.com/files/maven/" }
maven { url = "https://modmaven.dev" } maven { url = "https://modmaven.dev" }
exclusiveContent { exclusiveContent {

View file

@ -3,8 +3,8 @@ org.gradle.jvmargs=-Xmx2G
# Fabric Properties # Fabric Properties
# check these on https://fabricmc.net/versions.html # check these on https://fabricmc.net/versions.html
minecraft_version=1.19.4 minecraft_version=1.19.4
loader_version=0.14.19 loader_version=0.15.3
fabric_version=0.77.0+1.19.4 fabric_version=0.87.2+1.19.4
#Loom #Loom
loom_version=1.0-SNAPSHOT loom_version=1.0-SNAPSHOT
#Modrinth #Modrinth
@ -13,14 +13,14 @@ modrinth_versions=["1.19.4"]
release_channel=beta release_channel=beta
modrinth_id=betterend modrinth_id=betterend
# Mod Properties # Mod Properties
mod_version=3.2.4 mod_version=3.2.5
maven_group=org.betterx.betterend maven_group=org.betterx.betterend
archives_base_name=better-end archives_base_name=better-end
# Dependencies # Dependencies
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api # currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
patchouli_version=1.19.4-79-FABRIC patchouli_version=1.19.4-79-FABRIC
bclib_version=2.3.4 bclib_version=2.3.5
rei_version=11.0.597 rei_version=11.0.597
emi_version=1.0.3+1.19.4 emi_version=1.0.29+1.19.4
trinkets_version=3.6.0 trinkets_version=3.6.0
cca_version=5.1.0 cca_version=5.1.0

View file

@ -20,11 +20,11 @@ import net.minecraft.world.level.Level;
import vazkii.patchouli.api.PatchouliAPI; import vazkii.patchouli.api.PatchouliAPI;
import java.util.List; import java.util.List;
import java.util.function.Supplier;
public class GuideBookItem extends ModelProviderItem { public class GuideBookItem extends ModelProviderItem {
public final static ResourceLocation BOOK_ID = BetterEnd.makeID("guidebook"); public final static ResourceLocation BOOK_ID = BetterEnd.makeID("guidebook");
public static final Item GUIDE_BOOK = EndItems.getItemRegistry().register(BOOK_ID, new GuideBookItem()); public static final Item GUIDE_BOOK = EndItems.getItemRegistry().register(BOOK_ID, new GuideBookItem());
public static void register() { public static void register() {
} }

View file

@ -52,7 +52,7 @@
"bclib": "2.3.x" "bclib": "2.3.x"
}, },
"breaks": { "breaks": {
"bclib": "<2.3.4", "bclib": "<2.3.5",
"emi": "<1.0.0" "emi": "<1.0.0"
}, },
"suggests": { "suggests": {