Skip to content

Commit

Permalink
Merge pull request #214 from NickdeK/fix-add-jungle-planks
Browse files Browse the repository at this point in the history
fix: add jungle planks
  • Loading branch information
RavinMaddHatter authored Jul 9, 2024
2 parents ab64fd8 + e746d3a commit 514e3a0
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Vanilla_Resource_Pack/blocks.json
Original file line number Diff line number Diff line change
Expand Up @@ -1995,6 +1995,10 @@
"sound": "wood",
"textures": "jungle_sign"
},
"jungle_planks": {
"sound": "wood",
"textures": "jungle_planks"
},
"kelp": {
"sound": "grass",
"textures": {
Expand Down
4 changes: 4 additions & 0 deletions Vanilla_Resource_Pack/blocks19-83.json
Original file line number Diff line number Diff line change
Expand Up @@ -1694,6 +1694,10 @@
"sound": "wood",
"textures": "jungle_sign"
},
"jungle_planks": {
"sound": "wood",
"textures": "jungle_planks"
},
"kelp": {
"sound": "grass",
"textures": {
Expand Down
4 changes: 4 additions & 0 deletions Vanilla_Resource_Pack/blocks20-0.json
Original file line number Diff line number Diff line change
Expand Up @@ -2033,6 +2033,10 @@
"sound" : "wood",
"textures" : "jungle_sign"
},
"jungle_planks": {
"sound": "wood",
"textures": "jungle_planks"
},
"kelp" : {
"sound" : "grass",
"textures" : {
Expand Down
4 changes: 4 additions & 0 deletions Vanilla_Resource_Pack/blocks_new.json
Original file line number Diff line number Diff line change
Expand Up @@ -1754,6 +1754,10 @@
"sound" : "wood",
"textures" : "jungle_sign"
},
"jungle_planks": {
"sound": "wood",
"textures": "jungle_planks"
},
"kelp" : {
"sound" : "grass",
"textures" : {
Expand Down
1 change: 1 addition & 0 deletions lookups/block_definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -1014,6 +1014,7 @@
"jungle_wood":"cube",
"jungle_leaves":"cube",
"jungle_log":"tree",
"jungle_planks": "cube",
"acacia_log":"tree",
"stripped_acacia_wood":"tree",
"acacia_leaves":"cube",
Expand Down
3 changes: 3 additions & 0 deletions lookups/material_list_names.json
Original file line number Diff line number Diff line change
Expand Up @@ -1109,6 +1109,9 @@
"minecraft:jungle_pressure_plate": {
"default": "Jungle PRessure Plate"
},
"minecraft:jungle_planks": {
"default": "Jungle Planks"
},
"minecraft:acacia_trapdoor": {
"default": "Acacia Trapdoor"
},
Expand Down

0 comments on commit 514e3a0

Please sign in to comment.