Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Eveeecx committed Nov 23, 2024
2 parents 200029e + c5b83be commit 8d9827f
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 9 deletions.
79 changes: 79 additions & 0 deletions assets/minecraft/models/item/fishing_rod.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
{
"parent": "item/handheld_rod",
"textures": {
"layer0": "item/fishing_rod"
},
"overrides": [
{
"predicate": {
"cast": 1
},
"model": "item/fishing_rod_cast"
},
{
"predicate": {
"custom_model_data": 1
},
"model": "item/rods/rusty_wooden_rod"
},
{
"predicate": {
"custom_model_data": 1,
"cast": 1
},
"model": "item/rods/rusty_wooden_rod_cast"
},
{
"predicate": {
"custom_model_data": 2
},
"model": "item/rods/sungwood_rod"
},
{
"predicate": {
"custom_model_data": 2,
"cast": 1
},
"model": "item/rods/sungwood_rod_cast"
},
{
"predicate": {
"custom_model_data": 3
},
"model": "item/rods/thorium_rod"
},
{
"predicate": {
"custom_model_data": 3,
"cast": 1
},
"model": "item/rods/thorium_rod_cast"
},
{
"predicate": {
"custom_model_data": 4
},
"model": "item/rods/cloudsteel_rod"
},
{
"predicate": {
"custom_model_data": 4,
"cast": 1
},
"model": "item/rods/cloudsteel_rod_cast"
},
{
"predicate": {
"custom_model_data": 5
},
"model": "item/rods/gaian_rod_animated"
},
{
"predicate": {
"custom_model_data": 5,
"cast": 1
},
"model": "item/rods/gaian_rod_cast"
}
]
}
18 changes: 9 additions & 9 deletions assets/minecraft/models/item/rods/rusty_wooden_rod_cast.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,14 +229,14 @@
],
"display": {
"thirdperson_righthand": {
"rotation": [21, 0, 0],
"translation": [0, 4.25, 4],
"scale": [0.35, 0.35, 0.35]
"rotation": [-11.25, 0, 0],
"translation": [0, 5.75, 0.75],
"scale": [0.55, 0.55, 0.55]
},
"thirdperson_lefthand": {
"rotation": [21, 0, 0],
"translation": [0, 4.25, 4],
"scale": [0.35, 0.35, 0.35]
"rotation": [-11.25, 0, 0],
"translation": [0, 5.75, 0.75],
"scale": [0.55, 0.55, 0.55]
},
"firstperson_righthand": {
"rotation": [-21, 0, 9],
Expand All @@ -254,9 +254,9 @@
"scale": [0.35, 0.35, 0.35]
},
"gui": {
"rotation": [0, 100, 0],
"translation": [1.25, 0, 0],
"scale": [0.35, 0.35, 0.35]
"rotation": [-140.33, 29.63, 125.34],
"translation": [0.75, 1.25, 0],
"scale": [0.51, 0.51, 0.51]
},
"fixed": {
"rotation": [0, -63, 0],
Expand Down

0 comments on commit 8d9827f

Please sign in to comment.