mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-01-23 03:17:53 +01:00
Misc renames
This commit is contained in:
parent
cc21fd2b3b
commit
c726d7cfa2
3 changed files with 3 additions and 3 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -43,7 +43,7 @@ jobs:
|
||||||
path: |
|
path: |
|
||||||
common/build/libs/
|
common/build/libs/
|
||||||
fabric/build/libs/
|
fabric/build/libs/
|
||||||
forge/build/libs/
|
neoforge/build/libs/
|
||||||
|
|
||||||
test:
|
test:
|
||||||
strategy:
|
strategy:
|
||||||
|
|
|
@ -116,7 +116,7 @@ abstract class LevelRendererMixin {
|
||||||
|
|
||||||
@Group(name = "afterParticles")
|
@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))
|
@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) {
|
if (flywheel$renderContext != null) {
|
||||||
VisualizationManager manager = VisualizationManager.get(level);
|
VisualizationManager manager = VisualizationManager.get(level);
|
||||||
if (manager != null) {
|
if (manager != null) {
|
||||||
|
|
|
@ -17,4 +17,4 @@ rootProject.name = "Flywheel"
|
||||||
|
|
||||||
include("common")
|
include("common")
|
||||||
include("fabric")
|
include("fabric")
|
||||||
include("forge")
|
include("neoforge")
|
||||||
|
|
Loading…
Reference in a new issue