File Details
hopeful-1.3.0.jar
- R
- May 8, 2026
- 153.79 KB
- 8
- 1.21.1+1
- NeoForge
File Name
hopeful-1.3.0.jar
Supported Versions
- 1.21.1
- 1.21
Curse Maven Snippet
Enchanting Table Overhaul!
Gameplay Changes
The enchanting table menu is gone
Now, clicking on it with a piece of paper has a chance of transforming into a scroll.
Default chance is quite low though, but you can increase it with catalysts! These are blocks that have to be in a 5x5x5 area around the table, and can give different effects.
Currently, we have:
- bookshelves: increase chance of producing a scroll, but increase xp requirement
- blue candles, carved pumpkins, enchanting table, lightning rod, pointed dripstone, and the sculk family increase the chance of acceleration, binding, endless, channeling, extermination, and echoes respectively, but increase xp requirement.
Technical Changes
These catalysts are data-driven, and we have 3 effects, with plenty more to come.
{
"type": "hopeful:scroll_weight",
"scrolls": "hopeful:acceleration",
"increase_by": 2
},
{
"type": "hopeful:xp_levels_requirement",
"increase_by": 1,
"consume_levels": true
},
{
"type": "hopeful:success_chance",
"increase_by": 2
}

