Skip to content

Commit

Permalink
target 1.20.2-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
deirn committed Sep 16, 2023
1 parent 33030a4 commit 6be8400
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
9.x - 1.20.2-pre2 - dev/snapshot - java 17
==========================================
9.x - 1.20.2-pre2 - dev/master - java 17
========================================
9.0.0 - Updated to Minecraft 1.20.2-pre2

8.x - 1.20.1 - dev/master - java 17
8.x - 1.20.1 - dev/1.20.1 - java 17
===================================
8.4.0 - [API] Experimental: added `IRegistryFilter`
- [API] Added method that return `BlockHitResult`/`EntityHitResult` to `IBlockAccessor`/`IEntityAccessor`
Expand Down
14 changes: 7 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
org.gradle.jvmargs = -Xmx2G

minecraft = 1.20.2-pre2
minecraft = 1.20.2-rc1

archiveBaseName = wthit
group = mcp.mobius.waila
majorVersion = 9

# [rei, jei, emi]
recipeViewer = none
recipeViewer = rei

badpackets = 0.5.0
rei = 12.0.622
rei = 13.0.654
jei = 1.20-14.0.0.4
emi = 1.0.2+1.19.4

fabricLoader = 0.14.22
fabricApi = 0.88.3+1.20.2
modMenu = 7.2.1
fabricApi = 0.88.5+1.20.2
modMenu = 8.0.0-beta.2
trEnergy = 3.0.0

forge = 47.1.56
architectury = 9.0.7
clothConfig = 11.0.99
architectury = 10.0.7
clothConfig = 12.0.107

quiltLoader = 0.18.5
qsl = 6.0.3+1.20.1
Expand Down
6 changes: 3 additions & 3 deletions platform/fabric/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ dependencies {

modCompileRuntime("net.fabricmc.fabric-api:fabric-api:${rootProp["fabricApi"]}")

modCompileOnly("com.terraformersmc:modmenu:${rootProp["modMenu"]}")
modCompileRuntime("com.terraformersmc:modmenu:${rootProp["modMenu"]}")

modCompileOnly("me.shedaniel:RoughlyEnoughItems-api-fabric:${rootProp["rei"]}")
modCompileOnly("dev.emi:emi-fabric:${rootProp["emi"]}")

modRuntimeOnly("lol.bai:badpackets:fabric-${rootProp["badpackets"]}")
modRuntimeOnly("net.fabricmc.fabric-api:fabric-api-deprecated:${rootProp["fabricApi"]}")
// modRuntimeOnly("dev.architectury:architectury-fabric:${rootProp["architectury"]}")
// modRuntimeOnly("me.shedaniel.cloth:cloth-config-fabric:${rootProp["clothConfig"]}")
modRuntimeOnly("dev.architectury:architectury-fabric:${rootProp["architectury"]}")
modRuntimeOnly("me.shedaniel.cloth:cloth-config-fabric:${rootProp["clothConfig"]}")

// modRuntimeOnly("TechReborn:TechReborn-1.20:5.8.1")

Expand Down
2 changes: 1 addition & 1 deletion platform/fabric/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cf.optional = modmenu, roughly-enough-items, jei, emi
# Modrinth
mr.projectId = 6AQIaxuO
mr.releaseType = beta
mr.gameVersion = 1.20.2-pre2
mr.gameVersion = 1.20.2-rc1
mr.loader = fabric
mr.require = P7dR8mSH, ftdbN0KK
mr.optional = mOgUt4GM, nfn13YXA, fRiHVvU7

0 comments on commit 6be8400

Please sign in to comment.