Skip to content

Commit

Permalink
Rebase onto 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
GliczDev committed Feb 15, 2024
1 parent 806e05a commit e3ee340
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ public void registerRewrites() {

filter().type(EntityTypes1_19_4.ABSTRACT_HORSE).addIndex(18); // Owner UUID

filter().type(Entity1_19_4Types.FALLING_BLOCK).handler((event, meta) ->
filter().type(EntityTypes1_19_4.FALLING_BLOCK).handler((event, meta) ->
event.createExtraMeta(new Metadata(5, Types1_19_3.META_TYPES.booleanType, true)) // No gravity
);
}
Expand Down

0 comments on commit e3ee340

Please sign in to comment.