Skip to content

Commit

Permalink
Update 1.21-notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealWormbo authored Jul 20, 2024
1 parent 5ff2386 commit 859075b
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions doc/1.21-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@
* support generic catalyst items for altar recipes, i.e. items which are required but will be returned upon completion of the recipe
* change rune inputs to be catalysts
* Figure out a way to not just make a head for a player's current skin, but also allow historic skins somehow
* Clayconia upgrade (somehow support mud, maybe even recipe support, but avoid becoming another Orechid variant)
* Clayconia upgrade — remove it if it doesn't work out?
* somehow support mud->clay, maybe even recipe support (but avoid becoming another Orechid variant)
* maybe become an Agricarnation for minerals? (boost mud conversion speed, pointed dripstone effects, amethyst grows, etc.)
* pre/post mcfunction support for block-swapping recipes (Pure Daisy, Marimorphosis, Orechids)
* maybe even for item outputs? (petal apothecary, runic altar, mana infusion, terra plate, potentially clayconia)
* Paintslinger Lens support for connected blocks, block entities, and generic entities
Expand Down Expand Up @@ -113,5 +115,14 @@
* Pro: Larger ender air capacity would be consistent with the flask's larger brew capoacity.
* Con: Probably an automation headache, since full and half-used flasks do not stack with each other and count as compeltely different items for filtering.
* Adjust order of colored items in UIs to match vanilla sorting (which is different from the order in `DyeColor`)
* Item order in creative inventory for flowers, petals, etc.
* Storage order in flower pouch (~~needs data fixer to migrate to item components anyway~~ item components will be a breaking change, world update support is not planned)
* Item order in creative inventory for flowers, petals, etc.
* Storage order in flower pouch (needs data fixer to migrate to item components — item components will be a breaking change, world update support may or may not happen)
* Crafty Crate is dead, long live the Crafter! — Do we repurpose crafting placeholders and patterns for use with the Crafter or do we remove them as well?
* Crafting patterns could be used to instantly reconfigure a crafter's slots
* Crafting placeholders could act as empty slots in any shaped crafting recipe, unless there's specifically a matching recipe that includes them
* Spellbinding Cloth has been redundant for a while (with both the grind stone and the Rosa Arcana), except for the removal of curses — remove or improve it?
* Idea: Have it pull off exactly one enchantment from the item into the cloth, where the enchantment is stored similarly to an enchanted book. TODO: Should this use crafting or some other mechanic? And how are the enchantments applied to other items again?
* Eye of the Ancients: Add toggle between adult and baby animals to make it more useful
* Petal Pouch — variant of flower pouch that stores petals and glimmering mushrooms
* automatically breaks down flowers into their petal form on pickup
* maybe provide sxome kind of helper mechanism for selecting petals for the apothecary?

0 comments on commit 859075b

Please sign in to comment.