This is the "core" block for the enchantments-seer mod. It serves as an alternative method of enchanting items, and leaves the vanilla process intact.
In fact, players will have a far better experience if the vanilla enchanting process is intact. Players can enchant books with low-level enchantments, then deconstruct the book to enchanted pages to make the Seer's Manuscript.
Features
Similar functionality to existing enchanting table
Enables recharging enchantments
Enables selecting ONE to apply to an item (per Seer's Manuscript)
Enables fully-recharging an enchanted item with a Seer's Stone
To do
[x] Implement Block and supporting classes
[x] Implement Tile Entity class
[x] Implement Tile Entity Renderer
[x] Implement GUI screen
[ ] Create model and texture
[ ] Use the Enchanting Table model as the base
[ ] With no reagent (OR a Seer's Stone) - should look like the Enchanting Table without the book on top
We can improve this later - just don't want a minor graphical thing to hold off release
[ ] With a Seer's Manuscript - should look like the Enchanting Table with a re-skinned book on top (instead of the default book)
[ ] With an arbitrary Enchanted Book - the only state in which the Seer's Enchanting table looks very similar to the Enchanting Table (because both use a "vanilla" book texture)
[x] Register the Seer's Enchanting Table
[x] Register the Tile entity type
[x] Register the screen
[x] Register the tile entity renderer
Further tasks
[ ] Implement a recipe
[ ] Determine what the recipe should be
[ ] Add a recipe JSON file
[ ] Customize the default GUI
[ ] Replace Lapis Lazuli logic so that it only accepts:
[ ] Seer's Manuscript
[ ] Arbitrary enchanted book
[ ] Seer's Stone
[ ] Show all enchants with a Seer's Stone
[ ] Show only the corresponding enchant(s) for arbitrary enchanted books
[ ] Show no enchants for Seer's Stone (this is just for recharging enchanted items)
[ ] Add indicator to show Seer's Stone cost to fully recharge (optional - we could just have the user use the stone and figure it out from there)
[ ] Actual enchantment logic
[ ] Remove all XP costs (since the cost has been shifted to the Seer's Stone)
[ ] Remove all non-seer's stone related costs
[ ] Only one enchantment per book (Seer's Manuscript or Enchanted Book)
Description
This is the "core" block for the
enchantments-seer
mod. It serves as an alternative method of enchanting items, and leaves the vanilla process intact.In fact, players will have a far better experience if the vanilla enchanting process is intact. Players can enchant books with low-level enchantments, then deconstruct the book to enchanted pages to make the Seer's Manuscript.
Features
To do
Further tasks