Skip to content

Commit 59e874b

Browse files
committed
Fix dropped field projectors looking to big
Fixes #372
1 parent 15b1d6e commit 59e874b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/resources/assets/compactmachines3/models/item/fieldprojectorcombined.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@
101101
"rotation": [ 33.75, 45, 0 ],
102102
"translation": [ 0, 0, 0 ],
103103
"scale": [ 0.66, 0.66, 0.66 ]
104+
},
105+
"ground": {
106+
"translation": [ 0, 3.0, 0.0 ],
107+
"scale": [ 0.33, 0.33, 0.33 ]
104108
}
105109
}
106110
}

0 commit comments

Comments
 (0)