{"id":91216,"date":"2026-06-05T08:02:26","date_gmt":"2026-06-05T05:02:26","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/kubejscc-tweaked\/"},"modified":"2026-06-05T08:02:26","modified_gmt":"2026-06-05T05:02:26","slug":"kubejscc-tweaked","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/kubejscc-tweaked\/","title":{"rendered":"KubeJS + CC: Tweaked"},"content":{"rendered":"<p>Credits go to Amygdaloideae (Prunoideae on GitHub). Original mod here<br \/>\nBig thanks to richie3366 for helping to make the port work!<br \/>\nMod icon made by FooterMan16 <\/p>\n<p>![supported versions](https:\/\/img.shields.io\/badge\/supported_versions-1.20.1%20|%201.19.2-blue)<br \/>\n![required sides](https:\/\/img.shields.io\/badge\/sides_required-Client%20|%20Server-blue) <\/p>\n<p>Available on both Curseforge and Modrinth<\/p>\n<p>CurseForge: ![CurseForge Downloads](https:\/\/img.shields.io\/curseforge\/dt\/1000850) Modrinth: ![Modrinth Downloads](https:\/\/img.shields.io\/modrinth\/dt\/h43V4ydX)<\/p>\n<p>Adds support for KubeJS to add\u00a0peripherals to any block.<\/p>\n<p># GO VISIT THE WIKI&nbsp;HERE! All things are there!<\/p>\n<p>Example of methods you could add to furnaces:<br \/>\n&#8220;`js<br \/>\n\/\/ priority: 0<br \/>\n\/\/ The following code was last updated: April 30th 2024<\/p>\n<p>\/\/ Visit the wiki for more info &#8211; https:\/\/kubejs.com\/<br \/>\nComputerCraftEvents.peripheral(event => {<br \/>\n    \/\/ First Param: peripheral type<br \/>\n    \/\/ Second Param: What block it goes to<br \/>\n    \/\/ Note: you can use regex for the second param<\/p>\n<p>    event.registerPeripheral(&#8220;furnace&#8221;, &#8220;minecraft:furnace&#8221;)<br \/>\n        \/\/ This limits the method to 1 call\/tick,<br \/>\n        \/\/ as the method is scheduled on main thread.<br \/>\n        \/\/ The main thread is synced with the block<br \/>\n        .mainThreadMethod(&#8220;burnTime&#8221;, (container, direction, arguments) => {<br \/>\n            \/\/ This custom method returns the current<br \/>\n            \/\/ remaining burntime the furnace has.<br \/>\n            return container.entityData.getInt(&#8220;BurnTime&#8221;)<br \/>\n        })<br \/>\n        .mainThreadMethod(&#8220;cookingProgress&#8221;, (container) => {<br \/>\n            \/\/ This custom method returns the percentage<br \/>\n            \/\/ of the current cooking process going on.<br \/>\n            \/\/ A progress of 0 returned during two consecutive<br \/>\n            \/\/ ticks means that there is no cooking happening.<br \/>\n            let data = container.entityData<br \/>\n            let cookTime = data.getInt(&#8216;CookTime&#8217;)<br \/>\n            let cookTimeTotal = data.getInt(&#8216;CookTimeTotal&#8217;)<br \/>\n            if (!cookTimeTotal) return 0;<br \/>\n            return (cookTime \/ cookTimeTotal) * 100<br \/>\n        })<\/p>\n<p>        \/\/ This has no limit on calling<br \/>\n        \/\/ however, the method can&#8217;t access most of the in-world data.<br \/>\n        \/\/ For example, it couldn&#8217;t access the NBT of a tile entity<br \/>\n        .method(&#8220;say_hi&#8221;, (container, direction, arguments) => {<br \/>\n            container.up.set(&#8220;diamond_block&#8221;)<br \/>\n            return &#8220;hi, here&#8217;s your diamond block&#8221;<br \/>\n        })<br \/>\n})<br \/>\n&#8220;`<\/p>\n","protected":false},"excerpt":{"rendered":"<p>KubeJS + CC: Tweaked for Forge 1.20.1 and 1.19.2<\/p>\n","protected":false},"featured_media":91217,"template":"","meta":{"_minecraft_slug":"kubejs+cc-tweaked","_minecraft_project_id":"h43V4ydX","_minecraft_author":"Wolfieboy09","_minecraft_license":"LGPL-2.1-only","_minecraft_downloads":16923,"_minecraft_follows":18,"_minecraft_client_side":"required","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"kubejs+cc-tweaked.zip","_minecraft_size_bytes":347526,"_minecraft_version_count":5,"_minecraft_updated_at":"2026-05-17T01:39:14.913603Z","_minecraft_date_created":"2024-05-01T07:36:02.899681Z","_minecraft_date_modified":"2024-05-06T13:39:56.252132Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/kubejs+cc-tweaked","_minecraft_icon_attachment_id":91217,"_minecraft_imported_at":"2026-06-05T05:02:27+00:00","_minecraft_import_hash":"0b2309d7c99a95da9daa5419a9c73ec0","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[104,126,123,92],"mod_loader":[106],"minecraft_version":[56,36,60],"class_list":["post-91216","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-forge","mod_category-management","mod_category-technology","mod_category-utility","mod_loader-forge","minecraft_version-1-19-2","minecraft_version-1-20-1","minecraft_version-1-20-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>KubeJS + CC: Tweaked - 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\/kubejscc-tweaked\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"KubeJS + CC: Tweaked - Minecraft\" \/>\n<meta property=\"og:description\" content=\"KubeJS + CC: Tweaked for Forge 1.20.1 and 1.19.2\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/kubejscc-tweaked\/\" \/>\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=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/kubejscc-tweaked\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/kubejscc-tweaked\\\/\",\"name\":\"KubeJS + CC: Tweaked - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/kubejscc-tweaked\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/kubejscc-tweaked\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/kubejscc-tweaked-icon-c32a5cbfb2aa6c2b656c6891b15b4aa60501fc76.png\",\"datePublished\":\"2026-06-05T05:02:26+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/kubejscc-tweaked\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/kubejscc-tweaked\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/kubejscc-tweaked\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/kubejscc-tweaked-icon-c32a5cbfb2aa6c2b656c6891b15b4aa60501fc76.png\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/kubejscc-tweaked-icon-c32a5cbfb2aa6c2b656c6891b15b4aa60501fc76.png\",\"width\":256,\"height\":256},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/kubejscc-tweaked\\\/#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\":\"KubeJS + CC: Tweaked\"}]},{\"@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":"KubeJS + CC: Tweaked - 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\/kubejscc-tweaked\/","og_locale":"en_US","og_type":"article","og_title":"KubeJS + CC: Tweaked - Minecraft","og_description":"KubeJS + CC: Tweaked for Forge 1.20.1 and 1.19.2","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/kubejscc-tweaked\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/kubejscc-tweaked\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/kubejscc-tweaked\/","name":"KubeJS + CC: Tweaked - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/kubejscc-tweaked\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/kubejscc-tweaked\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/kubejscc-tweaked-icon-c32a5cbfb2aa6c2b656c6891b15b4aa60501fc76.png","datePublished":"2026-06-05T05:02:26+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/kubejscc-tweaked\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/kubejscc-tweaked\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/kubejscc-tweaked\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/kubejscc-tweaked-icon-c32a5cbfb2aa6c2b656c6891b15b4aa60501fc76.png","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/kubejscc-tweaked-icon-c32a5cbfb2aa6c2b656c6891b15b4aa60501fc76.png","width":256,"height":256},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/kubejscc-tweaked\/#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":"KubeJS + CC: Tweaked"}]},{"@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\/91216","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\/91217"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=91216"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=91216"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=91216"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=91216"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}