How to get an Iron Golem Spawner in 1.13 The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Do Iron Golems not spawn above a certain height?preventing Iron golem spawn outside spawner platformSpawners not spawning bats or slimesminecraft three entity spawner problemHow can I teleport to an unnamed entity in Minecraft?Did Minecraft 1.13 change the way iron golems spawn?How to use target selectors in /teleport command in Minecraft 1.13?How do I test for a named item in a players inventory? (Minecraft 1.13)How to use /setblock to set a command block down with a command pre written inside of it Minecraft 1.13How do you spawn an entity that can be linked to the player that spawned it in Minecraft 1.13?
Sort list of array linked objects by keys and values
Can the DM override racial traits?
In horse breeding, what is the female equivalent of putting a horse out "to stud"?
Why can't wing-mounted spoilers be used to steepen approaches?
Are spiders unable to hurt humans, especially very small spiders?
He got a vote 80% that of Emmanuel Macron’s
Why does the Event Horizon Telescope (EHT) not include telescopes from Africa, Asia or Australia?
Problems with Ubuntu mount /tmp
Is above average number of years spent on PhD considered a red flag in future academia or industry positions?
Why not take a picture of a closer black hole?
Grover's algorithm - DES circuit as oracle?
When did F become S in typeography, and why?
How many people can fit inside Mordenkainen's Magnificent Mansion?
What was the last x86 CPU that did not have the x87 floating-point unit built in?
system call string length limit
Simulating Exploding Dice
Does the AirPods case need to be around while listening via an iOS Device?
Would it be possible to rearrange a dragon's flight muscle to somewhat circumvent the square-cube law?
How do I add random spotting to the same face in cycles?
Relations between two reciprocal partial derivatives?
How can I protect witches in combat who wear limited clothing?
Do working physicists consider Newtonian mechanics to be "falsified"?
Does Parliament need to approve the new Brexit delay to 31 October 2019?
University's motivation for having tenure-track positions
How to get an Iron Golem Spawner in 1.13
The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Do Iron Golems not spawn above a certain height?preventing Iron golem spawn outside spawner platformSpawners not spawning bats or slimesminecraft three entity spawner problemHow can I teleport to an unnamed entity in Minecraft?Did Minecraft 1.13 change the way iron golems spawn?How to use target selectors in /teleport command in Minecraft 1.13?How do I test for a named item in a players inventory? (Minecraft 1.13)How to use /setblock to set a command block down with a command pre written inside of it Minecraft 1.13How do you spawn an entity that can be linked to the player that spawned it in Minecraft 1.13?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I am trying to spawn in a spawner that spawns iron golems. I have tried and failed at changing the commands from previous versions to 1.13 because of the slight syntax change.
I tried to use the 1.10 command:
setblock ~ ~1 ~ minecraft:mob_spawner 0 replace SpawnData:id:"VillagerGolem"
I tried:
setblock ~ ~1 ~ minecraft:mob_spawnerSpawnData:id:"VillagerGolem" replace
in 1.13
but that crashed the game.
minecraft minecraft-commands
|
show 3 more comments
I am trying to spawn in a spawner that spawns iron golems. I have tried and failed at changing the commands from previous versions to 1.13 because of the slight syntax change.
I tried to use the 1.10 command:
setblock ~ ~1 ~ minecraft:mob_spawner 0 replace SpawnData:id:"VillagerGolem"
I tried:
setblock ~ ~1 ~ minecraft:mob_spawnerSpawnData:id:"VillagerGolem" replace
in 1.13
but that crashed the game.
minecraft minecraft-commands
1
It would help us answer if you edit your question with the commands you've tried. It's easier to fix a command when someone can see what exactly is wrong.
– Virusbomb
Mar 28 '18 at 13:28
What error message do you get? What part do you have problems with? Have you tried this page?
– Fabian Röling
Mar 28 '18 at 14:00
For example, I tried to use the 1.10 command
– CautiousNinja199
Mar 28 '18 at 14:12
setblock ~ ~1 ~ minecraft:mob_spawner 0 replace SpawnData:id:"VillagerGolem"
– CautiousNinja199
Mar 28 '18 at 14:12
which is setblock ~ ~1 ~ minecraft:mob_spawnerSpawnData:id:"VillagerGolem" replace in 1.13
– CautiousNinja199
Mar 28 '18 at 14:13
|
show 3 more comments
I am trying to spawn in a spawner that spawns iron golems. I have tried and failed at changing the commands from previous versions to 1.13 because of the slight syntax change.
I tried to use the 1.10 command:
setblock ~ ~1 ~ minecraft:mob_spawner 0 replace SpawnData:id:"VillagerGolem"
I tried:
setblock ~ ~1 ~ minecraft:mob_spawnerSpawnData:id:"VillagerGolem" replace
in 1.13
but that crashed the game.
minecraft minecraft-commands
I am trying to spawn in a spawner that spawns iron golems. I have tried and failed at changing the commands from previous versions to 1.13 because of the slight syntax change.
I tried to use the 1.10 command:
setblock ~ ~1 ~ minecraft:mob_spawner 0 replace SpawnData:id:"VillagerGolem"
I tried:
setblock ~ ~1 ~ minecraft:mob_spawnerSpawnData:id:"VillagerGolem" replace
in 1.13
but that crashed the game.
minecraft minecraft-commands
minecraft minecraft-commands
edited Mar 31 '18 at 22:21
IronAnvil
5,0731527
5,0731527
asked Mar 28 '18 at 13:21
CautiousNinja199CautiousNinja199
1112
1112
1
It would help us answer if you edit your question with the commands you've tried. It's easier to fix a command when someone can see what exactly is wrong.
– Virusbomb
Mar 28 '18 at 13:28
What error message do you get? What part do you have problems with? Have you tried this page?
– Fabian Röling
Mar 28 '18 at 14:00
For example, I tried to use the 1.10 command
– CautiousNinja199
Mar 28 '18 at 14:12
setblock ~ ~1 ~ minecraft:mob_spawner 0 replace SpawnData:id:"VillagerGolem"
– CautiousNinja199
Mar 28 '18 at 14:12
which is setblock ~ ~1 ~ minecraft:mob_spawnerSpawnData:id:"VillagerGolem" replace in 1.13
– CautiousNinja199
Mar 28 '18 at 14:13
|
show 3 more comments
1
It would help us answer if you edit your question with the commands you've tried. It's easier to fix a command when someone can see what exactly is wrong.
– Virusbomb
Mar 28 '18 at 13:28
What error message do you get? What part do you have problems with? Have you tried this page?
– Fabian Röling
Mar 28 '18 at 14:00
For example, I tried to use the 1.10 command
– CautiousNinja199
Mar 28 '18 at 14:12
setblock ~ ~1 ~ minecraft:mob_spawner 0 replace SpawnData:id:"VillagerGolem"
– CautiousNinja199
Mar 28 '18 at 14:12
which is setblock ~ ~1 ~ minecraft:mob_spawnerSpawnData:id:"VillagerGolem" replace in 1.13
– CautiousNinja199
Mar 28 '18 at 14:13
1
1
It would help us answer if you edit your question with the commands you've tried. It's easier to fix a command when someone can see what exactly is wrong.
– Virusbomb
Mar 28 '18 at 13:28
It would help us answer if you edit your question with the commands you've tried. It's easier to fix a command when someone can see what exactly is wrong.
– Virusbomb
Mar 28 '18 at 13:28
What error message do you get? What part do you have problems with? Have you tried this page?
– Fabian Röling
Mar 28 '18 at 14:00
What error message do you get? What part do you have problems with? Have you tried this page?
– Fabian Röling
Mar 28 '18 at 14:00
For example, I tried to use the 1.10 command
– CautiousNinja199
Mar 28 '18 at 14:12
For example, I tried to use the 1.10 command
– CautiousNinja199
Mar 28 '18 at 14:12
setblock ~ ~1 ~ minecraft:mob_spawner 0 replace SpawnData:id:"VillagerGolem"
– CautiousNinja199
Mar 28 '18 at 14:12
setblock ~ ~1 ~ minecraft:mob_spawner 0 replace SpawnData:id:"VillagerGolem"
– CautiousNinja199
Mar 28 '18 at 14:12
which is setblock ~ ~1 ~ minecraft:mob_spawnerSpawnData:id:"VillagerGolem" replace in 1.13
– CautiousNinja199
Mar 28 '18 at 14:13
which is setblock ~ ~1 ~ minecraft:mob_spawnerSpawnData:id:"VillagerGolem" replace in 1.13
– CautiousNinja199
Mar 28 '18 at 14:13
|
show 3 more comments
3 Answers
3
active
oldest
votes
You were very close. You had the entity ID wrong. The entity ID for the golem is villager_golem. Capitalization and the underscore matter.
This command functions properly:
/setblock ~ ~1 ~ minecraft:mob_spawnerSpawnData:id:"minecraft:villager_golem" replace
add a comment |
The above answer may have been right at that time, however, now in 1.13.2 the command for this is as follows:
/setblock ~ ~1 ~ minecraft:spawnerSpawnData:id:"minecraft:iron_golem" replace
add a comment |
Unfortunately,at current version 1.13.2
Microsoft has changed few entity ID.
So...
Now this commend looks like this>>
/setblock ~ ~1 ~ minecraft:spawnerSpawnData:id:"minecraft:iron_golem" replace
New contributor
Apprentice is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
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%2f329987%2fhow-to-get-an-iron-golem-spawner-in-1-13%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
You were very close. You had the entity ID wrong. The entity ID for the golem is villager_golem. Capitalization and the underscore matter.
This command functions properly:
/setblock ~ ~1 ~ minecraft:mob_spawnerSpawnData:id:"minecraft:villager_golem" replace
add a comment |
You were very close. You had the entity ID wrong. The entity ID for the golem is villager_golem. Capitalization and the underscore matter.
This command functions properly:
/setblock ~ ~1 ~ minecraft:mob_spawnerSpawnData:id:"minecraft:villager_golem" replace
add a comment |
You were very close. You had the entity ID wrong. The entity ID for the golem is villager_golem. Capitalization and the underscore matter.
This command functions properly:
/setblock ~ ~1 ~ minecraft:mob_spawnerSpawnData:id:"minecraft:villager_golem" replace
You were very close. You had the entity ID wrong. The entity ID for the golem is villager_golem. Capitalization and the underscore matter.
This command functions properly:
/setblock ~ ~1 ~ minecraft:mob_spawnerSpawnData:id:"minecraft:villager_golem" replace
answered Mar 31 '18 at 22:26
IronAnvilIronAnvil
5,0731527
5,0731527
add a comment |
add a comment |
The above answer may have been right at that time, however, now in 1.13.2 the command for this is as follows:
/setblock ~ ~1 ~ minecraft:spawnerSpawnData:id:"minecraft:iron_golem" replace
add a comment |
The above answer may have been right at that time, however, now in 1.13.2 the command for this is as follows:
/setblock ~ ~1 ~ minecraft:spawnerSpawnData:id:"minecraft:iron_golem" replace
add a comment |
The above answer may have been right at that time, however, now in 1.13.2 the command for this is as follows:
/setblock ~ ~1 ~ minecraft:spawnerSpawnData:id:"minecraft:iron_golem" replace
The above answer may have been right at that time, however, now in 1.13.2 the command for this is as follows:
/setblock ~ ~1 ~ minecraft:spawnerSpawnData:id:"minecraft:iron_golem" replace
answered Jan 6 at 21:08
JimJim
111
111
add a comment |
add a comment |
Unfortunately,at current version 1.13.2
Microsoft has changed few entity ID.
So...
Now this commend looks like this>>
/setblock ~ ~1 ~ minecraft:spawnerSpawnData:id:"minecraft:iron_golem" replace
New contributor
Apprentice is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Unfortunately,at current version 1.13.2
Microsoft has changed few entity ID.
So...
Now this commend looks like this>>
/setblock ~ ~1 ~ minecraft:spawnerSpawnData:id:"minecraft:iron_golem" replace
New contributor
Apprentice is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Unfortunately,at current version 1.13.2
Microsoft has changed few entity ID.
So...
Now this commend looks like this>>
/setblock ~ ~1 ~ minecraft:spawnerSpawnData:id:"minecraft:iron_golem" replace
New contributor
Apprentice is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Unfortunately,at current version 1.13.2
Microsoft has changed few entity ID.
So...
Now this commend looks like this>>
/setblock ~ ~1 ~ minecraft:spawnerSpawnData:id:"minecraft:iron_golem" replace
New contributor
Apprentice is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Apprentice is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered 6 mins ago
ApprenticeApprentice
1
1
New contributor
Apprentice is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Apprentice is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Apprentice is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
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%2f329987%2fhow-to-get-an-iron-golem-spawner-in-1-13%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
1
It would help us answer if you edit your question with the commands you've tried. It's easier to fix a command when someone can see what exactly is wrong.
– Virusbomb
Mar 28 '18 at 13:28
What error message do you get? What part do you have problems with? Have you tried this page?
– Fabian Röling
Mar 28 '18 at 14:00
For example, I tried to use the 1.10 command
– CautiousNinja199
Mar 28 '18 at 14:12
setblock ~ ~1 ~ minecraft:mob_spawner 0 replace SpawnData:id:"VillagerGolem"
– CautiousNinja199
Mar 28 '18 at 14:12
which is setblock ~ ~1 ~ minecraft:mob_spawnerSpawnData:id:"VillagerGolem" replace in 1.13
– CautiousNinja199
Mar 28 '18 at 14:13