1.14/1.15: Config tweaks for mod packing. Added Factory Hopper bottom item handler. Block shapes refined. Fixed duping bug (issue #87).

This commit is contained in:
stfwi 2020-02-13 21:18:12 +01:00
parent 123319eaf0
commit 85384a91a4
55 changed files with 998 additions and 368 deletions

View file

@ -11,6 +11,11 @@ Mod sources for Minecraft version 1.15.1.
## Version history
- v1.0.19-b3 [M] Config tweaks: Value limit ranges increased to facilitate modpacking.
[A] Factory Hopper: Added bottom item handler (CR#227).
[M] Block shapes refined.
[F] Fixed duping bug (issue #87, thx Nachtflame)
- v1.0.19-b2 [F] Fixed Floor Grating item pass-through jitters (thx Cid).
[M] Removed obsolete recipe collision testing recipes.
[F] Fixed missing Block Breaker dynamic block drops.