1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-10-09 23:40:54 +00:00
Files
2025-09-09 10:02:11 -07:00

15 lines
477 B
JSON

{
"$enumDescription": {
"apply_waterlogging": "Causes a waterloggable block to become waterlogged, if it overlaps with existing liquid",
"ignore_waterlogging": "Do not waterlog any waterloggable blocks that overlap existing liquid"
},
"$id": "3494939028",
"$schema": "http://json-schema.org/draft-07/schema#",
"enum": [
"apply_waterlogging",
"ignore_waterlogging"
],
"title": "LiquidSettings",
"type": "string",
"x-format-version": "1.21.20"
}