indentation consistency
This commit is contained in:
parent
49c0d647d7
commit
710a7c0e91
18
index.html
18
index.html
|
|
@ -1083,13 +1083,13 @@
|
|||
color: ["#3e5f8a","#a334ec","#ea96f9","#a6ecf6","#70ebc8","#d9286b","#7eed91","#a18b30"],
|
||||
behavior: behaviors.WALL,
|
||||
category: "special",
|
||||
excludeRandom: true,
|
||||
excludeRandom: true,
|
||||
},
|
||||
"filler": {
|
||||
color: "#ae4cd9",
|
||||
behavior: behaviors.FILL,
|
||||
category:"special",
|
||||
excludeRandom: true,
|
||||
excludeRandom: true,
|
||||
},
|
||||
"lattice": {
|
||||
color: "#cb4cd9",
|
||||
|
|
@ -1100,7 +1100,7 @@
|
|||
],
|
||||
hidden: true,
|
||||
category:"special",
|
||||
excludeRandom: true,
|
||||
excludeRandom: true,
|
||||
},
|
||||
"gravel": {
|
||||
color: ["#E3E0DF","#B1ABA3","#74736D","#524B47"],
|
||||
|
|
@ -1700,7 +1700,7 @@
|
|||
],
|
||||
category:"special",
|
||||
hidden:true,
|
||||
excludeRandom: true,
|
||||
excludeRandom: true,
|
||||
},
|
||||
"horizontal": {
|
||||
color: "#d9d9d9",
|
||||
|
|
@ -1711,7 +1711,7 @@
|
|||
],
|
||||
category:"special",
|
||||
hidden:true,
|
||||
excludeRandom: true,
|
||||
excludeRandom: true,
|
||||
},
|
||||
"rocket": {
|
||||
color: "#ff0000",
|
||||
|
|
@ -2410,7 +2410,7 @@
|
|||
category: "special",
|
||||
state: "solid",
|
||||
density: 21450,
|
||||
excludeRandom: true,
|
||||
excludeRandom: true,
|
||||
},
|
||||
"clone_powder": {
|
||||
color: "#f0f000",
|
||||
|
|
@ -2448,7 +2448,7 @@
|
|||
category: "special",
|
||||
state: "solid",
|
||||
density: 600,
|
||||
excludeRandom: true,
|
||||
excludeRandom: true,
|
||||
},
|
||||
"permafrost": {
|
||||
color: ["#557d65","#557d79"],
|
||||
|
|
@ -3644,7 +3644,7 @@
|
|||
],
|
||||
rotatable: true,
|
||||
category: "special",
|
||||
excludeRandom: true,
|
||||
excludeRandom: true,
|
||||
},
|
||||
"loopy": {
|
||||
color: "#eb3474",
|
||||
|
|
@ -4134,7 +4134,7 @@
|
|||
state: "solid",
|
||||
density: 1300,
|
||||
hidden: true,
|
||||
excludeRandom: true,
|
||||
excludeRandom: true,
|
||||
},
|
||||
"tesla_coil": {
|
||||
color: "#725C38",
|
||||
|
|
|
|||
Loading…
Reference in New Issue