-
Notifications
You must be signed in to change notification settings - Fork 120
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
Add droppers #509
base: master
Are you sure you want to change the base?
Add droppers #509
Conversation
@@ -0,0 +1,2 @@ | |||
mesecons | |||
screwdriver? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add these to mod.conf
.
Works, but:
|
|
I mean this:
Also that prevents rotating droppers vertically. That may be a problem, it’s not always easy to place a node in the correct orientation. |
So it may be the time to try. The dispenser does the same thing albeit a bit differently:
The difference is minor IMO, so is it reasonable to include that similar machine in Mesecons (provided that currently Mesecons never operate on items)? |
Oh well. This block I made is basically just a clone from the dropper in Minecraft. :P |
+1 for this! It's nice to have as randomizer. |
This adds a dropper.
The dropper is an effector that has an inventory with 9 slots. When powered, it will drop a random item in its inventory, provided the node in front of it is not solid (=
walkable
).The dropper can face upwards, downwards or sideways.
I think it works fine (it's based on the droppers in MCL2), but you might dislike the textures (maybe someone more skilled than me can draw better ones).