Commit graph

1612 commits

Author SHA1 Message Date
Frank
b8afbfc688 [Change] Added default biome type for nullscape:void_barrens to our default datapack. (#81) 2023-05-16 17:17:13 +02:00
Frank
291485dc37 [Change] END_LAND as default Biome type for unknown End Biomes (#81) 2023-05-16 17:00:18 +02:00
Frank
82dba8391e [Fix] Crash due to outdated Biome reference 2023-05-16 16:59:07 +02:00
Frank
9c46a0874c Version Bump 2023-05-16 14:55:57 +02:00
Frank
7c1775f443 [Change] global registry warning only with verbose logging (#90) 2023-05-16 14:51:31 +02:00
Frank
6f80069627 [Feature] Added c:budding_blocks-Tag (quiqueck/BetterEnd#206) 2023-05-16 14:40:40 +02:00
Frank
f7c3deb336 Re-Ordered Imports 2023-05-16 14:36:37 +02:00
Frank
52acddf3ed Version Bump 2023-04-29 16:04:03 +02:00
Frank
5707fd493f [Fix] Warning in SignEditScreenMixin 2023-04-29 15:43:17 +02:00
Frank
8e4eaf30be [Fix] Biome Debug Logging 2023-04-29 15:16:49 +02:00
Frank
8613014c11 [Fix] NBT-Data is not serialized correct to recipes 2023-04-29 15:15:20 +02:00
Frank
61f5f41941 [Fix] Alloying Recipe Type is not registered 2023-04-29 15:14:54 +02:00
Frank
385e0baa5f [Changed] AnvilRecipe has a single input only 2023-04-29 14:54:47 +02:00
Frank
e21e81d452 Version and Dependency Bump 2023-04-29 14:22:35 +02:00
Frank
fe404d1aa4 [Changes] Allow ItemStacks with NBT-Data as recipe results in Builders 2023-04-29 14:21:58 +02:00
Frank
093f3465fb [Changes] Added overloaded equal-Methods for BCLBiome 2023-04-29 11:48:33 +02:00
Frank
6a0749f8ce [Change] More consistent Names for Anvil Mixins 2023-04-22 16:45:50 +02:00
Frank
842501af48 [Change] Removed RecipeManagerAccessor 2023-04-22 16:45:03 +02:00
Frank
75d2c80519 [Change] BetterX-Type initialization Code for Servers 2023-04-22 16:41:12 +02:00
Frank
e139f9946e Fixed JavaDoc 2023-04-22 16:39:49 +02:00
Frank
3b1d74f43d [Fix] New SmithingTransformRecipe crashes EMI 2023-04-16 18:31:43 +02:00
Frank
95f1e2c018 Disabled debug data 2023-04-16 13:21:00 +02:00
Frank
0cb1d6cb4d Updated builting datapack 2023-04-16 13:19:27 +02:00
Frank
d1dae662d2 Use latest FAPI 2023-04-16 13:19:07 +02:00
Frank
48dd6a3274 [Change] BCLBiomeRegistry is used to populate Fabric Biomes 2023-04-16 13:18:57 +02:00
Frank
c4af9dfa0a Cleanup 2023-04-16 13:17:24 +02:00
Frank
2c3af98e9e Aditional logging for the surface rule registry 2023-04-16 13:16:48 +02:00
Frank
35f62b16af Updated DataGen 2023-04-13 18:37:33 +02:00
Frank
c5a8086eb4 Removed deprecated Recipe Code 2023-04-13 18:24:51 +02:00
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