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:
stfwi 2020-12-27 10:14:50 +01:00
parent d4d685693b
commit 98529fd961
33 changed files with 1096 additions and 1241 deletions

View file

@ -1,6 +1,7 @@
{
"homepage": "https://www.curseforge.com/minecraft/mc-mods/engineers-decor/",
"1.16.4": {
"1.1.6-b2": "[M] Alternative Clinker Brick recipe (swapped Bricks/Nether Bricks) added.\n[M] Furnace XP handling simplified (simply stores/releases XP for each smelting process).\n[M] Mod devices do not propagate strong Redstone power to adjacent blocks.\n[M] Minor \"librarizing\" changes under the hood.",
"1.1.6-b1": "[F] Fixed Metal Crafting Table Hopper access (issue #147, ty umerrr).\n[F] Fixed Dark Shingle Roof Chimney placement restriction (issue #149, thx WenXin20).\n[F] Door tags added for Wood Door and Metal Sliding Door (issue #150, thx WenXin20).\n[A] Electrical Furnace automatically chokes speed and power consumption when the internally stored power is below 20%.",
"1.1.5": "[R] Release build v1.1.5.\n[F] Fixed Crafting Table JEI storage slot count.\n[F] Fixed Factory Hopper removed item collection dupe bug (issue #146, thx FatheredPuma81).\n[F] Increased device GUI access ranges beyond the player block selection range.\n[A] Window placement handling improved.\n[M] Steel/Wood Pole and Double-T support placement improved (issue #139, thx Biviho).\n[M] Metal Sliding Door bottom/top shape when opened added.",
"1.1.4": "[R] Release build v1.1.4.\n[F] Solar Panel balancing threshold tuned.\n[F] Fixed Catwalk default state (issue #140, thx hvdklauw).\n[M] Updated lang ru_ru file (PR#137, Smollet777).\n[M] Factory Dropper: Added Ignore-External-Redstone mode.",
@ -22,6 +23,6 @@
},
"promos": {
"1.16.4-recommended": "1.1.5",
"1.16.4-latest": "1.1.6-b1"
"1.16.4-latest": "1.1.6-b2"
}
}