Skip to content

Commit cd88311

Browse files
authored
v1.7.7 (#74)
1 parent aa1bb58 commit cd88311

File tree

4 files changed

+19
-1
lines changed

4 files changed

+19
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"parent": "minecraft:item/generated",
3+
"textures": { "layer0": "custom:item/tools/chisel" }
4+
}
796 Bytes
Loading
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"parent": "minecraft:item/generated",
3+
"textures": {
4+
"layer0": "minecraft:item/brush"
5+
},
6+
"overrides": [
7+
{
8+
"predicate": {
9+
"custom_model_data": 1
10+
},
11+
"model": "custom:item/tools/chisel"
12+
}
13+
]
14+
}

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "v1.7.6"
2+
"version": "v1.7.7"
33
}

0 commit comments

Comments
 (0)