hugeblank / allium-peripherals

Yet another peripheral mod for ComputerCraft: Tweaked for Fabric
MIT License
7 stars 3 forks source link

Proposed Recipie for new modem #13

Open Merith-TK opened 1 year ago

Merith-TK commented 1 year ago
event.shaped('3x minecraft:stone', [
    'O O',
    'ECE',
    'MPM'
], {
    O: 'minecraft:obsidian',
    E: 'computercraft:ender_modem',
    C: 'minecraft:ender_chest',
    M: 'computercraft:modem',
    P: 'minecraft:ender_eye'    
})

this is what I am deploying on my server for this

hugeblank commented 1 year ago

is computercraft:modem just the regular wired modem? I'm too lazy to check. Also I'm not sure how I feel about the top center being empty, maybe we can fill that in with a beacon or something? I want the recipe to be balanced but also make sense. The beacon would fit in because you can read player status effects. (it would also balance the fact that you have access to the player inventory from anywhere)

Merith-TK commented 1 year ago

its technically computercraft:wired_modem,

but an beacon would seem fair and adequate!

hugeblank commented 1 year ago

image I think this might be the final recipe. Thoughts?

Merith-TK commented 1 year ago

That seems pretty balanced for the power of the item!