KubeJS ComputerCraft
Modby Amygdaloideae
Adding ComputerCraft peripherals from KubeJS
Type
Mod
CurseForge Downloads
69,722
CurseForge ID
639126
Last Updated
Jun 9, 2026
Description
Adds support for KubeJS to add peripherals to any block.
Both Forge and Fabric are supported (Please check in Files tab since Recent Files will only show the latest entry)
Examples:
In startup_scripts:
onEvent("computercraft.peripheral", event => { event.registerPeripheral("furnace", "furnace") //This limits the method to 1 tick/call, //as the method is scheduled on main thread. .mainThreadMethod("burnTime", (container, direction, arguments) => { return container.entityData.getInt("BurnTime") }) //This has no limit on calling, //however, the method can't access most of the in-world data. //For example, accessing the NBT of a tile entity .method("say_hi", (container, direction, arguments) => { container.up.set("diamond_block") return "hi, here's your diamond block" }) })
Similar Mods
Nature's Aura Render Fix
Fixes backface culling when Nature's Aura particles are on the screen.
Cobblemon No Fullness
disables fullness feature from cobblemon 1.7 by keeping at 0 permanently
Recycle Items Plus
You can get 33% of precious material from smelting that item.
Dragonsteel & Star Alloy [Magical Metallurgy Series]
Craft powerful tools and weapons with the mighty Dragonsteel
NotEnoughThaumcraftTabs
Improves Thaumonomicon by adding buttons to it
Scout
"Physically" extending the inventory via bags.