Mineclonia/mods/ITEMS/mcl_chests
Nils Dagsson Moskopp f8c58262bc
Fix Ender chests from MineClone2
Commit 819dbc6224c3b96ad4094cccf3d9150f3ef61d45 of MineClone2 introduced
an LBM that removed Ender chest formspecs stored in the node meta. That
change makes Ender chests that were loaded in MineClone2 versions past
that commit not show the Ender chest inventory form on right-click.

This patch makes those broken Ender chests work by introducing an LBM
that writes the formspec to the node meta for Ender chest nodes once.

Since the LBM name is suffixed with a hash of the Ender chest formspec,
changes to the Ender chest formspec (even removing it entirely) should
not require manual adjustment of the LBM code.
2021-06-28 22:54:00 +02:00
..
locale Russian translation 2020-07-20 00:11:13 +00:00
models Fix Double chest model 2021-02-15 16:41:33 +01:00
sounds Animated shulkerboxes 2021-01-28 20:53:57 +01:00
textures Crack texture is now displayed 2021-01-03 20:08:53 +01:00
init.lua Fix Ender chests from MineClone2 2021-06-28 22:54:00 +02:00
mod.conf Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00