Skip to content

Commit 62afe9a

Browse files
committed
Update mod version to 1.0.1
1 parent ebd281e commit 62afe9a

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ yarn_mappings=1.21+build.9
99
loader_version=0.15.11
1010

1111
# Mod Properties
12-
mod_version=1.0.0
12+
mod_version=1.0.1
1313
maven_group=io.github.discusser.toomanyentities
1414
archives_base_name=too-many-entities
1515
java_version=21

src/client/java/io/github/discusser/toomanyentities/mixin/client/WorldRendererMixin.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313

1414
@Mixin(WorldRenderer.class)
1515
public class WorldRendererMixin {
16-
@Shadow
17-
private int regularEntityCount;
18-
1916
@Inject(method = "render", at = @At(value = "FIELD", target = "Lnet/minecraft/client/render/WorldRenderer;regularEntityCount:I", ordinal = 1, shift = At.Shift.AFTER))
2017
private void afterEntityCountIncrement(CallbackInfo info, @Local Entity entity) {
2118
String key = entity.getType().getTranslationKey();

0 commit comments

Comments
 (0)