Skip to content

Commit

Permalink
Update example packs
Browse files Browse the repository at this point in the history
  • Loading branch information
dhyces committed May 24, 2024
1 parent a128cd3 commit 369e483
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Packs/ChunkedPattern/pack.mcmeta
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"pack": {
"description": "Adds a new trim pattern!",
"pack_format": 26
"pack_format": 32
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"__comment": "Map of palette texture location to suffix for generated textures",
"pairs": {
"seaweedmaterial:trims/color_palettes/kelp": "seaweedmaterial-kelp"
"values": {
"seaweedmaterial:trims/color_palettes/kelp": "seaweedmaterial_kelp"
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"asset_name": "seaweedmaterial-kelp",
"asset_name": "seaweedmaterial_kelp",
"description": {
"color": "#0b7a00",
"translate": "seaweedmaterial.trim_material.kelp"
Expand Down
2 changes: 1 addition & 1 deletion Packs/SeaweedMaterial/pack.mcmeta
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"pack": {
"description": "Adds a kelp trim material!",
"pack_format": 26
"pack_format": 32
}
}

0 comments on commit 369e483

Please sign in to comment.