diff --git a/assets/minecraft/models/item/props/vending_mashine.json b/assets/minecraft/models/item/props/vending_mashine.json index b9a81ea..8684ab7 100644 --- a/assets/minecraft/models/item/props/vending_mashine.json +++ b/assets/minecraft/models/item/props/vending_mashine.json @@ -20,8 +20,10 @@ } }, { + "name": "outline", "from": [12.25, -4, -1.05], "to": [-1.5, 32, 17.95], + "light_emission": 10, "rotation": {"angle": 0, "axis": "y", "origin": [5.625, 14.125, 8.725]}, "faces": { "north": {"uv": [15.6875, 15.75, 16, 16], "texture": "#0"}, @@ -273,8 +275,9 @@ "scale": [0.47, 0.47, 0.47] }, "fixed": { - "rotation": [0, -90, 0], - "translation": [1.5, -6.25, 0] + "rotation": [-90, -90, 0], + "translation": [1.5, 6, -19.5], + "scale": [1.99, 1.99, 1.99] } } } \ No newline at end of file diff --git a/assets/minecraft/textures/item/props/vending_mashine.png b/assets/minecraft/textures/item/props/vending_mashine.png index 912a4ee..dc96028 100644 Binary files a/assets/minecraft/textures/item/props/vending_mashine.png and b/assets/minecraft/textures/item/props/vending_mashine.png differ