Commit graph

1583 commits

Author SHA1 Message Date
Frank
b0a275337d Added sample for 'recipes.json' 2023-04-13 17:36:32 +02:00
Frank
5f92964f9d [Feature] Disable any Recipe using a dataPack file.
You can add a new File `bclib/config/recipes.json` to your datapack with the following content to disable any recipe (by Id):

```json
{
  "disable": [
    "minecraft:jungle_chest_boat",
    "bclib:test_star"
  ]
}
```
2023-04-13 17:33:42 +02:00
Frank
48a0049faf [Feature] New Helper to handle config files from Datapacks 2023-04-13 17:18:13 +02:00
Frank
03d73f34a2 Make sure Datagen Recipes are not stored in memory 2023-04-12 18:51:05 +02:00
Frank
1417e1ec9e Removed debug code 2023-04-12 18:49:59 +02:00
Frank
4b3b30d21e [Changes] Updated Recipe Categories 2023-04-12 18:31:20 +02:00
Frank
939df8fdb2 Fix for Simthing Recipes Builder 2023-04-12 17:12:14 +02:00
Frank
809bfddd32 [Change] Recipe Handling moved to Datagen 2023-04-12 16:59:55 +02:00
Frank
f60fcd02d5 Testing GridRecipe for DataGen 2023-04-08 15:01:56 +02:00
Frank
bd47215916 Fixed crashing mixin 2023-04-08 14:54:09 +02:00
Frank
7b0dd1c169 [Change] Removed BiomeSourceFromRegistry-Interface 2023-04-08 13:25:47 +02:00
Frank
0320ee61f6 [Change] Using collectPossibleBiomes for BCLBiomeSource 2023-04-08 13:22:22 +02:00
Frank
55930d73d5 [Feature] Build for 1.19.4 2023-04-08 12:53:46 +02:00
Frank
8a8e73348c Version Bump 2023-01-28 13:46:09 +01:00
Frank
0501ef4c7d Use static types 2023-01-28 13:42:40 +01:00
Frank
6509d8c5cb Updated EMi-Version 2023-01-28 13:42:31 +01:00
Frank
bca060f446
Merge pull request #60 from Altegar/patch-3
Update uk_ua.json
2023-01-28 12:42:39 +01:00
Frank
ecc5ea0eec [Fixed] Prevent crashes from null registry in Fog-Rendered (#69) 2023-01-28 12:36:46 +01:00
Frank
154e652991 [Fix] WorldConfig is not initialized properly on servers 2023-01-05 12:23:40 +01:00
Frank
a660d8ff41 [Fix] Fixed Server-Crashes due to client-side boat types 2023-01-05 12:23:15 +01:00
Frank
ce9288d4e3 [Changes] Simplified and streamlined some aspects of BCLBiomeRegistry` 2022-12-11 23:58:11 +01:00
Frank
82c9b62fd3 Version Bump 2022-12-11 16:32:46 +01:00
Frank
2f8ae6b418 [Changes] Simplified Method to find POIs in a region 2022-12-11 15:19:18 +01:00
Frank
0d21df3b5e [Fix] Mossy Obsidian does not spread to Obsidian using Bonemeal (quiqueck/BetterEnd/#126) 2022-12-10 16:45:02 +01:00
Frank
a813e7af21 Version Bump 2022-12-10 16:19:29 +01:00
Frank
4a9ddbe284 [Changes] New method to add Item Triggers 2022-12-10 15:17:36 +01:00
Frank
03c92a8407 Version Bump 2022-12-10 14:43:32 +01:00
Frank
63431b1de1 [Change] Added recipe advancements to Datagen 2022-12-10 14:37:24 +01:00
Frank
686256c707 Moved Advancement class 2022-12-10 14:28:52 +01:00
Frank
f56c534640 Advancement Criteria are serialized in the same order they are added 2022-12-10 14:13:28 +01:00
Frank
3706670849 [Fixes] RegistryDataProvider lock was not aquired soon enough. 2022-12-10 13:39:59 +01:00
Frank
cd65bcf4e8 [Changes] Sort Tags by name before writing 2022-12-10 13:22:50 +01:00
Frank
f5e26e5e9c [Changes] new AdvancementDataProvider with Mod Filter 2022-12-10 13:19:32 +01:00
Frank
3f2963d8bf [Changes] Migrated Advancement Manager to DataGen 2022-12-10 12:05:24 +01:00
Frank
251925ac08 [Changes] Added c:ores-Tag to the BaseOreBlock. (quiqueck/BetterNether#94) 2022-12-10 11:04:34 +01:00
Frank
da6e3c6559 [Changes] BCLBiome's equals recognizes Keys and Locations as well 2022-12-09 17:02:44 +01:00
Frank
064c24a99e [Feature] Added Method that returns all known biomes for a given type 2022-12-09 16:34:02 +01:00
Frank
d02a74a263 [Fixes] Crash in Deciders when pickers are null 2022-12-09 16:33:42 +01:00
Frank
020e20e483 Version Bump 2022-12-09 16:01:55 +01:00
Frank
c3526376bf [Changes] Removed old reflection code to create a Disc 2022-12-09 16:00:22 +01:00
Frank
cd6587101c [Changes] Some changes needed for BetterEnd 2022-12-09 15:59:08 +01:00
Frank
a533d501cd [Change] Re-Enabled ModMenu 2022-12-09 11:42:25 +01:00
Frank
15765bf30a Re-Enabled EMI 2022-12-09 11:22:25 +01:00
Frank
0cb4596037 [Feature] Built for 1.19.3 2022-12-09 11:22:15 +01:00
Frank
6c8b47f546 Added 1.19.3 to issue template 2022-12-06 19:28:51 +01:00
Frank
36239de2fe Added Datapack Files 2022-12-06 19:27:11 +01:00
Frank
9906c65c9d Build for 1.19.3-rc3 2022-12-06 19:18:22 +01:00
Frank
4a30629782 Fixed issue with refactored BCLBiome 2022-12-06 16:28:23 +01:00
Frank
8b7c4bf9b1 Implemented Replacement for fabrics ClientSpriteRegistryCallback 2022-12-06 16:28:10 +01:00
Frank
f881e0783f Fixed most 1.19.3 TODOs 2022-12-05 21:02:25 +01:00