Block Entity renderer factories and dirt path datafixer (#1848)

* Block Entity renderer factories and dirt path datafixer

* Context
This commit is contained in:
Thalia Nero 2020-11-07 18:17:14 -05:00 committed by GitHub
parent 118da214ba
commit b0078fdaeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,7 @@
CLASS net/minecraft/class_5614 net/minecraft/client/render/block/entity/BlockEntityRendererFactory
CLASS class_5615 Arguments
METHOD create (Lnet/minecraft/class_5614$class_5615;)Lnet/minecraft/class_827;
ARG 1 ctx
CLASS class_5615 Context
FIELD field_27748 renderDispatcher Lnet/minecraft/class_824;
FIELD field_27749 renderManager Lnet/minecraft/class_776;
FIELD field_27750 layerRenderDispatcher Lnet/minecraft/class_5599;

View File

@ -0,0 +1,3 @@
CLASS net/minecraft/class_5527 net/minecraft/datafixer/fix/DirtPathRenameFix
FIELD field_26991 nameCopy Ljava/lang/String;
METHOD method_31446 createDirtPathRenameFix (Lcom/mojang/datafixers/schemas/Schema;Ljava/lang/String;Ljava/util/function/Function;)Lcom/mojang/datafixers/DataFix;