File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
src/main/java/dev/tr7zw/entityculling Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ source: "https://github.com/tr7zw/ProcessedModTemplate/tree/master"
33replacements :
44 name : " EntityCulling"
55 id : " entityculling"
6- version : " 1.7.3 "
6+ version : " 1.7.4 "
77 description : " This mod uses async path-tracing to hide Tiles/Entities that are not visible."
88 homepageUrl : " https://modrinth.com/mod/entityculling"
99 sourcesUrl : " https://github.com/tr7zw/EntityCulling"
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ public void initModloader() {
4747 this .clientTick ();
4848 });
4949 ModLoaderUtil .registerKeybind (keybind );
50- //#if MC > 12104
50+ //#if MC >= 12104
5151 ModLoaderUtil .registerKeybind (keybindBoxes );
5252 //#endif
5353 }
@@ -62,6 +62,9 @@ public void initModloader() {
6262 //$$ @Override
6363 //$$ public void initModloader() {
6464 //$$ ModLoaderUtil.registerKeybind(keybind);
65+ //#if MC >= 12104
66+ //$$ ModLoaderUtil.registerKeybind(keybindBoxes);
67+ //#endif
6568 //$$ ModLoaderUtil.registerForgeEvent(this::doClientTick);
6669 //$$ ModLoaderUtil.registerForgeEvent(this::doWorldTick);
6770 //#if FORGE
Original file line number Diff line number Diff line change 3030import net .minecraft .world .entity .Entity ;
3131import net .minecraft .world .phys .AABB ;
3232import net .minecraft .world .phys .Vec3 ;
33- //#if MC > 12104
33+ //#if MC >= 12104
3434import net .minecraft .client .DeltaTracker ;
3535//#endif
3636
You can’t perform that action at this time.
0 commit comments