Crafting using Card Base, Redstone Dust, Any Iron Ingot, Redstone Dust and Organic Black Dye, arranged in the pattern shown. Produces Variable Screen Module.
Variable Screen Module
Variable Screen Module is a item from RFToolsControl, crafted from Card Base, Redstone Dust, Any Iron Ingot, and Organic Black Dye.
Acquisition
Developer reference
- Registry name
rftoolscontrol:variable_module- Namespace
rftoolscontrol- Mod ID
rftoolscontrol
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" M ",
"rir",
" z "
],
"ingredients": {
"M": {
"item": "rftoolscontrol:card_base"
},
"i": {
"tag": "forge:ingots/iron"
},
"r": {
"item": "minecraft:redstone"
},
"z": {
"tag": "forge:dyes/black"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}