test 2
This commit is contained in:
parent
8082503b4e
commit
0d66b4af4e
|
|
@ -788,8 +788,8 @@
|
||||||
elements.m3test = {
|
elements.m3test = {
|
||||||
"color": "#33aa44",
|
"color": "#33aa44",
|
||||||
"behavior": [
|
"behavior": [
|
||||||
"M4|M3|M4",
|
"XX|M3%10|XX",
|
||||||
"M2|C6:fire|M2",
|
"M2|XX|M2",
|
||||||
"M1|M1|M1"
|
"M1|M1|M1"
|
||||||
],
|
],
|
||||||
tick: function(pixel) {
|
tick: function(pixel) {
|
||||||
|
|
@ -799,3 +799,18 @@ elements.m3test = {
|
||||||
"state": "liquid",
|
"state": "liquid",
|
||||||
"category": "special"
|
"category": "special"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
elements.m3test2 = {
|
||||||
|
"color": "#aa3344",
|
||||||
|
"behavior": [
|
||||||
|
"M6|M5|M4",
|
||||||
|
"M7|LB:wood|M3",
|
||||||
|
"M8|M1|M2"
|
||||||
|
],
|
||||||
|
tick: function(pixel) {
|
||||||
|
pixelTickMod1(pixel)
|
||||||
|
},
|
||||||
|
"density": 120000,
|
||||||
|
"state": "solid",
|
||||||
|
"category": "special"
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue