Commit 28d9607
File tree
3 files changed
+7
-1
lines changed- src/main
- c
- java/dev/xpple/seedmapper/command/arguments
3 files changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
801 | 801 | | |
802 | 802 | | |
803 | 803 | | |
| 804 | + | |
804 | 805 | | |
| 806 | + | |
805 | 807 | | |
806 | 808 | | |
807 | 809 | | |
| |||
841 | 843 | | |
842 | 844 | | |
843 | 845 | | |
| 846 | + | |
844 | 847 | | |
845 | 848 | | |
846 | 849 | | |
| |||
861 | 864 | | |
862 | 865 | | |
863 | 866 | | |
| 867 | + | |
864 | 868 | | |
865 | 869 | | |
866 | 870 | | |
| |||
- .github/workflows/compile-and-create-java-bindings.yml+133
- .github/workflows/compile.yml-65
- CMakeLists.txt+6-2
- README.md+3
- loot/logging.h+1-1
- loot/loot_functions.c+269-6
- loot/loot_functions.h+8-1
- loot/loot_table_parser.c+34-3
- loot/loot_tables.c+9-3
- loot/loot_tables/bastion_bridge_1_16_1.c+5-5
- loot/loot_tables/bastion_bridge_1_16_5.c+6-6
- loot/loot_tables/bastion_bridge_1_20.c+6-6
- loot/loot_tables/bastion_other_1_16_1.c+1-1
- loot/loot_tables/bastion_other_1_16_5.c+4-4
- loot/loot_tables/bastion_other_1_20.c+4-4
- loot/loot_tables/bastion_other_1_21_1.c+4-4
- loot/loot_tables/bastion_other_1_21_9.c+4-4
- loot/loot_tables/desert_pyramid.1_21_11.json+296
- loot/loot_tables/desert_pyramid_1_13.c+1-1
- loot/loot_tables/desert_pyramid_1_20.c+1-1
- loot/loot_tables/desert_pyramid_1_21_11.c+108
- loot/loot_tables/desert_pyramid_1_21_11.h+9
- loot/loot_tables/desert_pyramid_1_21_6.c+1-1
- loot/loot_tables/desert_pyramid_1_21_9.c+1-1
- loot/loot_tables/end_city_treasure_1_21_11.c+15-15
- loot/loot_tables/end_city_treasure_1_21_9.c+14-14
- loot/loot_tables/gen_c_loot_tables.py+22-8
- loot/loot_tables/jungle_temple.1_21_11.json+192
- loot/loot_tables/jungle_temple_1_21_11.c+85
- loot/loot_tables/jungle_temple_1_21_11.h+9
- loot/loot_tables/jungle_temple_1_21_6.c+1-1
- loot/loot_tables/jungle_temple_1_21_9.c+1-1
- loot/loot_tables/pillager_outpost.1_21_11.json+233
- loot/loot_tables/pillager_outpost_1_14.c+1-1
- loot/loot_tables/pillager_outpost_1_19_2.c+1-1
- loot/loot_tables/pillager_outpost_1_20.c+1-1
- loot/loot_tables/pillager_outpost_1_21_11.c+157
- loot/loot_tables/pillager_outpost_1_21_11.h+9
- loot/loot_tables/ruined_portal_1_16_1.c+9-9
- loot/loot_tables/ruined_portal_1_21_5.c+9-9
- loot/loot_tables/shipwreck_supply_1_13.c+4-4
- loot/loot_tables/shipwreck_supply_1_14.c+4-4
- loot/loot_tables/shipwreck_supply_1_17.c+4-4
- loot/loot_tables/shipwreck_supply_1_20.c+4-4
- loot/loot_tables/shipwreck_supply_1_21_11.c+4-4
- makefile+11-3
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
83 | 84 | | |
84 | 85 | | |
85 | 86 | | |
| |||
127 | 128 | | |
128 | 129 | | |
129 | 130 | | |
| 131 | + | |
130 | 132 | | |
131 | 133 | | |
132 | 134 | | |
| |||
0 commit comments