Skip to content

Commit 410be24

Browse files
committed
remove DistanceManager_scarpetChunkCreationMixin
1 parent c9a3f52 commit 410be24

File tree

4 files changed

+5
-31
lines changed

4 files changed

+5
-31
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
2-
id 'fabric-loom' version '0.12-SNAPSHOT'
3-
id 'io.github.juuxel.loom-quiltflower' version '1.7.3'
2+
id 'fabric-loom' version '1.1-SNAPSHOT'
3+
id 'io.github.juuxel.loom-quiltflower' version '1.8.0'
44
id 'maven-publish'
55
}
66

@@ -24,7 +24,7 @@ dependencies {
2424

2525
// Fabric API. This is technically optional, but you probably want it anyway.
2626
//modImplementation "net.fabricmc:fabric:${project.fabric_version}"
27-
modCompileOnly fabricApi.module("fabric-rendering-v1", project.fabric_version)
27+
//modCompileOnly fabricApi.module("fabric-rendering-v1", project.fabric_version)
2828

2929
// PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs.
3030
// You may need to force-disable transitiveness on them.

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ org.gradle.jvmargs=-Xmx1G
55
# check these on https://fabricmc.net/use
66
# or better: https://modmuss50.me/fabric.html
77
minecraft_version=1.19.2
8-
loader_version=0.14.9
9-
fabric_version=0.58.6+1.19.2
8+
loader_version=0.14.19
9+
fabric_version=0.76.0+1.19.2
1010

1111
# Mod Properties
1212
mod_version = 1.4.84

src/main/java/carpet/mixins/DistanceManager_scarpetChunkCreationMixin.java

-25
This file was deleted.

src/main/resources/carpet.mixins.json

-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
"DistanceManager_tickMixin",
3737
"ServerFunctionManager_tickMixin",
3838
"ChunkMap_scarpetChunkCreationMixin",
39-
"DistanceManager_scarpetChunkCreationMixin",
4039
"DistanceManager_spawnChunksMixin",
4140
"ServerLevel_spawnChunksMixin",
4241
"LivingEntity_cleanLogsMixin",

0 commit comments

Comments
 (0)