Commit graph

13 commits

Author SHA1 Message Date
Frank
c5a8086eb4 Removed deprecated Recipe Code 2023-04-13 18:24:51 +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
7b726d958d [Changes] Build for 1.19.3-pre3 2022-11-30 01:40:42 +01:00
Frank
daa4a2b4af Migrated some API calls 2022-11-12 12:10:59 +01:00
Frank
bc4f542e41 Removed now deprecated additional Methods 2022-08-01 19:13:03 +02:00
Frank
db62a19cc5 Fixes for backward compat 2022-08-01 19:11:24 +02:00
Frank
35c023692c [Change] Refactored Recipe-Advancement API to prevent #29 2022-08-01 18:35:32 +02:00
Frank
18fffafb3a [Features] (Recipe-) Advancement API 2022-07-31 14:49:15 +02:00
Frank
abf24a41da [Fix] BCLRecipManager could generate Recipes with empty material List or Result (quiqueck/BetterEnd#41) 2022-07-26 21:30:14 +02:00
Frank
9f75cbde1b [Change] Stricter Generics for RecipeManager 2022-07-21 13:30:04 +02:00
Frank
852e5a6abc Reformated 2022-06-08 20:57:21 +02:00
Frank
bc565577cb Recipe sorting enhancement (paulevsGitch/BCLib#144) 2022-05-27 17:04:52 +02:00
Frank
3ee10482ab Reorganized Imports/Packages 2022-05-18 23:56:23 +02:00