Skip to content

Commit

Permalink
Merge branch '1.20.2' into 1.20.4
Browse files Browse the repository at this point in the history
* 1.20.2:
  compat with curios
  • Loading branch information
Faboslav committed Mar 15, 2024
2 parents a9056e0 + b94525e commit 50ecc12
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
27 changes: 27 additions & 0 deletions neoforge/src/main/resources/data/curios/tags/items/charm.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"replace": false,
"values": [
"#friendsandfoes:totems",
"minecraft:totem_of_undying",
{
"id": "biomemakeover:enchanted_totem",
"required": false
},
{
"id": "voidtotem:totem_of_void_undying",
"required": false
},
{
"id": "#voidtotem:additional_totems",
"required": false
},
{
"id": "fwaystones:void_totem",
"required": false
},
{
"id": "netheriteextras:totem_of_neverdying",
"required": false
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"entities": [
"player"
],
"slots": [
"charm"
]
}

0 comments on commit 50ecc12

Please sign in to comment.