Skip to content

Commit

Permalink
fix weapon bug
Browse files Browse the repository at this point in the history
  • Loading branch information
uran247 committed May 4, 2023
1 parent 7db1e05 commit 292bdf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/item/loot_tables/dummy/lock-turning.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"entries": [
{
"type": "item",
"name": "minecraft:paper",
"name": "minecraft:tipped_arrow",
"weight": 1,
"functions": [
{
Expand Down
2 changes: 1 addition & 1 deletion data/plane/functions/controll/plane-leave.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
scoreboard players reset @s vp.plane-id
scoreboard players set @s vp.key-input 0
clear @s minecraft:crossbow{item-type:controll-rod}
clear @s minecraft:paper{item-type:indicator}
clear @s minecraft:tipped_arrow{item-type:indicator}
tag @s remove plane-rider
tag @s remove entity-nohit

0 comments on commit 292bdf9

Please sign in to comment.