Skip to content

Commit

Permalink
fix color of dark_prismarine
Browse files Browse the repository at this point in the history
  • Loading branch information
EtlamGit committed Jul 1, 2023
1 parent 45f047d commit 4e36a5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions definitions/vanilla_blocks.json
Original file line number Diff line number Diff line change
Expand Up @@ -3497,11 +3497,11 @@
},
{
"name": "minecraft:dark_prismarine",
"color": "#3c584b"
"color": "#345c4c"
},
{
"name": "minecraft:dark_prismarine_slab",
"color": "#3f5ce4",
"color": "#36604f",
"transparent": true,
"variants": [
{
Expand All @@ -3516,7 +3516,7 @@
},
{
"name": "minecraft:dark_prismarine_stairs",
"color": "#395347",
"color": "#3155748",
"transparent": true,
"variants": [
{
Expand Down

0 comments on commit 4e36a5e

Please sign in to comment.