Swap the names of the bubble and bubble column up particle classes (#1488)

Fixes #1487
This commit is contained in:
haykam821 2020-06-20 14:51:07 -04:00 committed by GitHub
parent 267881a861
commit 2b8c225dab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -1,10 +1,10 @@
CLASS net/minecraft/class_655 net/minecraft/client/particle/BubbleColumnUpParticle
CLASS net/minecraft/class_653 net/minecraft/client/particle/BubbleColumnUpParticle
METHOD <init> (Lnet/minecraft/class_638;DDDDDD)V
ARG 1 world
ARG 2 x
ARG 4 y
ARG 6 z
CLASS class_656 Factory
FIELD field_17785 spriteProvider Lnet/minecraft/class_4002;
CLASS class_654 Factory
FIELD field_17786 spriteProvider Lnet/minecraft/class_4002;
METHOD <init> (Lnet/minecraft/class_4002;)V
ARG 1 spriteProvider

View File

@ -1,10 +1,10 @@
CLASS net/minecraft/class_653 net/minecraft/client/particle/WaterBubbleParticle
CLASS net/minecraft/class_655 net/minecraft/client/particle/WaterBubbleParticle
METHOD <init> (Lnet/minecraft/class_638;DDDDDD)V
ARG 1 world
ARG 2 x
ARG 4 y
ARG 6 z
CLASS class_654 Factory
FIELD field_17786 spriteProvider Lnet/minecraft/class_4002;
CLASS class_656 Factory
FIELD field_17785 spriteProvider Lnet/minecraft/class_4002;
METHOD <init> (Lnet/minecraft/class_4002;)V
ARG 1 spriteProvider