Skip to content

Commit

Permalink
Merge pull request #96 from freeserverproject/develop
Browse files Browse the repository at this point in the history
FIx bug
  • Loading branch information
tererun authored Dec 24, 2021
2 parents 35700ef + 9ef281a commit 4b01cca
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pack/assets/minecraft/models/item/diamond_sword.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"layer0": "minecraft:item/diamond_sword"
},
"overrides":[
{"predicate": {"custom_model_data":1}, "model":"weapons/ice_sword.json"}
{"predicate": {"custom_model_data":1}, "model":"weapons/ice_sword"}
]
}
31 changes: 31 additions & 0 deletions pack/assets/minecraft/models/item/snowdome.json
Original file line number Diff line number Diff line change
Expand Up @@ -786,6 +786,37 @@
}
}
],
"display": {
"thirdperson_righthand": {
"translation": [0, 2.5, 0.75],
"scale": [0.3, 0.3, 0.3]
},
"thirdperson_lefthand": {
"translation": [0, 2.5, 0.75],
"scale": [0.3, 0.3, 0.3]
},
"firstperson_righthand": {
"rotation": [0, 28.5, 0],
"translation": [0, 3.75, 0],
"scale": [0.45508, 0.45508, 0.45508]
},
"firstperson_lefthand": {
"rotation": [0, 28.5, 0],
"translation": [0, 3.75, 0],
"scale": [0.45508, 0.45508, 0.45508]
},
"ground": {
"translation": [0, 1.25, 0],
"scale": [0.5, 0.5, 0.5]
},
"gui": {
"rotation": [24.5, -59.75, 0],
"scale": [0.60156, 0.60156, 0.60156]
},
"head": {
"translation": [0, -35.25, 0]
}
},
"groups": [
0,
1,
Expand Down
2 changes: 1 addition & 1 deletion pack/pack.mcmeta
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"pack":{
"pack_format": 6,
"pack_version": "v1.16.0",
"pack_version": "v1.16.1",
"description": "F-Tex %pack_version% §aChirstmas §cUpdate!"
}
}

0 comments on commit 4b01cca

Please sign in to comment.