This commit is contained in:
Lily-129 2022-02-03 13:59:13 -05:00 committed by GitHub
parent 8082503b4e
commit 0d66b4af4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 2 deletions

View File

@ -788,8 +788,8 @@
elements.m3test = {
"color": "#33aa44",
"behavior": [
"M4|M3|M4",
"M2|C6:fire|M2",
"XX|M3%10|XX",
"M2|XX|M2",
"M1|M1|M1"
],
tick: function(pixel) {
@ -799,3 +799,18 @@ elements.m3test = {
"state": "liquid",
"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"
}