Feature To-Do List
JamesPeters98 opened this issue · 12 comments
- Create Public Chests
- Method to check members of a chest! (Probably a command & Lore thing)
- List of chests command
- Auto Sorting
I would like to be able to have different inventories on different worlds hosted on the same server.
- Inverted filter
Good idea, I’ll have to think how to implement it - maybe if the item frame rotation is horizontal.
- Fuzzy match (i.e.: oak_sign / spruce_sign)
Tell me if you want me to create a function that is capable of doing this.
Looking at the list.
It's going to be hard to decide if ACACIA_LOG should filter all logs, or if it should filter all ACACIA.
Maybe a configuration setting ?
- Fuzzy match (i.e.: oak_sign / spruce_sign)
Tell me if you want me to create a function that is capable of doing this.
Looking at the list.
It's going to be hard to decide if ACACIA_LOG should filter all logs, or if it should filter all ACACIA.
Maybe a configuration setting ?
Yeah I imagine it would have to be done using a pre-defined list of items that group together the different types of materials e.g
group: ACACIA {
ACACIA_BOAT
ACACIA_BUTTON
ACACIA_DOOR
}
And I'm not sure if it's worth the work considering you can already put multiple item frames on a hopper and have multiple hoppers on the same group of chest.
Allow our own pre-set lists
I been wanting to filter all the Ore's in a single chest but I can't all the log types go to the same chest tho
i have found a bug i think. the crafting table AutoCraft will not recognize the kelp block as a crafting recipe
i have found a bug i think. the crafting table AutoCraft will not recognize the kelp block as a crafting recipe
This is the feature request thread, but also this is a known bug to do with ComplexRecipes and the Bukkit API!
- Fuzzy match (i.e.: oak_sign / spruce_sign)
Tell me if you want me to create a function that is capable of doing this.
Looking at the list.
It's going to be hard to decide if ACACIA_LOG should filter all logs, or if it should filter all ACACIA.
Maybe a configuration setting ?Yeah I imagine it would have to be done using a pre-defined list of items that group together the different types of materials e.g
group: ACACIA {
ACACIA_BOAT
ACACIA_BUTTON
ACACIA_DOOR
}And I'm not sure if it's worth the work considering you can already put multiple item frames on a hopper and have multiple hoppers on the same group of chest.
regarding this, where can one find lists of groups, so i can check before i add it in game? (alternativelly alter it) (1.16.3)
thank you