Added client biome schema (#319)

This commit is contained in:
QuazChick
2024-10-12 15:47:16 +01:00
committed by GitHub
parent 8c8da48e9e
commit bad3e5d6d5
8 changed files with 132 additions and 0 deletions

View File

@@ -29,6 +29,7 @@
{ "Source": "./resource/animation_controllers/animation_controller.json", "Destination": "../resource/animation_controllers/animation_controller.json" },
{ "Source": "./resource/animations/actor_animation.json", "Destination": "../resource/animations/actor_animation.json" },
{ "Source": "./resource/attachables/attachables.json", "Destination": "../resource/attachables/attachables.json" },
{ "Source": "./resource/biomes/biomes.json", "Destination": "../resource/biomes/biomes.json" },
{ "Source": "./resource/biomes_client.json", "Destination": "../resource/biomes_client.json" },
{ "Source": "./resource/blocks.json", "Destination": "../resource/blocks.json" },
{ "Source": "./resource/entity/entity.json", "Destination": "../resource/entity/entity.json" },