Перейти к содержимому
Mineforgian

Better Mod

Improving Vanilla Experience and Performance

Загрузки
10K
Подписчики
17
Обновлён
2 июля 2026 г.
Лицензия
All-Rights-Reserved

Опубликован 23 июня 2022 г.

Features:

  • Bookshelves can hold paper-related items (Maps, Books, Enchanted Books, Paper, Empty Map, etc)
  • A "Bit Hopper", ported from Bit Hop. A Bit Hopper is a light-weight hopper that doesn't pick up item entities, or pull items, and only pushes them. Useful for hopper chains where you aren't using the ability to pick up items, or the ability to pull them.
  • A "Pull Hopper" which functions similarly to the Bit Hopper, but can also pull items from a tile entity above it. Still cannot interact with dropped items or minecarts with inventories.
  • A "Stick(y) Hopper" which is identical to the Pull Hopper, except it keeps an item in every slot. This can be used to create filters for up to 5 items.
  • Sling Mechanism, an alternative to the bow in the Dispenser recipe, craftable using 4 sticks and a string. The Sling Mechanism's purpose is to simplify crafting, as the bows are unable to stack.

Planned Features:

  • Screw Hopper
  • A "pipe" made of copper that allows you to move items, similar to a hopper, but without the ability to suck up items.
  • Open to suggestions!

Code:

  • API:
    • BetterMod exposes an API for blocks that have tile entities (BetterBlock) and tile entities with an inventory + GUI (BetterBlockEntity). There is also an API for tile entities that want to tick (BetterTickingBlock, ITickable).

Notes:

  • This mod went under the name BetterPerf while in development, before other features were added. As such, the code may reference some things as "betterperf" or "bettermod"

Ченджлог

2.0.3Релиз26.2 · 2 июля 2026 г.

Bugfix:

  • Bookshelves now properly only drop themselves when silktouched
2.0.2Релиз26.2 · 28 июня 2026 г.
  • Blocks are now nameable
  • Cleaned up code (Using JSpecify instead of JetBrains annotations)
2.0.1Релиз26.2 · 28 июня 2026 г.

Fixed the various hopper variants so that they use the pickaxe as the preferred tool (this makes them mine faster when using a pickaxe, and now they actually drop themselves when you break them!).

Cleaned up the item transfer implementation slightly.

2.0.0Релиз26.2 · 27 июня 2026 г.

Changes:

  • API changes (package renamed)
  • Stick Hopper can now filter unstackables!
    • The recipe has been changed to be more balanced.
1.7.27Релиз26.2 · 18 июня 2026 г.

Update to 26.2

1.7.26aРелиз26.1.1 · 15 апреля 2026 г.

Update to 26.1.1

1.7.26Релиз26.1.2 · 15 апреля 2026 г.

Update to 26.1.2

1.7.25Релиз1.21.11 · 23 декабря 2025 г.

New Item: Sling Mechanism, craftable with four sticks and a string, a stackable alternative to the bow for crafting dispensers. It still uses string and sticks, so it is the same item-checks, and does not break progression. If the recipe needs adjusted, please let me know!

Комментарии

Загружаем…