Skip to content

Commit

Permalink
Merge pull request #38 from frostice482/main
Browse files Browse the repository at this point in the history
Fix illegal stack for some items
  • Loading branch information
Visual1mpact authored Jun 25, 2022
2 parents 3529f3b + c17e153 commit fc2ab71
Show file tree
Hide file tree
Showing 7 changed files with 1,169 additions and 23 deletions.
12 changes: 4 additions & 8 deletions scripts/data/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,20 +164,16 @@ export default
"enabled": true
},
"illegalitemsA": {
"enabled": true,
"maxStack": 64
"enabled": true
},
"illegalitemsB": {
"enabled": true,
"maxStack": 64
"enabled": true
},
"illegalitemsC": {
"enabled": true,
"maxStack": 64
"enabled": true
},
"illegalitemsD": {
"enabled": true,
"maxStack": 64
"enabled": true
},
"stackBan": {
"enabled": false
Expand Down
Loading

0 comments on commit fc2ab71

Please sign in to comment.