Frank
d4d5c74349
[Feature] Support for hanging Signs
2023-05-20 23:46:40 +02:00
Frank
490ad640cd
Improved handling of Slot-Based ComplexMaterials
2023-05-20 22:55:04 +02:00
Frank
f9870d388e
[Change] ComplexMaterials can use MaterialSlots now
2023-05-20 12:39:20 +02:00
Frank
9207bc8c3d
Removed old custom SignBlockEntity type
2023-05-18 02:09:14 +02:00
Frank
3b7e5c0a3e
Added a Test Sign
2023-05-18 01:20:12 +02:00
Frank
f38d1e9dde
[Change] Removed custom sign rendering in favour of vanilla Wood-Types
2023-05-18 01:19:57 +02:00
Frank
3ee132e7ff
BlockBehaviour.Properties
for signs
2023-05-18 01:15:56 +02:00
Frank
48c85c1002
Removed test sign code
2023-05-18 01:14:43 +02:00
Frank
89aef7867c
Removed CreativeModeTab
from Registries
2023-05-17 23:54:03 +02:00
Frank
b652f4fbce
Moved ADD_TESTS
-Field
2023-05-17 23:53:32 +02:00
Frank
9b84ba6b29
Altered SignEditScreenMixin
2023-05-17 15:23:29 +02:00
Frank
90342732ba
Adapted AnvilMenuMixin
2023-05-17 15:20:20 +02:00
Frank
5574867fa1
Adapted ServerLevelMixin
2023-05-17 15:20:10 +02:00
Frank
022d038bbc
new way of sign rendering
2023-05-17 15:15:22 +02:00
Frank
7cd4723d87
sendSuccess
signature changes
2023-05-17 15:12:21 +02:00
Frank
ab846e1b42
Signature change in AdvancementManager
2023-05-17 15:10:17 +02:00
Frank
465497db9a
Some Sign-Related changes (have to rework Signs for the new 1.20 mechanics)
2023-05-17 15:09:53 +02:00
Frank
145e6168c3
Using getters
2023-05-17 14:50:56 +02:00
Frank
2f878800ca
Changes to color
-Methods
2023-05-17 14:49:32 +02:00
Frank
37e69ca6b2
level
is a getter now
2023-05-17 14:47:13 +02:00
Frank
40ab94d4fe
LootTable related changes
2023-05-17 14:45:44 +02:00
Frank
4a74a44422
[Change] Added BehaviourBuilders
to replace the deprecated Block-Material
System
2023-05-17 14:42:40 +02:00
Frank
e656bce991
[Change] SmithingRecipeBuilder
requires a Template Item
2023-05-17 12:45:02 +02:00
Frank
d0eaf41356
Disabled Deprecated ModMenu Entrypoint
2023-05-17 12:41:13 +02:00
Frank
8ffe1dbc2e
LayerLightEngine
-> LightEngine
2023-05-17 12:40:54 +02:00
Frank
9573b280ad
Use GuiGraphics
2023-05-17 12:39:39 +02:00
Frank
c051cc54c2
MaterialColor
-> MapColor
2023-05-17 12:26:47 +02:00
Frank
4602596e60
[Change] Disabled EMI and ModMenu Support for now
2023-05-17 12:24:06 +02:00
Frank
b388b0c650
Cleanup
2023-05-17 01:03:31 +02:00
Frank
3ed04c8b67
Added Wunderlib
2023-05-16 22:19:07 +02:00
Frank
3d74113c2b
Defaults
2023-05-16 21:32:38 +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
f7c3deb336
Re-Ordered Imports
2023-05-16 14:36:37 +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
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
3b1d74f43d
[Fix] New SmithingTransformRecipe
crashes EMI
2023-04-16 18:31:43 +02:00
Frank
48dd6a3274
[Change] BCLBiomeRegistry
is used to populate Fabric Biomes
2023-04-16 13:18:57 +02:00
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
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