Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proposed Recipie for new modem #13

Open
Merith-TK opened this issue Aug 20, 2022 · 4 comments
Open

Proposed Recipie for new modem #13

Merith-TK opened this issue Aug 20, 2022 · 4 comments
Labels
enhancement New feature or request

Comments

@Merith-TK
Copy link

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 hugeblank added the enhancement New feature or request label Aug 20, 2022
@hugeblank
Copy link
Owner

hugeblank commented Aug 20, 2022

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
Copy link
Author

its technically computercraft:wired_modem,

but an beacon would seem fair and adequate!

@hugeblank
Copy link
Owner

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

hugeblank added a commit that referenced this issue Sep 5, 2022
- Closes #14.
- Closes #15.
- Addresses #13. See issue for current iteration of recipe.
@Merith-TK
Copy link
Author

That seems pretty balanced for the power of the item!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants