cawezs_mantle_to_stratus/elements/EtherialLiquid.mod.json

72 lines
1.6 KiB
JSON

{
"_fv": 77,
"_type": "fluid",
"definition": {
"name": "Etherial Liquid",
"bucketName": "Etherial Liquid Bucket",
"textureStill": "minecraft:purple_stained_glass",
"textureFlowing": "minecraft:purple_stained_glass",
"textureRenderOverlay": "liquidoverlay",
"hasFog": true,
"fogColor": {
"value": -3368449,
"falpha": 0.0
},
"fogStartDistance": {
"fixedValue": 0.0
},
"fogEndDistance": {
"fixedValue": 48.0
},
"tintType": "No tint",
"canMultiply": true,
"flowRate": 2,
"levelDecrease": 1,
"slopeFindDistance": 4,
"spawnParticles": true,
"dripParticle": {
"value": "PORTAL"
},
"flowStrength": 25.0,
"luminosity": 15,
"density": 1000,
"viscosity": 100000,
"temperature": 300,
"type": "LAVA",
"generateBucket": true,
"textureBucket": "bucket_cms",
"creativeTabs": [
{
"value": "CUSTOM:MtS"
}
],
"emptySound": {
"value": ""
},
"rarity": "RARE",
"specialInformation": {
"fixedValue": [
"Fast-flowing fluid",
"Mixes with lava, water and snow",
"Can push entities very fast"
]
},
"resistance": 100.0,
"luminance": 15,
"lightOpacity": 0,
"emissiveRendering": true,
"tickRate": 1,
"flammability": 0,
"fireSpreadSpeed": 0,
"colorOnMap": "DEFAULT",
"onNeighbourChanges": {
"name": "EtherialLiquidNeighbourBlockChanges"
},
"onTickUpdate": {
"name": "EtherialLiquidNeighbourBlockChanges"
},
"beforeReplacingBlock": {
"name": "EtherialLiquidNeighbourBlockChanges"
}
}
}