Clinker Brick alternative brick-swapped recipe added. Treated Wood Ladder with TW block H recipe. Furnace XP handling simplified. Crafting Table inventory sync forced for open containers, slot sync seems not to be enough. Prevented strong redstone power propagation for device blocks. Labeled Crate item Storage librarized. Fluid Funnel librarized. Inventories item handlers implemented. RF handling library. Furnace uses lib battery. Furnace item handlers librarized. Labeled Crate Tooltip refined. Crafting Table quick move when grid is placed. Forcing tooltip RE replacement escape to circumvent mixin cross-compat problems (issue #151).
This commit is contained in:
parent
d4d685693b
commit
98529fd961
33 changed files with 1096 additions and 1241 deletions
|
@ -11,6 +11,11 @@ Mod sources for Minecraft version 1.16.x.
|
|||
|
||||
## Version history
|
||||
|
||||
- v1.1.6-b2 [M] Alternative Clinker Brick recipe (swapped Bricks/Nether Bricks) added.
|
||||
[M] Furnace XP handling simplified (simply stores/releases XP for each smelting process).
|
||||
[M] Mod devices do not propagate strong Redstone power to adjacent blocks.
|
||||
[M] Minor "librarizing" changes under the hood.
|
||||
|
||||
- v1.1.6-b1 [F] Fixed Metal Crafting Table Hopper access (issue #147, ty umerrr).
|
||||
[F] Fixed Dark Shingle Roof Chimney placement restriction (issue #149, thx WenXin20).
|
||||
[F] Door tags added for Wood Door and Metal Sliding Door (issue #150, thx WenXin20).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue