-
-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* renamed a few plant block classes so short_grass is not a FernBlock and AbstractPlantBlock is more specific * getStemHeadPos -> getTop * drop invalid mappings * renamed AbstractPlantPartBlock and subclasses to be more consistent and differentiate between stem and body --------- Co-authored-by: supersaiyansubtlety <[email protected]>
- Loading branch information
1 parent
00dc8a6
commit f89d28f
Showing
13 changed files
with
26 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
CLASS net/minecraft/unmapped/C_ymdmcjuw net/minecraft/block/AbstractPlantBlock | ||
METHOD m_evmdilba copyState (Lnet/minecraft/unmapped/C_txtbiemp;Lnet/minecraft/unmapped/C_txtbiemp;)Lnet/minecraft/unmapped/C_txtbiemp; | ||
ARG 1 from | ||
ARG 2 to | ||
METHOD m_pxnibpqz getStemHeadPos (Lnet/minecraft/unmapped/C_peaveboq;Lnet/minecraft/unmapped/C_hynzadkk;Lnet/minecraft/unmapped/C_mmxmpdoq;)Ljava/util/Optional; | ||
ARG 1 world | ||
ARG 2 pos | ||
ARG 3 block | ||
CLASS net/minecraft/unmapped/C_bgdokvym net/minecraft/block/AbstractPlantBlock | ||
METHOD m_hjbkfomn canPlantOnTop (Lnet/minecraft/unmapped/C_txtbiemp;Lnet/minecraft/unmapped/C_peaveboq;Lnet/minecraft/unmapped/C_hynzadkk;)Z | ||
ARG 1 floor | ||
ARG 2 world | ||
ARG 3 pos |
2 changes: 1 addition & 1 deletion
2
...inecraft/block/CaveVinesHeadBlock.mapping → ...inecraft/block/CaveVinesStemBlock.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
CLASS net/minecraft/unmapped/C_tjjbvqha net/minecraft/block/CaveVinesHeadBlock | ||
CLASS net/minecraft/unmapped/C_tjjbvqha net/minecraft/block/CaveVinesStemBlock | ||
FIELD f_bizyzzct GROW_CHANCE F | ||
FIELD f_xyccjset CODEC Lcom/mojang/serialization/MapCodec; |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
CLASS net/minecraft/unmapped/C_ymdmcjuw net/minecraft/block/GrowingPlantBodyBlock | ||
METHOD m_evmdilba copyState (Lnet/minecraft/unmapped/C_txtbiemp;Lnet/minecraft/unmapped/C_txtbiemp;)Lnet/minecraft/unmapped/C_txtbiemp; | ||
ARG 1 from | ||
ARG 2 to | ||
METHOD m_pxnibpqz getTop (Lnet/minecraft/unmapped/C_peaveboq;Lnet/minecraft/unmapped/C_hynzadkk;Lnet/minecraft/unmapped/C_mmxmpdoq;)Ljava/util/Optional; | ||
ARG 1 world | ||
ARG 2 pos | ||
ARG 3 block |
2 changes: 1 addition & 1 deletion
2
...raft/block/AbstractPlantPartBlock.mapping → ...craft/block/GrowingPlantPartBlock.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...raft/block/AbstractPlantStemBlock.mapping → ...craft/block/GrowingPlantStemBlock.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...et/minecraft/block/KelpPlantBlock.mapping → ...net/minecraft/block/KelpBodyBlock.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
CLASS net/minecraft/unmapped/C_jroajikn net/minecraft/block/KelpPlantBlock | ||
CLASS net/minecraft/unmapped/C_jroajikn net/minecraft/block/KelpBodyBlock | ||
FIELD f_fttubtes CODEC Lcom/mojang/serialization/MapCodec; |
2 changes: 1 addition & 1 deletion
2
...ngs/net/minecraft/block/KelpBlock.mapping → ...net/minecraft/block/KelpStemBlock.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
CLASS net/minecraft/unmapped/C_wsemxjau net/minecraft/block/KelpBlock | ||
CLASS net/minecraft/unmapped/C_wsemxjau net/minecraft/block/KelpStemBlock | ||
FIELD f_ercsvgna SHAPE Lnet/minecraft/unmapped/C_zscvhwbd; | ||
FIELD f_tqarfqdq CODEC Lcom/mojang/serialization/MapCodec; | ||
FIELD f_zmzjfiqm GROWTH_CHANCE D |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
CLASS net/minecraft/unmapped/C_bgdokvym net/minecraft/block/PlantBlock | ||
METHOD m_hjbkfomn canPlantOnTop (Lnet/minecraft/unmapped/C_txtbiemp;Lnet/minecraft/unmapped/C_peaveboq;Lnet/minecraft/unmapped/C_hynzadkk;)Z | ||
ARG 1 floor | ||
ARG 2 world | ||
ARG 3 pos | ||
CLASS net/minecraft/unmapped/C_bvcepqzm net/minecraft/block/PlantBlock | ||
FIELD f_qyuqzcwy SHAPE_OFFSET F | ||
FIELD f_timqrnkw CODEC Lcom/mojang/serialization/MapCodec; | ||
FIELD f_wzftyblo SHAPE Lnet/minecraft/unmapped/C_zscvhwbd; |
2 changes: 1 addition & 1 deletion
2
...aft/block/TwistingVinesPlantBlock.mapping → ...raft/block/TwistingVinesBodyBlock.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
CLASS net/minecraft/unmapped/C_ufumenmv net/minecraft/block/TwistingVinesPlantBlock | ||
CLASS net/minecraft/unmapped/C_ufumenmv net/minecraft/block/TwistingVinesBodyBlock | ||
FIELD f_sqtfgxip CODEC Lcom/mojang/serialization/MapCodec; | ||
FIELD f_twhvhcnj SHAPE Lnet/minecraft/unmapped/C_zscvhwbd; |
2 changes: 1 addition & 1 deletion
2
...inecraft/block/TwistingVinesBlock.mapping → ...raft/block/TwistingVinesStemBlock.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
CLASS net/minecraft/unmapped/C_qhmdojum net/minecraft/block/TwistingVinesBlock | ||
CLASS net/minecraft/unmapped/C_qhmdojum net/minecraft/block/TwistingVinesStemBlock | ||
FIELD f_fuyatvtt SHAPE Lnet/minecraft/unmapped/C_zscvhwbd; | ||
FIELD f_prxdnchy CODEC Lcom/mojang/serialization/MapCodec; |
2 changes: 1 addition & 1 deletion
2
...raft/block/WeepingVinesPlantBlock.mapping → ...craft/block/WeepingVinesBodyBlock.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
CLASS net/minecraft/unmapped/C_rzwldhpd net/minecraft/block/WeepingVinesPlantBlock | ||
CLASS net/minecraft/unmapped/C_rzwldhpd net/minecraft/block/WeepingVinesBodyBlock | ||
FIELD f_jmhjsffw SHAPE Lnet/minecraft/unmapped/C_zscvhwbd; | ||
FIELD f_kaigugzq CODEC Lcom/mojang/serialization/MapCodec; |
2 changes: 1 addition & 1 deletion
2
...minecraft/block/WeepingVinesBlock.mapping → ...craft/block/WeepingVinesStemBlock.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
CLASS net/minecraft/unmapped/C_zovnlieh net/minecraft/block/WeepingVinesBlock | ||
CLASS net/minecraft/unmapped/C_zovnlieh net/minecraft/block/WeepingVinesStemBlock | ||
FIELD f_gieteumd SHAPE Lnet/minecraft/unmapped/C_zscvhwbd; | ||
FIELD f_gyzjfoti CODEC Lcom/mojang/serialization/MapCodec; |
f89d28f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With commit f89d28f, 28 file(s) were updated with 112 line(s) added and 159 removed compared to the latest Quilt Mappings version.
View the diff here: