Skip to content

Commit

Permalink
resolves #7
Browse files Browse the repository at this point in the history
  • Loading branch information
Xytabich committed Sep 2, 2022
1 parent 4d5d9bc commit 0fee314
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 10 deletions.
29 changes: 20 additions & 9 deletions assets/glassmaking/itemtypes/part/glassworkpipe.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,38 @@
{
"name": "GroundStorable",
"properties": {
"collisionBox": {
"layout": "WallHalves",
"wallOffY": 1,
"sprintKey": true,
"selectionBox": {
"x1": 0,
"y1": 0,
"z1": -0.25,
"z1": 0,
"x2": 1,
"y2": 0.125,
"z2": 1.25
"y2": 0.1,
"z2": 1
},
"collisionBox": {
"x1": 0,
"y1": 0,
"z1": 0,
"x2": 0,
"y2": 0,
"z2": 0
}
}
}
],
"attributes": {
"groundStorageTransform": {
"translation": {
"x": 0,
"y": 0,
"z": -0.175
"x": 0.25,
"y": 0.92,
"z": 0.57
},
"rotation": {
"x": 0,
"y": 30,
"x": 116,
"y": 0,
"z": 0
},
"origin": {
Expand Down
2 changes: 1 addition & 1 deletion modinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "Glassmaking",
"authors": [ "Xytabich" ],
"description": "Core system for melting and processing glass",
"version": "1.3.2",
"version": "1.3.3",
"dependencies": {
"game": "1.17.0",
"survival": "1.17.0"
Expand Down

0 comments on commit 0fee314

Please sign in to comment.