Thermoo Environment Registries Generators (#754)
Some checks failed
Deploy to GitHub Pages / build (push) Has been cancelled
Deploy to GitHub Pages / deploy (push) Has been cancelled

* 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:
TheDeathlyCow
2025-06-23 02:53:50 -04:00
committed by GitHub
parent 6cae533782
commit 71400247bc
3 changed files with 276 additions and 0 deletions

View File

@@ -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": [