1
Small Command Help Needed
So I have two things I am trying to work out that some people have done:
1) How do i make crops grow faster in ONLY a certain area, so this means not using randomtickspeed I don't think.
2) I've seen things where they have a device that powers the things next to it, and I don't understand how they do that with command blocks and it doesn't look like it uses any redstone blocks or anything. So they must be using commands but I don't know how to do that?
If you can help, thank you.
also if you have any really good ideas for what vanilla sound I could make a good "buzz" noise for like a bee or fly in vanilla minecraft, that would help.
1) How do i make crops grow faster in ONLY a certain area, so this means not using randomtickspeed I don't think.
2) I've seen things where they have a device that powers the things next to it, and I don't understand how they do that with command blocks and it doesn't look like it uses any redstone blocks or anything. So they must be using commands but I don't know how to do that?
If you can help, thank you.
also if you have any really good ideas for what vanilla sound I could make a good "buzz" noise for like a bee or fly in vanilla minecraft, that would help.
6
If you're referring to the planter, it honestly looks like it isn't even being powered. Since the thing doesn't move, likely all it's doing is playing the sound, and placing the seed somewhere else.
But it's taking it from any slot in the dispenser, and I don't think they used 9 different command blocks, times however many plants they wanted to do, for that one dispenser..? The easiest would be to detect an item right above the dispenser, which would mean it would have to have been fired I think..
I suppose, thank you for your help.
Well I mean the thing with that is that I saw "theredengineer" with his "birch boss" create an area of affect that grew plants faster, and I don't think he used armor stands with the way it looked.. (link: http://www.planetminecraft.com/project/ ... and-block/ )
And I'm not sure, because I saw a thing that powered a dispenser and it didn't seem to be powered by any placed block around it, which would have broken blocks and i don't think the mod author would have done that. (link to that one: http://www.planetminecraft.com/project/ ... d-planter/ ) I asked them how to do such, but they haven't responded it seems.
And I'm not sure, because I saw a thing that powered a dispenser and it didn't seem to be powered by any placed block around it, which would have broken blocks and i don't think the mod author would have done that. (link to that one: http://www.planetminecraft.com/project/ ... d-planter/ ) I asked them how to do such, but they haven't responded it seems.
Unsure how with the area growing faster, but with the dispenser being powered, all you have to do is use commands to place a redstone block, then instantly replace it with air in the same tick.
1 - You could try putting an armorstand on the farmland blocks. When it detects a crop, have a scoreboard value that goes up, and will keep upgrading the stage of the crop as it goes up and up. If you're going to need to apply this to every dirt block, maybe you could consider a usable item that you only get in that area that can be used on a farmland/dirt to put an armorstand there.
2 - Perhaps try having a redstone block being placed, then it being replaced back to the original block in the same exact tick, so it looked like nothing changed.
3 - Try mob.guardian.attack
2 - Perhaps try having a redstone block being placed, then it being replaced back to the original block in the same exact tick, so it looked like nothing changed.
3 - Try mob.guardian.attack
