Skip to content

Commit f874174

Browse files
authored
[packs] Add Pale Oak fences texture for Fencier Fence pack (#47)
1 parent 9293955 commit f874174

File tree

4 files changed

+14
-0
lines changed

4 files changed

+14
-0
lines changed

packs/aesthetic/FencierFences/files/blocks.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,14 @@
6868
"sound": "wood",
6969
"textures": "oak_fence"
7070
},
71+
"pale_oak_fence": {
72+
"sound": "wood",
73+
"textures": "pale_oak_fence"
74+
},
75+
"pale_oak_fence_gate": {
76+
"sound": "wood",
77+
"textures": "pale_oak_fence_gate"
78+
},
7179
"spruce_fence": {
7280
"sound": "wood",
7381
"textures": "spruce_fence"
464 Bytes
Loading
446 Bytes
Loading

packs/aesthetic/FencierFences/files/textures/terrain_texture.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
"oak_fence": {
3838
"textures": "textures/blocks/oak_fence"
3939
},
40+
"pale_oak_fence": {
41+
"textures": "textures/blocks/pale_oak_fence"
42+
},
4043
"spruce_fence": {
4144
"textures": "textures/blocks/spruce_fence"
4245
},
@@ -67,6 +70,9 @@
6770
"oak_fence_gate": {
6871
"textures": "textures/blocks/oak_fence_gate"
6972
},
73+
"pale_oak_fence_gate": {
74+
"textures": "textures/blocks/pale_oak_fence_gate"
75+
},
7076
"spruce_fence_gate": {
7177
"textures": "textures/blocks/spruce_fence_gate"
7278
},

0 commit comments

Comments
 (0)