Skip to content

Commit

Permalink
Merge branch 'main' into feature/jest2
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanV2 authored Nov 8, 2024
2 parents 7d5ce03 + b788f11 commit 8ad8b5b
Show file tree
Hide file tree
Showing 93 changed files with 1,665 additions and 1,279 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ JSON validation can give snippets for sub items, as well as description, but thi
- [Animations](resource/animations/animations.json)
- [Animation Controllers](resource/animation_controllers/animation_controller.json)
- [Attachables](resource/attachables/attachables.json)
- [Biomes](resource/biomes/biomes.json)
- [Biomes client](resource/biomes_client.json)
- [Blocks](resource/blocks.json)
- [Entity](resource/entity/entities.json)
Expand Down
2 changes: 1 addition & 1 deletion behavior/biomes/biomes.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion behavior/blocks/blocks.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion behavior/entities/entities.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion behavior/feature_rules/feature_rules.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion behavior/features/features.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion behavior/items/items.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion behavior/loot_tables/loot_tables.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion behavior/recipes/recipes.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion behavior/spawn_rules/spawn_rules.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion behavior/trading/trading.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions resource/biomes/biomes.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion resource/models/entity/model_entity.json

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions source/behavior/biomes/biomes.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@
"minecraft:capped_surface": { "$ref": "./components/capped_surface.json" },
"minecraft:climate": { "$ref": "./components/climate.json" },
"minecraft:consolidated_features": { "$ref": "./components/consolidated_features.json" },
"minecraft:forced_features": { "$ref": "./components/forced_features.json" },
"minecraft:frozen_ocean_surface": { "$ref": "./components/frozen_ocean_surface.json" },
"minecraft:ignore_automatic_features": { "$ref": "./components/ignore_automatic_features.json" },
"minecraft:legacy_world_generation_rules": {
"$ref": "./components/legacy_world_generation_rules.json"
},
Expand Down
Loading

0 comments on commit 8ad8b5b

Please sign in to comment.