Skip to content

Commit

Permalink
- Added dialog lightning cache
Browse files Browse the repository at this point in the history
- Changed feature and rule target version
  • Loading branch information
Xterionix committed Sep 21, 2023
1 parent 2b803e2 commit 1ec8bc3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/data/file_definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
"file_viewer": "json",
"start_state": "dialog/main",
"file_creator": "dialog",
"highlighter": "dialog"
"highlighter": "dialog",
"lightning_cache": "dialog"
},
{
"id": "entity",
Expand All @@ -75,7 +76,7 @@
},
{
"id": "feature",
"target_version": "$custom_biomes",
"target_version": "$custom_biomes or $format_version >= 1.20.20",
"includes": "features/",
"file_viewer": "json",
"start_state": "feature/main",
Expand All @@ -85,7 +86,7 @@
},
{
"id": "feature_rule",
"target_version": "$custom_biomes",
"target_version": "$custom_biomes or $format_version >= 1.20.20",
"includes": "feature_rules/",
"file_viewer": "json",
"start_state": "feature_rule/main",
Expand Down

0 comments on commit 1ec8bc3

Please sign in to comment.