Chemical Reactor using Crimson Sign and Ender Pearl Dust. Produces Warped Sign.
Acquisition
Crafting using Warped Planks, Warped Planks, Warped Planks, Warped Planks, Warped Planks, Warped Planks and Stick, arranged in the pattern shown. Produces 3× Warped Sign.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Warped Sign | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
minecraft:warped_sign- Namespace
minecraft- Mod ID
minecraft- Tags (3)
minecraft:blocks/standing_signs minecraft:items/non_flammable_wood minecraft:items/signs
Recipe JSON (2):
{
"recipe_type": "techreborn:chemical_reactor",
"pattern": null,
"ingredients": [
{
"item": "minecraft:crimson_sign"
},
{
"tag": "c:ender_pearl_dusts"
}
],
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"###",
"###",
" X "
],
"ingredients": {
"#": {
"item": "minecraft:warped_planks"
},
"X": {
"item": "minecraft:stick"
}
},
"conditions": [],
"sequence": null,
"group_name": "wooden_sign",
"experience": null,
"cooking_time": null
}
