Skip to content

Commit

Permalink
fix: just remove the class
Browse files Browse the repository at this point in the history
  • Loading branch information
stevewm committed May 16, 2024
1 parent 525b955 commit a81b7e5
Showing 1 changed file with 11 additions and 29 deletions.
40 changes: 11 additions & 29 deletions assets/ps-peltpatch/patches/primitivesurvival/disable-pelts.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,12 @@
[
{
"file": "primitivesurvival:blocktypes/hide/*",
"op": "add",
"path": "/enabled",
"value": false,
"dependsOn": [
{ "modid": "primitivesurvival" }
]
},
{
"file": "primitivesurvival:shapes/hide/*",
"op": "add",
"path": "/enabled",
"value": false,
"dependsOn": [
{ "modid": "primitivesurvival" }
]
},
{
"file": "game:itemtypes/resource/hide",
"side": "server",
"op": "remove",
"path": "/class",
"value": "itempelt",
"dependsOn": [
{ "modid": "primitivesurvival" }
]
}
]
{
"file": "game:itemtypes/resource/hide",
"side": "server",
"op": "remove",
"path": "/class",
"value": "itempelt",
"dependsOn": [
{ "modid": "primitivesurvival" }
]
}
]

0 comments on commit a81b7e5

Please sign in to comment.