Skip to content

Commit

Permalink
支持ShoulderEntityLeft/Right
Browse files Browse the repository at this point in the history
  • Loading branch information
yushijinhun committed Jun 20, 2017
1 parent 655a9f5 commit 9209bc6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ public class MinecraftRules implements RulesProvider {
tag("(store.player)/Inventory/*", "item"),
tag("(store.player)/EnderItems/*", "item"),
tag("(store.player)/RootVehicle/Entity", "entity"),
tag("(store.player)/ShoulderEntityLeft", "entity"),
tag("(store.player)/ShoulderEntityRight", "entity"),
tag("(store.chunk)/Level/Entities/*", "entity"),
tag("(store.chunk)/Level/TileEntities/*", "tileentity"),
tag("(store.structure)/entities/*/nbt", "entity"),
Expand Down

0 comments on commit 9209bc6

Please sign in to comment.