mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-29 17:32:43 +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": [
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user