Updated T Center so it makes a bigger T
This commit is contained in:
parent
8a95d13fa1
commit
c0f054a740
|
|
@ -656,9 +656,9 @@ conduct: 0.3
|
||||||
elements.t_center = {
|
elements.t_center = {
|
||||||
color: "#808080",
|
color: "#808080",
|
||||||
behavior: [
|
behavior: [
|
||||||
"CR:wall|CR:wall|CR:wall",
|
"CR:a7|CR:wall|CR:a7",
|
||||||
"XX|XX|XX",
|
"XX|XX|XX",
|
||||||
"XX|CR:wall|XX",
|
"XX|CR:t2|XX",
|
||||||
],
|
],
|
||||||
state: "solid",
|
state: "solid",
|
||||||
category: "structures"
|
category: "structures"
|
||||||
|
|
@ -763,6 +763,16 @@ behavior: [
|
||||||
state: "solid",
|
state: "solid",
|
||||||
category: "structures"
|
category: "structures"
|
||||||
};
|
};
|
||||||
|
elements.t2 = {
|
||||||
|
color: "#808080",
|
||||||
|
behavior: [
|
||||||
|
"XX|CR:a5|XX",
|
||||||
|
"XX|XX|XX",
|
||||||
|
"XX|CR:a5",
|
||||||
|
],
|
||||||
|
state: "solid",
|
||||||
|
category: "structures"
|
||||||
|
};
|
||||||
/* Unfinished:
|
/* Unfinished:
|
||||||
magnesium
|
magnesium
|
||||||
hematite mixture
|
hematite mixture
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue