mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-10-15 13:45:10 +00:00
16 lines
424 B
JSON
16 lines
424 B
JSON
{
|
|
"$id": "3654699498",
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"description": "Forces a biome to ether always be humid or never humid. Humidity effects the spread chance, and spread rate of fire in the biome",
|
|
"properties": {
|
|
"is_humid": {
|
|
"type": "boolean"
|
|
}
|
|
},
|
|
"required": [
|
|
"is_humid"
|
|
],
|
|
"title": "minecraft:humidity",
|
|
"type": "object",
|
|
"x-format-version": "1.21.100"
|
|
} |