Fixed A Mapping Mismatch in A Constructor Method (#2631)

* Fixed A Mapping Mismatch in Constructor Method

* Update mappings/net/minecraft/block/Material.mapping

Yes. This value is for 'replaceable'. Agree.

Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>

Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>
This commit is contained in:
白门守望者 2021-08-13 19:08:22 +08:00 committed by GitHub
parent adf72aa42f
commit 35113d5133
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -84,8 +84,8 @@ CLASS net/minecraft/class_3614 net/minecraft/block/Material
ARG 3 solid
ARG 4 blocksMovement
ARG 5 blocksLight
ARG 6 breakByHand
ARG 7 burnable
ARG 6 burnable
ARG 7 replaceable
ARG 8 pistonBehavior
METHOD method_15797 isLiquid ()Z
METHOD method_15798 getPistonBehavior ()Lnet/minecraft/class_3619;