Skip to content

Commit

Permalink
changed Reflectors model #8
Browse files Browse the repository at this point in the history
  • Loading branch information
cech12 committed Jan 20, 2021
1 parent 85f9f55 commit 3747d5c
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"textures": {
"particle": "minecraft:block/oak_planks"
"particle": "solarcooker:block/reflector_back"
}
}
22 changes: 21 additions & 1 deletion src/main/resources/assets/solarcooker/models/item/reflector.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
{
"parent": "solarcooker:block/reflector"
"parent": "solarcooker:block/reflector",
"textures": {
"particle": "solarcooker:block/reflector_back"
},
"display": {
"gui": {
"rotation": [ 30, 225, 0 ],
"translation": [ -2.5, 1, 0],
"scale":[ 0.625, 0.625, 0.625 ]
},
"thirdperson_righthand": {
"rotation": [ 75, 135, 0 ],
"translation": [ 0, 2.5, 0],
"scale": [ 0.375, 0.375, 0.375 ]
},
"firstperson_righthand": {
"rotation": [ 0, 135, 0 ],
"translation": [ 0, 0, 0],
"scale": [ 0.4, 0.4, 0.4 ]
}
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parent": "builtin/entity",
"textures": {
"particle": "block/oak_planks"
"particle": "solarcooker:block/reflector_back"
},
"display": {
"gui": {
Expand Down

0 comments on commit 3747d5c

Please sign in to comment.