Misc renames

This commit is contained in:
IThundxr 2024-11-13 16:29:27 -05:00
parent cc21fd2b3b
commit c726d7cfa2
Failed to generate hash of commit
3 changed files with 3 additions and 3 deletions

View file

@ -43,7 +43,7 @@ jobs:
path: |
common/build/libs/
fabric/build/libs/
forge/build/libs/
neoforge/build/libs/
test:
strategy:

View file

@ -116,7 +116,7 @@ abstract class LevelRendererMixin {
@Group(name = "afterParticles")
@Inject(method = "renderLevel", at = @At(value = "INVOKE", target = "Lnet/minecraft/client/particle/ParticleEngine;render(Lnet/minecraft/client/renderer/LightTexture;Lnet/minecraft/client/Camera;FLnet/minecraft/client/renderer/culling/Frustum;Ljava/util/function/Predicate;)V", shift = Shift.AFTER))
private void flywheel$afterParticles$forge(CallbackInfo ci) {
private void flywheel$afterParticles$neoforge(CallbackInfo ci) {
if (flywheel$renderContext != null) {
VisualizationManager manager = VisualizationManager.get(level);
if (manager != null) {

View file

@ -17,4 +17,4 @@ rootProject.name = "Flywheel"
include("common")
include("fabric")
include("forge")
include("neoforge")