Skip to content

Commit ad79522

Browse files
committed
Update Cubiomes
1 parent b13a7ae commit ad79522

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
os: [ubuntu-latest, macos-latest, windows-latest]
1616
runs-on: ${{ matrix.os }}
1717
env:
18-
SRC_FILES: noise.c biomes.c layers.c biomenoise.c generator.c finders.c util.c quadbase.c loot/items.c loot/loot_functions.c loot/loot_tables.c loot/loot_table_context.c loot/loot_table_parser.c loot/loot_tables/bastion_bridge_1_16_1.c loot/loot_tables/bastion_bridge_1_16_5.c loot/loot_tables/bastion_bridge_1_20.c loot/loot_tables/bastion_other_1_16_1.c loot/loot_tables/bastion_other_1_16_5.c loot/loot_tables/bastion_other_1_20.c loot/loot_tables/bastion_other_1_21_1.c loot/loot_tables/bastion_other_1_21_9.c loot/loot_tables/buried_treasure_1_13.c loot/loot_tables/buried_treasure_1_18.c loot/loot_tables/desert_pyramid_1_13.c loot/loot_tables/desert_pyramid_1_20.c loot/loot_tables/end_city_treasure_1_13.c loot/loot_tables/end_city_treasure_1_20.c loot/loot_tables/igloo_chest_1_13.c loot/loot_tables/jungle_temple_1_13.c loot/loot_tables/jungle_temple_1_14.c loot/loot_tables/jungle_temple_1_20.c loot/loot_tables/jungle_temple_dispenser_1_13.c loot/loot_tables/nether_bridge_1_13.c loot/loot_tables/nether_bridge_1_20.c loot/loot_tables/pillager_outpost_1_14.c loot/loot_tables/pillager_outpost_1_19_2.c loot/loot_tables/pillager_outpost_1_20.c loot/loot_tables/ruined_portal_1_16_1.c loot/loot_tables/ruined_portal_1_21_5.c loot/loot_tables/shipwreck_map_1_13.c loot/loot_tables/shipwreck_map_1_18.c loot/loot_tables/shipwreck_map_1_20.c loot/loot_tables/shipwreck_supply_1_13.c loot/loot_tables/shipwreck_supply_1_14.c loot/loot_tables/shipwreck_supply_1_17.c loot/loot_tables/shipwreck_supply_1_20.c loot/loot_tables/shipwreck_treasure_1_13.c loot/loot_tables/shipwreck_treasure_1_20.c loot/cjson/cJSON.c
18+
SRC_FILES: noise.c biomes.c layers.c biomenoise.c generator.c finders.c util.c quadbase.c loot/items.c loot/loot_functions.c loot/loot_tables.c loot/loot_table_context.c loot/loot_table_parser.c loot/loot_tables/bastion_bridge_1_16_1.c loot/loot_tables/bastion_bridge_1_16_5.c loot/loot_tables/bastion_bridge_1_20.c loot/loot_tables/bastion_other_1_16_1.c loot/loot_tables/bastion_other_1_16_5.c loot/loot_tables/bastion_other_1_20.c loot/loot_tables/bastion_other_1_21_1.c loot/loot_tables/bastion_other_1_21_9.c loot/loot_tables/buried_treasure_1_13.c loot/loot_tables/buried_treasure_1_18.c loot/loot_tables/desert_pyramid_1_13.c loot/loot_tables/desert_pyramid_1_20.c loot/loot_tables/desert_pyramid_1_21_6.c loot/loot_tables/desert_pyramid_1_21_9.c loot/loot_tables/end_city_treasure_1_13.c loot/loot_tables/end_city_treasure_1_20.c loot/loot_tables/end_city_treasure_1_21_9.c loot/loot_tables/igloo_chest_1_13.c loot/loot_tables/jungle_temple_1_13.c loot/loot_tables/jungle_temple_1_14.c loot/loot_tables/jungle_temple_1_20.c loot/loot_tables/jungle_temple_1_21_6.c loot/loot_tables/jungle_temple_1_21_9.c loot/loot_tables/jungle_temple_dispenser_1_13.c loot/loot_tables/nether_bridge_1_13.c loot/loot_tables/nether_bridge_1_20.c loot/loot_tables/nether_bridge_1_21_9.c loot/loot_tables/pillager_outpost_1_14.c loot/loot_tables/pillager_outpost_1_19_2.c loot/loot_tables/pillager_outpost_1_20.c loot/loot_tables/ruined_portal_1_16_1.c loot/loot_tables/ruined_portal_1_21_5.c loot/loot_tables/shipwreck_map_1_13.c loot/loot_tables/shipwreck_map_1_18.c loot/loot_tables/shipwreck_map_1_20.c loot/loot_tables/shipwreck_supply_1_13.c loot/loot_tables/shipwreck_supply_1_14.c loot/loot_tables/shipwreck_supply_1_17.c loot/loot_tables/shipwreck_supply_1_20.c loot/loot_tables/shipwreck_treasure_1_13.c loot/loot_tables/shipwreck_treasure_1_20.c loot/cjson/cJSON.c
1919
steps:
2020
- name: Checkout repository
2121
uses: actions/checkout@v4

0 commit comments

Comments
 (0)