Skip to content
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.

Commit

Permalink
Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
DArkHekRoMaNT committed Nov 9, 2020
1 parent 731d2d5 commit 0a78a77
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"variantgroups": [{ "loadFromProperties": "game:block/metal" }, { "code": "rot", "states": ["north", "east", "south", "west", "up", "down"] }, { "code": "cover", "states": ["free", "snow"] }],
"skipVariants": ["*-up-snow"],
"skipVariants": ["morevariants:*-up-snow"],
"attributes": {
"canChisel": true,
"chiselShapeFromCollisionBox": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
{ "code": "rot", "states": ["north", "east", "south", "west", "up", "down"] },
{ "code": "cover", "states": ["free", "snow"] }
],
"skipVariants": ["*-up-snow"],
"skipVariants": ["morevariants:*-up-snow"],
"attributes": {
"canChisel": true,
"chiselShapeFromCollisionBox": true,
Expand Down
8 changes: 4 additions & 4 deletions resources/assets/morevariants/blocktypes/wood/chest.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@
"heldTpIdleAnimation": "holdunderarm",
"shapeInventory": { "base": "game:block/wood/chest/normal", "rotateY": 270 },
"shapeByType": {
"*-north": { "base": "game:block/wood/chest", "rotateY": 0 },
"*-east": { "base": "game:block/wood/chest", "rotateY": 270 },
"*-west": { "base": "game:block/wood/chest", "rotateY": 90 },
"*-south": { "base": "game:block/wood/chest", "rotateY": 180 }
"*-north": { "base": "game:block/wood/chest/normal", "rotateY": 0 },
"*-east": { "base": "game:block/wood/chest/normal", "rotateY": 270 },
"*-west": { "base": "game:block/wood/chest/normal", "rotateY": 90 },
"*-south": { "base": "game:block/wood/chest/normal", "rotateY": 180 }
},
"_comment": "Must declare textures so they get added to the block texture atlas",
"textures": {
Expand Down

0 comments on commit 0a78a77

Please sign in to comment.