Skip to content

Commit

Permalink
MC-131022
Browse files Browse the repository at this point in the history
  • Loading branch information
bangetto committed Apr 6, 2024
1 parent af1f8c3 commit 50e9ef2
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@ This project is at the alpha stages, and a lot more will be fixed then what is c
- [MC-140819](https://bugs.mojang.com/browse/MC-140819) - Lectern model extends past inventory slot
- [MC-104092](https://bugs.mojang.com/browse/MC-104092) - Some plants float on farmland
- *Comment: Still effects big dripleafs*
- [MC-131022](https://bugs.mojang.com/browse/MC-131022) - Conduits float when held in the player's hand

38 changes: 38 additions & 0 deletions assets/minecraft/models/item/conduit.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"parent": "builtin/entity",
"textures": {
"particle": "block/conduit"
},
"display": {
"gui": {
"rotation": [ 30, 45, 0 ],
"translation": [ 0, 0, 0],
"scale":[ 1.0, 1.0, 1.0 ]
},
"ground": {
"rotation": [ 0, 0, 0 ],
"translation": [ 0, 3, 0],
"scale":[ 0.5, 0.5, 0.5 ]
},
"head": {
"rotation": [ 0, 180, 0 ],
"translation": [ 0, 0, 0],
"scale":[ 1, 1, 1]
},
"fixed": {
"rotation": [ 0, 180, 0 ],
"translation": [ 0, 0, 0],
"scale":[ 1, 1, 1 ]
},
"thirdperson_righthand": {
"rotation": [ 75, 315, 0 ],
"translation": [ 0, 1.5, 0],
"scale": [ 0.5, 0.5, 0.5 ]
},
"firstperson_righthand": {
"rotation": [ 0, 315, 0 ],
"translation": [ 0, 0, 0],
"scale": [ 0.8, 0.8, 0.8 ]
}
}
}

0 comments on commit 50e9ef2

Please sign in to comment.