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

autodrop

Simply drops specific items after pickup

Загрузки
32K
Подписчики
81
Обновлён
4 июня 2026 г.
Лицензия
GPL-3.0-only

Опубликован 15 сентября 2022 г.

autodrop

This mod provides a function to automatically drop items from the inventory.

Managing items

Config screen sample

  • press the keybinding for the config GUI (default: o)
  • use the configuration section of the modmenu integration
  • archives can be toggled by double-clicking the archive in the GUI

Component/Nbt filtering

You have to be careful: Setting the item to air and leaving an empty component will cause the mod to drop every item.

The format of the components/nbt is always the item predicate syntax of the version of Minecraft you're playing on. Unless you know the syntax by heart, you can use a give command generator and copy the component part (enclosed by {} or []). The syntax is also described on this wiki post.

For sub-types of items, such as Bottle of Water (subtype of Potion) use a specialized relevant generator like the Minecraft Maps Generators.


How to drop everything except a specific item?

A string like this: [!minecraft:stored_enchantments={mending:1}] will do the trick. It will drop every item that does not have Mending enchanted. If you want to only drop enchanted books that do not have Mending enchanted you have to add an item identifier for it as well.

Other

If you need help with any of my mods, join my discord server.

Центр версий

228 версий
  • Релиз178 КБ
  • Релиз178 КБ
  • Релиз176 КБ
  • Релиз176 КБ
  • Релиз177 КБ
  • Релиз176 КБ
  • Релиз180 КБ
  • Релиз179 КБ
  • Релиз179 КБ
  • Релиз179 КБ
  • Релиз179 КБ
  • Релиз179 КБ
  • Релиз180 КБ
  • Релиз179 КБ
  • Релиз180 КБ
  • Релиз180 КБ
  • Релиз180 КБ
  • Релиз179 КБ
  • Релиз180 КБ
  • Релиз179 КБ

Ченджлог

2.5.6-26.1+fabricРелиз26.1, 26.1.1, 26.1.2 · 4 июня 2026 г.

v2.5.6-26.1+fabric

  • update to 26.2
2.5.6-26.2-pre-4+fabricРелиз26.2-pre-4, 26.2 · 4 июня 2026 г.

v2.5.6-26.2-pre-4+fabric

  • update to 26.2
2.5.6-26.2-pre-4+neoforgeРелиз26.2-pre-4, 26.2 · 4 июня 2026 г.

v2.5.6-26.2-pre-4+neoforge

  • update to 26.2
2.5.6-26.1+neoforgeРелиз26.1, 26.1.1, 26.1.2 · 4 июня 2026 г.

v2.5.6-26.1+neoforge

  • update to 26.2
2.5.5-26.1-rc-2+fabricРелиз26.1.1-rc-1, 26.1.1, 26.1.2 · 20 марта 2026 г.

v2.5.5-26.1-rc-2+fabric

  • update to 26.1
    • since the prereleases of this version, it’s been no longer possible to access items when no world is loaded
      -> Due to this, the config screen will only work when you are in a world
  • dropped all support for versions <26.1
2.5.5-26.1-pre-3+neoforgeРелиз26.1.1-rc-1, 26.1.1, 26.1.2 · 20 марта 2026 г.

v2.5.5-26.1-pre-3+neoforge

  • update to 26.1
    • since the prereleases of this version, it’s been no longer possible to access items when no world is loaded
      -> Due to this, the config screen will only work when you are in a world
  • dropped all support for versions <26.1
2.5.5-1.21.9+neoforgeРелиз1.21.9 · 20 марта 2026 г.

v2.5.5-1.21.9+neoforge

  • config screen:
    • Add a hint for enchantment predicates in ModifyScreen
    • allow saving an identifier with an invalid predicate #31
2.5.5-1.21.9+fabricРелиз1.21.9 · 20 марта 2026 г.

v2.5.5-1.21.9+fabric

  • config screen:
    • Add a hint for enchantment predicates in ModifyScreen
    • allow saving an identifier with an invalid predicate #31

Комментарии

Загружаем…