mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 15:17:09 +00:00
Thermoo Environment Registries Generators (#754)
* setup thermoo generator * constant provider * seasons provider types * light threshold * weather providers * leaf providers * precipitation enum and validate relative humidity * fix for dropdown of env component types * fix temperature unit enum * fix seasonal provider * environment definition mcdoc * temperature effect set up * add other temperature effect types * add custom loot conditions * add a doc comment to priority * add temperature effect 1.20 format
This commit is contained in:
@@ -808,6 +808,42 @@
|
||||
"path": "create",
|
||||
"tags": ["partners"],
|
||||
"dependency": "create"
|
||||
},
|
||||
{
|
||||
"id": "thermoo:environment_provider",
|
||||
"url": "thermoo/environment_provider",
|
||||
"path": "thermoo/environment_provider",
|
||||
"tags": ["partners"],
|
||||
"dependency": "thermoo",
|
||||
"wiki": "https://thermoo.thedeathlycow.com/datapacks/environment_provider_definition/",
|
||||
"minVersion": "1.21.1"
|
||||
},
|
||||
{
|
||||
"id": "thermoo:environment",
|
||||
"url": "thermoo/environment",
|
||||
"path": "thermoo/environment",
|
||||
"tags": ["partners"],
|
||||
"dependency": "thermoo",
|
||||
"wiki": "https://thermoo.thedeathlycow.com/datapacks/environment_definition/",
|
||||
"minVersion": "1.21.1"
|
||||
},
|
||||
{
|
||||
"id": "thermoo:temperature_effect",
|
||||
"url": "thermoo/temperature_effect",
|
||||
"path": "thermoo/temperature_effect",
|
||||
"tags": ["partners"],
|
||||
"dependency": "thermoo",
|
||||
"wiki": "https://thermoo.thedeathlycow.com/datapacks/temperature_effect_definition/",
|
||||
"minVersion": "1.20.1"
|
||||
},
|
||||
{
|
||||
"id": "thermoo:predicate",
|
||||
"url": "thermoo/predicate",
|
||||
"path": "thermoo/predicate",
|
||||
"tags": ["partners"],
|
||||
"dependency": "thermoo",
|
||||
"wiki": "https://thermoo.thedeathlycow.com/datapacks/loot_condition/",
|
||||
"minVersion": "1.21.1"
|
||||
}
|
||||
],
|
||||
"legacyGuides": [
|
||||
|
||||
Reference in New Issue
Block a user