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

View File

@@ -132,6 +132,10 @@
"generator.test_instance": "Test Instance",
"generator.test_environment": "Test Environment",
"generator.text_component": "Text Component",
"generator.thermoo:environment_provider": "Environment Provider",
"generator.thermoo:environment": "Environment",
"generator.thermoo:temperature_effect": "Temperature Effect",
"generator.thermoo:predicate": "Thermoo Predicates",
"generator.trial_spawner": "Trial Spawner",
"generator.trim_material": "Trim Material",
"generator.trim_pattern": "Trim Pattern",
@@ -202,6 +206,7 @@
"partner.obsidian": "Obsidian",
"partner.ohthetreesyoullgrow": "Oh The Trees You'll Grow",
"partner.sky_aesthetics": "Sky Aesthetics",
"partner.thermoo": "Thermoo",
"presets": "Presets",
"presets.no_results": "No presets",
"presets.no_results_for_query": "No presets for this query",