-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathblacktar.liquid
57 lines (57 loc) · 1.35 KB
/
blacktar.liquid
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name" : "blacktar",
"liquidId" : 42,
"description" : "Thick, encumbering, and goopy tar.",
"tickDelta" : 5,
"color" : [8, 8, 8, 215],
"statusEffects" : [ "blacktarslow" ],
"itemDrop" : "liquidblacktar",
"interactions" : [
{
"liquid" : 3,
"materialResult" : "tarstone"
},
{
"liquid" : 8,
"materialResult" : "tarstone"
},
{
//bioooze
"liquid" : 41,
"materialResult" : "tarstone"
},
{
//proto
"liquid" : 44,
"liquidResult" : 44
},
{
//elder
"liquid" : 45,
"liquidResult" : 45
},
{
//acid
"liquid" : 46,
"materialResult" : "tarstone"
},
{
//irradium
"liquid" : 47,
"liquidResult" : 47
},
{
//mercury
"liquid" : 48,
"liquidResult" : 48
},
{
//darkwater
"liquid" : 60,
"materialResult" : "tarstone"
}
],
"texture" : "/liquids/blacktartex.png",
"bottomLightMix" : [0, 0, 0, 225],
"textureMovementFactor" : 1.2
}