mirror of
https://github.com/FabricMC/fabric.git
synced 2025-03-21 20:50:28 -04:00
1.16-pre4 - just a mapping change.
This commit is contained in:
parent
6dddba385c
commit
7dba2d6c01
3 changed files with 4 additions and 4 deletions
build.gradle
fabric-registry-sync-v0
|
@ -12,8 +12,8 @@ plugins {
|
|||
def ENV = System.getenv()
|
||||
|
||||
class Globals {
|
||||
static def baseVersion = "0.11.9"
|
||||
static def mcVersion = "1.16-pre3"
|
||||
static def baseVersion = "0.11.10"
|
||||
static def mcVersion = "1.16-pre4"
|
||||
static def yarnVersion = "+build.1"
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
archivesBaseName = "fabric-registry-sync-v0"
|
||||
version = getSubprojectVersion(project, "0.3.7")
|
||||
version = getSubprojectVersion(project, "0.3.8")
|
||||
|
||||
dependencies {
|
||||
compile project(path: ':fabric-api-base', configuration: 'dev')
|
||||
|
|
|
@ -140,7 +140,7 @@ public class FabricRegistryInit implements ModInitializer {
|
|||
RegistryAttributeHolder.get(Registry.RECIPE_SERIALIZER);
|
||||
|
||||
// Synced and saved by id
|
||||
RegistryAttributeHolder.get(Registry.ATTRIBUTES);
|
||||
RegistryAttributeHolder.get(Registry.ATTRIBUTE);
|
||||
|
||||
// Synced in StatisticsS2CPacket
|
||||
RegistryAttributeHolder.get(Registry.STAT_TYPE)
|
||||
|
|
Loading…
Reference in a new issue