Skip to content

Commit

Permalink
update: 1.19.3 (#42)
Browse files Browse the repository at this point in the history
* update: 22w42a

* update: 1.19.3-rc1
  • Loading branch information
DrexHD authored Dec 4, 2022
1 parent c991e5d commit e7b8cd7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 54 deletions.

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions api/src/main/resources/server_translations_api.mixin.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
"ServerPlayerEntityMixin",
"ServerPlayNetworkHandlerMixin",
"packet.BlockEntityUpdateS2CPacketMixin",
"packet.ChatPreviewS2CPacketMixin",
"packet.PacketByteBufMixin",
"packet.SignedMessageMixin",
"packet.TextSerializerMixin",
"text.HoverEventMixin",
"text.MutableTextMixin",
Expand Down
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ plugins {

class Globals {
static def baseVersion = "1.4.18"
static def mcVersion = "1.19.2"
static def yarnVersion = "+build.1"
static def mcVersion = "1.19.3-rc1"
static def yarnVersion = "+build.2"
}

archivesBaseName = "Server-Translations"
Expand Down Expand Up @@ -49,11 +49,11 @@ allprojects {
dependencies {
minecraft "com.mojang:minecraft:$Globals.mcVersion"
mappings "net.fabricmc:yarn:${Globals.mcVersion}${Globals.yarnVersion}:v2"
modImplementation "net.fabricmc:fabric-loader:0.14.9"
modImplementation "net.fabricmc:fabric-loader:0.14.11"

modImplementation include("xyz.nucleoid:packet-tweaker:0.3.0+1.18.2")

modImplementation "net.fabricmc.fabric-api:fabric-api:0.60.0+1.19.2"
modImplementation "net.fabricmc.fabric-api:fabric-api:0.68.1+1.19.3"
}

processResources {
Expand Down

0 comments on commit e7b8cd7

Please sign in to comment.