Skip to content

Commit 3439773

Browse files
committed
potentially fix texture issue?
1 parent 175f21a commit 3439773

8 files changed

Lines changed: 5 additions & 3 deletions

File tree

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ task generateChangelog {
120120
releaseChangelog = "No Changelog Available"
121121
}
122122
println releaseChangelog
123+
124+
outputs.upToDateWhen { false }
123125
}
124126

125127
ext.createDiscordChangelog = { fullChangelogUrl ->

common/src/main/resources/assets/netherite_plus/models/item/netherite_bow.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"parent": "item/generated",
2+
"parent": "minecraft:item/bow",
33
"textures": {
44
"layer0": "netherite_plus:item/netherite_bow"
55
},

common/src/main/resources/assets/netherite_plus/models/item/netherite_crossbow.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"parent": "item/generated",
2+
"parent": "minecraft:item/crossbow",
33
"textures": {
44
"layer0": "netherite_plus:item/netherite_crossbow_standby"
55
},

common/src/main/resources/assets/netherite_plus/models/item/netherite_fishing_rod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"parent": "item/handheld_rod",
2+
"parent": "minecraft:item/fishing_rod",
33
"textures": {
44
"layer0": "netherite_plus:item/netherite_fishing_rod"
55
},
100 Bytes
Loading
-22 Bytes
Loading
-6 Bytes
Loading
Binary file not shown.

0 commit comments

Comments
 (0)