{"id":81833,"date":"2026-06-04T19:51:32","date_gmt":"2026-06-04T16:51:32","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/hopeful-enchanting\/"},"modified":"2026-06-04T19:51:32","modified_gmt":"2026-06-04T16:51:32","slug":"hopeful-enchanting","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/hopeful-enchanting\/","title":{"rendered":"Hopeful: Enchanting"},"content":{"rendered":"<p><span style=\"color:#e03e2d\"><em>Mod WIP! Bugs and big changes may happen<\/em><\/span><\/p>\n<p># Current Features<\/p>\n<p>### XP Rework<\/p>\n<p>*   Now each level is 64 points.<br \/>\n*   The player being able to keep experience after death using `keepExperience` gamerule (detached from `keepInventory`)<br \/>\n*   Anvils can be mend using iron ingot (or #hopeful:anvil_mends)<br \/>\n*   Anvils will fully repair an item using only one repair material (Thanks Forgery for the code)<\/p>\n<p>### Scrolls<\/p>\n<p>*   Scrolls are a package of enchantments, having 2-3 enchants .<br \/>\n*   Combine an equipment with a scroll and lapis lazuli in a smithing table to upgrade enchant level by one.<br \/>\n*   Each Equipment has Tool XP that can be seen when placed in a smithing table. When it reaches max, you can no longer enchant it using scrolls.<br \/>\n*   By default, enchantments are normalized to be 1 or 3 levels.<br \/>\n*   Scrolls can be blessings (positive enchantments that use up Tool XP), curses (negative enchantments that\u00a0free up Tool XP), and deals (both).<br \/>\n*   Scrolls are data-driven \ud83d\ude42<br \/>\n*   Obtainable by getting enchanted books and tools &#8211; They will be reduced to their\u00a0scrolls.<\/p>\n<p>### Enchanting Table Overhaul<\/p>\n<p>The enchanting table menu is _gone_ Now, clicking on it with a piece of paper has a chance of transforming into a scroll.<\/p>\n<p>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.<\/p>\n<p>Currently, we have:<\/p>\n<p>*   bookshelves: increase chance of producing a scroll, but increase xp requirement<br \/>\n*   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.<\/p>\n<p># Dev Stuff<\/p>\n<p>## Scroll<\/p>\n<p>Scrolls will be placed in `datapack_name\/hopeful\/scroll\/scroll_name.json` and its format will look like this:<\/p>\n<p>&#8220;`<br \/>\n{<br \/>\n  &#8220;title&#8221;:{<br \/>\n    &#8220;translate&#8221;: &#8220;scroll.hopeful.acceleration&#8221;<br \/>\n  },<br \/>\n  &#8220;type&#8221;: &#8220;blessing&#8221;,<br \/>\n  &#8220;max_level&#8221;: 3,<br \/>\n  &#8220;score_per_level&#8221;: 1,<br \/>\n  &#8220;required_xp_levels&#8221;: 5,<br \/>\n  &#8220;enchantments&#8221;: &#8220;#hopeful:hopeful\/acceleration&#8221;<br \/>\n}<br \/>\n&#8220;`<\/p>\n<p>It is highly recommended to use tags, because they allow for easier compatibility, but an array of enchantments would also work.<\/p>\n<p>The tags are located in `datapack_name\/tags\/enchantment\/hopeful`<\/p>\n<p>## Enchantability<\/p>\n<p>Enchantability is the capacity of equipment. It can be modified in `datapack_name\/data_maps\/item\/enchantability.json` in this format:<\/p>\n<p>`{ &#8220;values&#8221;: { &#8220;minecraft:wooden_sword&#8221;:{ &#8220;enchantability&#8221;: 2 } } }`<\/p>\n<p>## Catalysts<\/p>\n<p>These catalysts are data-driven, and we have 3 effects, with plenty more to come.<\/p>\n<p>The catalysts are of the form: `datapack_name\/hopeful\/catalyst\/unused_name.json`<\/p>\n<p>And look like so: (made up catalyst<\/p>\n<p>&#8220;`<br \/>\n{<br \/>\n  &#8220;blocks&#8221;: &#8220;minecraft:bedrock&#8221;,<br \/>\n  &#8220;limit&#8221;: 2,<br \/>\n  &#8220;effects&#8221;: [<br \/>\n    {<br \/>\n      &#8220;type&#8221;: &#8220;hopeful:scroll_weight&#8221;,<br \/>\n      &#8220;scrolls&#8221;: &#8220;hopeful:acceleration&#8221;,<br \/>\n      &#8220;increase_by&#8221;: 2<br \/>\n    },<br \/>\n    {<br \/>\n      &#8220;type&#8221;: &#8220;hopeful:xp_levels_requirement&#8221;,<br \/>\n      &#8220;increase_by&#8221;: 10000,<br \/>\n      &#8220;consume_on_success&#8221;: true, &#8212; default value<br \/>\n      &#8220;consume_on_fail&#8221;: false &#8212; default value<br \/>\n    },<br \/>\n    {<br \/>\n      &#8220;type&#8221;: &#8220;hopeful:success_chance&#8221;,<br \/>\n      &#8220;increase_by&#8221;: 0.5,<br \/>\n    }<\/p>\n<p>  ]<br \/>\n}<br \/>\n&#8220;`<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Enchanting overhaul focusin on customizability, determinism, and choice!<\/p>\n","protected":false},"featured_media":81834,"template":"","meta":{"_minecraft_slug":"hopeful-enchanting","_minecraft_project_id":"HiPMHSof","_minecraft_author":"Double_Pi","_minecraft_license":"GPL-3.0-only","_minecraft_downloads":4,"_minecraft_follows":0,"_minecraft_client_side":"required","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"hopeful-enchanting.zip","_minecraft_size_bytes":135997,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-16T18:20:10.886377Z","_minecraft_date_created":"2026-05-16T03:27:35.416325Z","_minecraft_date_modified":"2026-05-12T16:28:55.586027Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/hopeful-enchanting","_minecraft_icon_attachment_id":81834,"_minecraft_imported_at":"2026-06-04T16:51:33+00:00","_minecraft_import_hash":"577cf89df78d74b8347f8d20032a5678","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[89,873,122,158],"mod_loader":[160],"minecraft_version":[62,37],"class_list":["post-81833","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-game-mechanics","mod_category-library","mod_category-magic","mod_category-neoforge","mod_loader-neoforge","minecraft_version-1-21","minecraft_version-1-21-1"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Hopeful: Enchanting - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/hopeful-enchanting\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Hopeful: Enchanting - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Enchanting overhaul focusin on customizability, determinism, and choice!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/hopeful-enchanting\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hopeful-enchanting\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hopeful-enchanting\\\/\",\"name\":\"Hopeful: Enchanting - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hopeful-enchanting\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hopeful-enchanting\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/hopeful-enchanting-icon-745e3cc687ba5db0379aa0b2cf7b8614ca980fea_96.webp\",\"datePublished\":\"2026-06-04T16:51:32+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hopeful-enchanting\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hopeful-enchanting\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hopeful-enchanting\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/hopeful-enchanting-icon-745e3cc687ba5db0379aa0b2cf7b8614ca980fea_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/hopeful-enchanting-icon-745e3cc687ba5db0379aa0b2cf7b8614ca980fea_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hopeful-enchanting\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Hopeful: Enchanting\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Hopeful: Enchanting - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/hopeful-enchanting\/","og_locale":"en_US","og_type":"article","og_title":"Hopeful: Enchanting - Minecraft","og_description":"Enchanting overhaul focusin on customizability, determinism, and choice!","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/hopeful-enchanting\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/hopeful-enchanting\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/hopeful-enchanting\/","name":"Hopeful: Enchanting - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/hopeful-enchanting\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/hopeful-enchanting\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/hopeful-enchanting-icon-745e3cc687ba5db0379aa0b2cf7b8614ca980fea_96.webp","datePublished":"2026-06-04T16:51:32+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/hopeful-enchanting\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/hopeful-enchanting\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/hopeful-enchanting\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/hopeful-enchanting-icon-745e3cc687ba5db0379aa0b2cf7b8614ca980fea_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/hopeful-enchanting-icon-745e3cc687ba5db0379aa0b2cf7b8614ca980fea_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/hopeful-enchanting\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"Hopeful: Enchanting"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/81833","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/81834"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=81833"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=81833"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=81833"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=81833"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}