Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Commit

Permalink
Texture path fixes (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladomeme authored Sep 30, 2022
1 parent 779c5d7 commit 2dd8f1f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
type=item
matchItems=nether_brick
model=optifine/cit/source_models/items/blackflame_gauntlet
texture=blackflame_gauntlet
nbt.plain.display.Name=Blackflame Gauntlet
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
type=item
matchItems=ink_sac golden_hoe
model=optifine/cit/source_models/items/mitten_of_madness
texture=mitten_of_madness
nbt.plain.display.Name=Mitten of Madness
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
type=item
matchItems=snowball
model=optifine/cit/source_models/items/nivalis_core
texture=nivalis_core
nbt.plain.display.Name=Nivalis' Core
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"textures": {
"0": "optifine/cit/kings_valley/event/winter/nivalis_core/nivalis_core",
"1": "optifine/cit/kings_valley/event/winter/nivalis_core/nivalis_core_lit"
"1": "optifine/cit/kings_valley/event/winter/nivalis_core/nivalis_core_lit",
"particle":"optifine/cit/kings_valley/event/winter/nivalis_core/nivalis_core"
},
"elements": [
{
Expand Down Expand Up @@ -76,4 +77,4 @@
"scale": [ 2, 2, 2 ]
}
}
}
}

0 comments on commit 2dd8f1f

Please sign in to comment.