Skip to content

Commit e746d3a

Browse files
committed
fix: add jungle planks
1 parent ccaadb4 commit e746d3a

File tree

6 files changed

+20
-0
lines changed

6 files changed

+20
-0
lines changed

Vanilla_Resource_Pack/blocks.json

+4
Original file line numberDiff line numberDiff line change
@@ -1754,6 +1754,10 @@
17541754
"sound": "wood",
17551755
"textures": "jungle_sign"
17561756
},
1757+
"jungle_planks": {
1758+
"sound": "wood",
1759+
"textures": "jungle_planks"
1760+
},
17571761
"kelp": {
17581762
"sound": "grass",
17591763
"textures": {

Vanilla_Resource_Pack/blocks19-83.json

+4
Original file line numberDiff line numberDiff line change
@@ -1694,6 +1694,10 @@
16941694
"sound": "wood",
16951695
"textures": "jungle_sign"
16961696
},
1697+
"jungle_planks": {
1698+
"sound": "wood",
1699+
"textures": "jungle_planks"
1700+
},
16971701
"kelp": {
16981702
"sound": "grass",
16991703
"textures": {

Vanilla_Resource_Pack/blocks20-0.json

+4
Original file line numberDiff line numberDiff line change
@@ -2033,6 +2033,10 @@
20332033
"sound" : "wood",
20342034
"textures" : "jungle_sign"
20352035
},
2036+
"jungle_planks": {
2037+
"sound": "wood",
2038+
"textures": "jungle_planks"
2039+
},
20362040
"kelp" : {
20372041
"sound" : "grass",
20382042
"textures" : {

Vanilla_Resource_Pack/blocks_new.json

+4
Original file line numberDiff line numberDiff line change
@@ -1754,6 +1754,10 @@
17541754
"sound" : "wood",
17551755
"textures" : "jungle_sign"
17561756
},
1757+
"jungle_planks": {
1758+
"sound": "wood",
1759+
"textures": "jungle_planks"
1760+
},
17571761
"kelp" : {
17581762
"sound" : "grass",
17591763
"textures" : {

lookups/block_definition.json

+1
Original file line numberDiff line numberDiff line change
@@ -879,6 +879,7 @@
879879
"spruce_log":"tree",
880880
"birch_log":"tree",
881881
"jungle_log":"tree",
882+
"jungle_planks": "cube",
882883
"acacia_log":"tree",
883884
"dark_oak_log":"tree",
884885
"birch_fence":"fence",

lookups/material_list_names.json

+3
Original file line numberDiff line numberDiff line change
@@ -1095,6 +1095,9 @@
10951095
"minecraft:jungle_pressure_plate": {
10961096
"default": "Jungle PRessure Plate"
10971097
},
1098+
"minecraft:jungle_planks": {
1099+
"default": "Jungle Planks"
1100+
},
10981101
"minecraft:acacia_trapdoor": {
10991102
"default": "Acacia Trapdoor"
11001103
},

0 commit comments

Comments
 (0)