Adding deferred lightning schemas (#285)

This commit is contained in:
Daan Verstraten
2024-05-11 12:11:19 +02:00
committed by GitHub
parent 5844e7de57
commit 03d02a4afe
5 changed files with 223 additions and 0 deletions

View File

@@ -12,6 +12,8 @@
{ "Source": "./behavior/features/features.json", "Destination": "../behavior/features/features.json" },
{ "Source": "./behavior/functions/tick.json", "Destination": "../behavior/functions/tick.json" },
{ "Source": "./behavior/items/items.json", "Destination": "../behavior/items/items.json" },
{ "Source": "./behavior/lighting/global.json", "Destination": "../behavior/lighting/global.json" },
{ "Source": "./behavior/lighting/atmospherics.json", "Destination": "../behavior/lighting/atmospherics.json" },
{ "Source": "./behavior/loot_tables/loot_tables.json", "Destination": "../behavior/loot_tables/loot_tables.json" },
{ "Source": "./behavior/recipes/recipes.json", "Destination": "../behavior/recipes/recipes.json" },
{ "Source": "./behavior/spawn_rules/spawn_rules.json", "Destination": "../behavior/spawn_rules/spawn_rules.json" },