Create contraption: regenerating floor block toggle Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Why is my piston powered cobblestone generator crashing minecraft?How can I get this redstone blast door to do what I want?What is the actual “spread speed” of water and lava in the context of a stone generator?Getting the signal from a floor pressure plate in the middle of a roomIs there a way to make a piston push any block in front of it, when that block is placed?How do I build an incinerator that doesn't burn down my house?How to make a simple portable rapid piston toggler?How can I make a piston block swapper that isn't flush with a wall?Minecraft floor crafting deletes previous resultsIs there a way to break (like with a pick) a block with a command?
Rationale for describing kurtosis as "peakedness"?
What does the writing on Poe's helmet say?
What is the "studentd" process?
In musical terms, what properties are varied by the human voice to produce different words / syllables?
What does it mean that physics no longer uses mechanical models to describe phenomena?
Resize vertical bars (absolute-value symbols)
What is the origin of 落第?
Did Mueller's report provide an evidentiary basis for the claim of Russian govt election interference via social media?
GDP with Intermediate Production
Should a wizard buy fine inks every time he want to copy spells into his spellbook?
Trying to understand entropy as a novice in thermodynamics
Is it dangerous to install hacking tools on my private linux machine?
Why complex landing gears are used instead of simple,reliability and light weight muscle wire or shape memory alloys?
How do living politicians protect their readily obtainable signatures from misuse?
The test team as an enemy of development? And how can this be avoided?
Why datecode is SO IMPORTANT to chip manufacturers?
What initially awakened the Balrog?
Nose gear failure in single prop aircraft: belly landing or nose-gear up landing?
What order were files/directories output in dir?
What does Turing mean by this statement?
Co-worker has annoying ringtone
My mentor says to set image to Fine instead of RAW — how is this different from JPG?
Why not send Voyager 3 and 4 following up the paths taken by Voyager 1 and 2 to re-transmit signals of later as they fly away from Earth?
A proverb that is used to imply that you have unexpectedly faced a big problem
Create contraption: regenerating floor block toggle
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?Why is my piston powered cobblestone generator crashing minecraft?How can I get this redstone blast door to do what I want?What is the actual “spread speed” of water and lava in the context of a stone generator?Getting the signal from a floor pressure plate in the middle of a roomIs there a way to make a piston push any block in front of it, when that block is placed?How do I build an incinerator that doesn't burn down my house?How to make a simple portable rapid piston toggler?How can I make a piston block swapper that isn't flush with a wall?Minecraft floor crafting deletes previous resultsIs there a way to break (like with a pick) a block with a command?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
How do I create a system that does the following when pulsed:
- Switches a block from the floor with a stone block
- Waits for a couple seconds, wherein the block is destroyed by a player
- Puts the original floor block back
- Replaces the empty space where the stone was destroyed with another stone block from a generator.
I've tried using simple stone generator and block switcher mechanisms, but they always replace the empty space where the stone was with a piston head. Is there a different block switcher that doesn't do that, or is there a better way to create the same effect?
minecraft minecraft-redstone
bumped to the homepage by Community♦ 19 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
How do I create a system that does the following when pulsed:
- Switches a block from the floor with a stone block
- Waits for a couple seconds, wherein the block is destroyed by a player
- Puts the original floor block back
- Replaces the empty space where the stone was destroyed with another stone block from a generator.
I've tried using simple stone generator and block switcher mechanisms, but they always replace the empty space where the stone was with a piston head. Is there a different block switcher that doesn't do that, or is there a better way to create the same effect?
minecraft minecraft-redstone
bumped to the homepage by Community♦ 19 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Do you have the option of command blocks?
– rivermont - Will B.
Sep 3 '16 at 1:56
No, no op. Otherwise, placeblock would work.
– Ethan Chapman
Sep 3 '16 at 18:56
add a comment |
How do I create a system that does the following when pulsed:
- Switches a block from the floor with a stone block
- Waits for a couple seconds, wherein the block is destroyed by a player
- Puts the original floor block back
- Replaces the empty space where the stone was destroyed with another stone block from a generator.
I've tried using simple stone generator and block switcher mechanisms, but they always replace the empty space where the stone was with a piston head. Is there a different block switcher that doesn't do that, or is there a better way to create the same effect?
minecraft minecraft-redstone
How do I create a system that does the following when pulsed:
- Switches a block from the floor with a stone block
- Waits for a couple seconds, wherein the block is destroyed by a player
- Puts the original floor block back
- Replaces the empty space where the stone was destroyed with another stone block from a generator.
I've tried using simple stone generator and block switcher mechanisms, but they always replace the empty space where the stone was with a piston head. Is there a different block switcher that doesn't do that, or is there a better way to create the same effect?
minecraft minecraft-redstone
minecraft minecraft-redstone
edited Sep 3 '16 at 19:07
Ethan Chapman
asked Sep 2 '16 at 23:20
Ethan ChapmanEthan Chapman
465215
465215
bumped to the homepage by Community♦ 19 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 19 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Do you have the option of command blocks?
– rivermont - Will B.
Sep 3 '16 at 1:56
No, no op. Otherwise, placeblock would work.
– Ethan Chapman
Sep 3 '16 at 18:56
add a comment |
Do you have the option of command blocks?
– rivermont - Will B.
Sep 3 '16 at 1:56
No, no op. Otherwise, placeblock would work.
– Ethan Chapman
Sep 3 '16 at 18:56
Do you have the option of command blocks?
– rivermont - Will B.
Sep 3 '16 at 1:56
Do you have the option of command blocks?
– rivermont - Will B.
Sep 3 '16 at 1:56
No, no op. Otherwise, placeblock would work.
– Ethan Chapman
Sep 3 '16 at 18:56
No, no op. Otherwise, placeblock would work.
– Ethan Chapman
Sep 3 '16 at 18:56
add a comment |
2 Answers
2
active
oldest
votes
Just have the generator close but not part of the swapper. At least one block should be "ready" to be insert into the swapper at the right time instead of hoping that the generator creates a new block in time. Since lava/water generate stone based a little bit on random ticks you can't rely on that timing, but if you have the block ready and then the generator will be able to replace it during the time the rest of the contraption is working.
add a comment |
try using a repeating command block with a setblock command with the proper coordinates. (warning: does not replace it with different blocks, only replaces it with one, so it wont regenerate as the normal block)
p.s. use this command to get a command block, then turn it into a repeating one manually: /give @p minecraft:command_block
– the helpful weirdo
Sep 3 '16 at 19:35
2
The OP has said that he cannot use commands.
– rivermont - Will B.
Sep 3 '16 at 21:39
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "41"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f284350%2fcreate-contraption-regenerating-floor-block-toggle%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Just have the generator close but not part of the swapper. At least one block should be "ready" to be insert into the swapper at the right time instead of hoping that the generator creates a new block in time. Since lava/water generate stone based a little bit on random ticks you can't rely on that timing, but if you have the block ready and then the generator will be able to replace it during the time the rest of the contraption is working.
add a comment |
Just have the generator close but not part of the swapper. At least one block should be "ready" to be insert into the swapper at the right time instead of hoping that the generator creates a new block in time. Since lava/water generate stone based a little bit on random ticks you can't rely on that timing, but if you have the block ready and then the generator will be able to replace it during the time the rest of the contraption is working.
add a comment |
Just have the generator close but not part of the swapper. At least one block should be "ready" to be insert into the swapper at the right time instead of hoping that the generator creates a new block in time. Since lava/water generate stone based a little bit on random ticks you can't rely on that timing, but if you have the block ready and then the generator will be able to replace it during the time the rest of the contraption is working.
Just have the generator close but not part of the swapper. At least one block should be "ready" to be insert into the swapper at the right time instead of hoping that the generator creates a new block in time. Since lava/water generate stone based a little bit on random ticks you can't rely on that timing, but if you have the block ready and then the generator will be able to replace it during the time the rest of the contraption is working.
answered Sep 21 '16 at 23:18
ZealousHypocritesZealousHypocrites
46339
46339
add a comment |
add a comment |
try using a repeating command block with a setblock command with the proper coordinates. (warning: does not replace it with different blocks, only replaces it with one, so it wont regenerate as the normal block)
p.s. use this command to get a command block, then turn it into a repeating one manually: /give @p minecraft:command_block
– the helpful weirdo
Sep 3 '16 at 19:35
2
The OP has said that he cannot use commands.
– rivermont - Will B.
Sep 3 '16 at 21:39
add a comment |
try using a repeating command block with a setblock command with the proper coordinates. (warning: does not replace it with different blocks, only replaces it with one, so it wont regenerate as the normal block)
p.s. use this command to get a command block, then turn it into a repeating one manually: /give @p minecraft:command_block
– the helpful weirdo
Sep 3 '16 at 19:35
2
The OP has said that he cannot use commands.
– rivermont - Will B.
Sep 3 '16 at 21:39
add a comment |
try using a repeating command block with a setblock command with the proper coordinates. (warning: does not replace it with different blocks, only replaces it with one, so it wont regenerate as the normal block)
try using a repeating command block with a setblock command with the proper coordinates. (warning: does not replace it with different blocks, only replaces it with one, so it wont regenerate as the normal block)
answered Sep 3 '16 at 19:33
the helpful weirdothe helpful weirdo
11
11
p.s. use this command to get a command block, then turn it into a repeating one manually: /give @p minecraft:command_block
– the helpful weirdo
Sep 3 '16 at 19:35
2
The OP has said that he cannot use commands.
– rivermont - Will B.
Sep 3 '16 at 21:39
add a comment |
p.s. use this command to get a command block, then turn it into a repeating one manually: /give @p minecraft:command_block
– the helpful weirdo
Sep 3 '16 at 19:35
2
The OP has said that he cannot use commands.
– rivermont - Will B.
Sep 3 '16 at 21:39
p.s. use this command to get a command block, then turn it into a repeating one manually: /give @p minecraft:command_block
– the helpful weirdo
Sep 3 '16 at 19:35
p.s. use this command to get a command block, then turn it into a repeating one manually: /give @p minecraft:command_block
– the helpful weirdo
Sep 3 '16 at 19:35
2
2
The OP has said that he cannot use commands.
– rivermont - Will B.
Sep 3 '16 at 21:39
The OP has said that he cannot use commands.
– rivermont - Will B.
Sep 3 '16 at 21:39
add a comment |
Thanks for contributing an answer to Arqade!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f284350%2fcreate-contraption-regenerating-floor-block-toggle%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Do you have the option of command blocks?
– rivermont - Will B.
Sep 3 '16 at 1:56
No, no op. Otherwise, placeblock would work.
– Ethan Chapman
Sep 3 '16 at 18:56