Skip to content

Commit

Permalink
Block family tweaks to go with MovingBlocks/Terasology#3343
Browse files Browse the repository at this point in the history
  • Loading branch information
Cervator committed May 26, 2018
1 parent 5add35f commit 2db159a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/blocks/CobbleStoneIllusion.block
Expand Up @@ -8,7 +8,7 @@
"attachmentAllowed": true,
"hardness": 12,
"displayName": "Stone Illusion",
"rotation": "symmetric",
"family": "symmetric",
"sounds": "Core:stone",
"tiles" : {
"all" : "CobbleStone"
Expand Down
2 changes: 1 addition & 1 deletion assets/blocks/HardStoneIllusion.block
Expand Up @@ -8,7 +8,7 @@
"attachmentAllowed": false,
"hardness": 0,
"displayName": "Hard Stone Illusion",
"rotation": "symmetric",
"family": "symmetric",
"sounds": "none",
"tiles" : {
"all" : "HardStone"
Expand Down
2 changes: 1 addition & 1 deletion assets/blocks/MantleStoneIllusion.block
Expand Up @@ -8,7 +8,7 @@
"attachmentAllowed": false,
"hardness": 0,
"displayName": "Mantle Stone Illusion",
"rotation": "symmetric",
"family": "symmetric",
"sounds": "none",
"tiles" : {
"all" : "MantleStone"
Expand Down

0 comments on commit 2db159a

Please sign in to comment.