Skip to content

Commit

Permalink
Finally fixed the barrel band.
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyLiberatto committed Apr 13, 2020
1 parent 2c4e193 commit eaacc75
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,28 +11,28 @@
],
attributesByType: {
"*-blue-burned": {
"requiredUnits": 40,
"requiredUnits": 50,
"fillHeight": 1,
"fillQuadsByLevel": [ { x1: 1, z1: 1, x2: 15, z2: 15 } ],
"drop": { class:"Block", code: "barrelband-{metal}-down" }
"drop": { class:"Block", code: "barrelband-{metal}" }
},
"*-brown-burned": {
"requiredUnits": 40,
"requiredUnits": 50,
"fillHeight": 1,
"fillQuadsByLevel": [ { x1: 1, z1: 1, x2: 15, z2: 15 } ],
"drop": { class:"Block", code: "barrelband-{metal}-down" }
"drop": { class:"Block", code: "barrelband-{metal}" }
},
"*-fire-burned": {
"requiredUnits": 40,
"requiredUnits": 50,
"fillHeight": 1,
"fillQuadsByLevel": [ { x1: 1, z1: 1, x2: 15, z2: 15 } ],
"drop": { class:"Block", code: "barrelband-{metal}-down" }
"drop": { class:"Block", code: "barrelband-{metal}" }
},
"*-red-burned": {
"requiredUnits": 40,
"requiredUnits": 50,
"fillHeight": 1,
"fillQuadsByLevel": [ { x1: 1, z1: 1, x2: 15, z2: 15 } ],
"drop": { class:"Block", code: "barrelband-{metal}-down" }
"drop": { class:"Block", code: "barrelband-{metal}" }
},
},
entityClassByType: {
Expand Down

0 comments on commit eaacc75

Please sign in to comment.