Skip to content

Commit

Permalink
Fix tags
Browse files Browse the repository at this point in the history
  • Loading branch information
WenXin20 committed Jan 27, 2025
1 parent 1d8780a commit 460806d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type": "#marioverse:drops_coin_blacklist"
"type": "#marioverse:cannot_drop_coins"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"_comment": "Blocks that will break faster with the wrench",
"replace": false,
"values": []
"values": [
{ "id": "#marioverse:warp_pipes", "required": false }
]
}

This file was deleted.

This file was deleted.

0 comments on commit 460806d

Please sign in to comment.