Skip to content

Commit

Permalink
fix: Texture set value / Manifest deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonjgardner committed Feb 10, 2024
1 parent d0d9aae commit 8a263a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
18 changes: 0 additions & 18 deletions v3/bedrock/WP/resource_packs/RAINBOW World/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,24 +26,6 @@
]
}
],
"dependencies": [
{
"uuid": "5bd99162-b504-4904-a9af-66ba27c96f19",
"version": [
3,
0,
0
]
},
{
"uuid": "cc095f90-d2c1-474a-a03f-df0c53f3ca44",
"version": [
3,
0,
0
]
}
],
"capabilities": [
"raytraced",
"pbr"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"format_version": "1.16.100",
"minecraft:texture_set": {
"color": "#ffffff",
"color": "#FFFFFFFF",
"metalness_emissive_roughness": [255, 0, 0]
}
}

0 comments on commit 8a263a7

Please sign in to comment.