diff --git a/assets/glassmaking/itemtypes/part/glassworkpipe.json b/assets/glassmaking/itemtypes/part/glassworkpipe.json index 0e9853b..2946b20 100644 --- a/assets/glassmaking/itemtypes/part/glassworkpipe.json +++ b/assets/glassmaking/itemtypes/part/glassworkpipe.json @@ -4,13 +4,24 @@ { "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 } } } @@ -18,13 +29,13 @@ "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": { diff --git a/modinfo.json b/modinfo.json index aa2d033..be0738e 100644 --- a/modinfo.json +++ b/modinfo.json @@ -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"