Skip to content

Commit

Permalink
Fixing hammer texture
Browse files Browse the repository at this point in the history
  • Loading branch information
RealYusufIsmail committed Oct 19, 2023
1 parent 9be1876 commit 7eaf7bd
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2,250 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ class MjolnirModel(val root: ModelPart) : Model(RenderType::entitySolid) {
}

companion object {
// TODO : implement this
fun createLayer(): LayerDefinition {
val meshdefinition = MeshDefinition()
val partdefinition = meshdefinition.root
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"credit": "Made with Blockbench",
"texture_size": [64, 64],
"textures": {
"5": "armourandtoolsmod:item/mjolnir/all",
"particle": "armourandtoolsmod:item/mjolnir/hammer"
"5": "armourandtoolsmod:item/mjolnir/all"
},
"elements": [
{
Expand Down
Loading

0 comments on commit 7eaf7bd

Please sign in to comment.