How can I summon a villager that sells spawners for mobs other than the default Pig?Making Mob SpawnersHow can I summon a villager that sells nothing for something?Add custom name on items created through commandsBroken monster spawnersMinecraft: How do I give a villager trades with custom NBT tagsSpawners not spawning bats or slimesIssue with custom villager trading custom itemsCan you have both Attribute modifiers and displays on an item?How can I add a custom head and name on a mob with command block?How do I make a villager sell something that can break a specific block in 1.13?
How can I effectively communicate to recruiters that a phone call is not possible?
Is this a reference to the film Alien in the novel 2010 Odyssey Two?
Chorophyll and photosynthesis in plants with coloured leaves
Credit score and financing new car
Should I include code in my research paper?
Apollo astronauts were charged for their berth during their missions?
How to drill holes in 3/8" steel plates?
What is a "Lear Processor" and how did it work?
Are there any sports for which the world's best player is female?
Efficiently defining a SparseArray function
GDPR rights when subject dies; does family inherit subject rights?
Having decision making power over someone's assets
Why weren't bootable game disks ever a thing on the IBM PC?
Why does the Antonov AN-225 not have any winglets?
Received a dinner invitation through my employer's email, is it ok to attend?
Is there any reason why MCU changed the Snap to Blip
Why does wrapping Aluminium foil around my food help it keep warm, aluminium be good conductor should have no effect?
Is there a nice way to implement a conditional type with default fail case?
What is this little owl-like bird?
What's it called when the bad guy gets eaten?
How would the law enforce a ban on immortality?
Is there a strong legal guarantee that the U.S. can give to another country that it won't attack them?
Given a 32 bit number, what is an efficient way to scale each byte by a certain factor?
What the real concept of Static keyword in perspective of Embedded C. See below code
How can I summon a villager that sells spawners for mobs other than the default Pig?
Making Mob SpawnersHow can I summon a villager that sells nothing for something?Add custom name on items created through commandsBroken monster spawnersMinecraft: How do I give a villager trades with custom NBT tagsSpawners not spawning bats or slimesIssue with custom villager trading custom itemsCan you have both Attribute modifiers and displays on an item?How can I add a custom head and name on a mob with command block?How do I make a villager sell something that can break a specific block in 1.13?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I've tried A LOT of different syntaxes and nothing has allowed me to reach my goal. I want to create a Villager that A) sells spawners (I've been able to do this) and B) have those spawners spawn mobs other than pigs. So like a zombie or something. From there I could name him a "Zombie Spawner Trader" or something like that. Keep in mind, my villager is being created no problem and he's buying and selling things according to what I've programmed, all that's wrong is that the spawner is only spawning pigs. I have tried NBT tags: "Entity", "EntityId" and "SpawnData" with their proper syntaxes according to the wiki, and none of them worked. It proceeded to give me a pig spawner as usual.
Some code:
/summon villager ~ ~1 ~ {CustomName:"Zombie Spawner Merchant",CustomNameVisible:1b,NoAI:1b,Invulnerable:1b,Offers:Recipes:[buy:id:"minecraft:gold_nugget",tag:display:Name:"Gold Coin",Lore:["$1"],Count:32,sell:id:"minecraft:mob_spawner",Count:15,tag:SpawnData:id:"minecraft:zombie"]
minecraft minecraft-commands
bumped to the homepage by Community♦ 1 hour 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 |
I've tried A LOT of different syntaxes and nothing has allowed me to reach my goal. I want to create a Villager that A) sells spawners (I've been able to do this) and B) have those spawners spawn mobs other than pigs. So like a zombie or something. From there I could name him a "Zombie Spawner Trader" or something like that. Keep in mind, my villager is being created no problem and he's buying and selling things according to what I've programmed, all that's wrong is that the spawner is only spawning pigs. I have tried NBT tags: "Entity", "EntityId" and "SpawnData" with their proper syntaxes according to the wiki, and none of them worked. It proceeded to give me a pig spawner as usual.
Some code:
/summon villager ~ ~1 ~ {CustomName:"Zombie Spawner Merchant",CustomNameVisible:1b,NoAI:1b,Invulnerable:1b,Offers:Recipes:[buy:id:"minecraft:gold_nugget",tag:display:Name:"Gold Coin",Lore:["$1"],Count:32,sell:id:"minecraft:mob_spawner",Count:15,tag:SpawnData:id:"minecraft:zombie"]
minecraft minecraft-commands
bumped to the homepage by Community♦ 1 hour ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
I don't believe this is possible currently. I believe any NBT data you save to the spawner item is eliminated when the spawner is placed and converts to a block. People have long been asking how to use the give command to give a monster spawner with custom spawns and I have never seen any answer except mods/plugins. The only way it could be done is by having the villager trade a spawn egg to convert a regular spawner.
– IronAnvil
Nov 26 '17 at 2:22
add a comment |
I've tried A LOT of different syntaxes and nothing has allowed me to reach my goal. I want to create a Villager that A) sells spawners (I've been able to do this) and B) have those spawners spawn mobs other than pigs. So like a zombie or something. From there I could name him a "Zombie Spawner Trader" or something like that. Keep in mind, my villager is being created no problem and he's buying and selling things according to what I've programmed, all that's wrong is that the spawner is only spawning pigs. I have tried NBT tags: "Entity", "EntityId" and "SpawnData" with their proper syntaxes according to the wiki, and none of them worked. It proceeded to give me a pig spawner as usual.
Some code:
/summon villager ~ ~1 ~ {CustomName:"Zombie Spawner Merchant",CustomNameVisible:1b,NoAI:1b,Invulnerable:1b,Offers:Recipes:[buy:id:"minecraft:gold_nugget",tag:display:Name:"Gold Coin",Lore:["$1"],Count:32,sell:id:"minecraft:mob_spawner",Count:15,tag:SpawnData:id:"minecraft:zombie"]
minecraft minecraft-commands
I've tried A LOT of different syntaxes and nothing has allowed me to reach my goal. I want to create a Villager that A) sells spawners (I've been able to do this) and B) have those spawners spawn mobs other than pigs. So like a zombie or something. From there I could name him a "Zombie Spawner Trader" or something like that. Keep in mind, my villager is being created no problem and he's buying and selling things according to what I've programmed, all that's wrong is that the spawner is only spawning pigs. I have tried NBT tags: "Entity", "EntityId" and "SpawnData" with their proper syntaxes according to the wiki, and none of them worked. It proceeded to give me a pig spawner as usual.
Some code:
/summon villager ~ ~1 ~ {CustomName:"Zombie Spawner Merchant",CustomNameVisible:1b,NoAI:1b,Invulnerable:1b,Offers:Recipes:[buy:id:"minecraft:gold_nugget",tag:display:Name:"Gold Coin",Lore:["$1"],Count:32,sell:id:"minecraft:mob_spawner",Count:15,tag:SpawnData:id:"minecraft:zombie"]
minecraft minecraft-commands
minecraft minecraft-commands
asked Nov 25 '17 at 22:40
NekromanserNekromanser
304 bronze badges
304 bronze badges
bumped to the homepage by Community♦ 1 hour 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♦ 1 hour ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
I don't believe this is possible currently. I believe any NBT data you save to the spawner item is eliminated when the spawner is placed and converts to a block. People have long been asking how to use the give command to give a monster spawner with custom spawns and I have never seen any answer except mods/plugins. The only way it could be done is by having the villager trade a spawn egg to convert a regular spawner.
– IronAnvil
Nov 26 '17 at 2:22
add a comment |
I don't believe this is possible currently. I believe any NBT data you save to the spawner item is eliminated when the spawner is placed and converts to a block. People have long been asking how to use the give command to give a monster spawner with custom spawns and I have never seen any answer except mods/plugins. The only way it could be done is by having the villager trade a spawn egg to convert a regular spawner.
– IronAnvil
Nov 26 '17 at 2:22
I don't believe this is possible currently. I believe any NBT data you save to the spawner item is eliminated when the spawner is placed and converts to a block. People have long been asking how to use the give command to give a monster spawner with custom spawns and I have never seen any answer except mods/plugins. The only way it could be done is by having the villager trade a spawn egg to convert a regular spawner.
– IronAnvil
Nov 26 '17 at 2:22
I don't believe this is possible currently. I believe any NBT data you save to the spawner item is eliminated when the spawner is placed and converts to a block. People have long been asking how to use the give command to give a monster spawner with custom spawns and I have never seen any answer except mods/plugins. The only way it could be done is by having the villager trade a spawn egg to convert a regular spawner.
– IronAnvil
Nov 26 '17 at 2:22
add a comment |
1 Answer
1
active
oldest
votes
This command will summon villager that will trade 32 coins
for two zombie spawn eggs. It will also trade 1 zombie spawn egg for a monster spawner. The player can then combine the two to make a zombie spawner.
/summon villager ~ ~1 ~ Invulnerable:1b,CustomName:"Zombie Spawner Merchant",CustomNameVisible:1b,NoAI:1b,CareerLevel:1,Offers:Recipes:[buy:id:"minecraft:spawn_egg",Count:1b,tag:CanPlaceOn:["minecraft:mob_spawner"],EntityTag:id:"minecraft:zombie",sell:id:"minecraft:mob_spawner",Count:15b,buy:id:"minecraft:gold_nugget",Count:32b,tag:display:Name:"Gold Coin",Lore:["$1"],sell:id:"minecraft:spawn_egg",Count:2b,tag:CanPlaceOn:["minecraft:mob_spawner"],EntityTag:id:"minecraft:zombie"]
Its a bit hacky I know, but I'm pretty sure that villagers wont trade for custom spawners.
I think it is possible for villagers to trade for custom spawners
– pppery
1 hour ago
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%2f321998%2fhow-can-i-summon-a-villager-that-sells-spawners-for-mobs-other-than-the-default%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
This command will summon villager that will trade 32 coins
for two zombie spawn eggs. It will also trade 1 zombie spawn egg for a monster spawner. The player can then combine the two to make a zombie spawner.
/summon villager ~ ~1 ~ Invulnerable:1b,CustomName:"Zombie Spawner Merchant",CustomNameVisible:1b,NoAI:1b,CareerLevel:1,Offers:Recipes:[buy:id:"minecraft:spawn_egg",Count:1b,tag:CanPlaceOn:["minecraft:mob_spawner"],EntityTag:id:"minecraft:zombie",sell:id:"minecraft:mob_spawner",Count:15b,buy:id:"minecraft:gold_nugget",Count:32b,tag:display:Name:"Gold Coin",Lore:["$1"],sell:id:"minecraft:spawn_egg",Count:2b,tag:CanPlaceOn:["minecraft:mob_spawner"],EntityTag:id:"minecraft:zombie"]
Its a bit hacky I know, but I'm pretty sure that villagers wont trade for custom spawners.
I think it is possible for villagers to trade for custom spawners
– pppery
1 hour ago
add a comment |
This command will summon villager that will trade 32 coins
for two zombie spawn eggs. It will also trade 1 zombie spawn egg for a monster spawner. The player can then combine the two to make a zombie spawner.
/summon villager ~ ~1 ~ Invulnerable:1b,CustomName:"Zombie Spawner Merchant",CustomNameVisible:1b,NoAI:1b,CareerLevel:1,Offers:Recipes:[buy:id:"minecraft:spawn_egg",Count:1b,tag:CanPlaceOn:["minecraft:mob_spawner"],EntityTag:id:"minecraft:zombie",sell:id:"minecraft:mob_spawner",Count:15b,buy:id:"minecraft:gold_nugget",Count:32b,tag:display:Name:"Gold Coin",Lore:["$1"],sell:id:"minecraft:spawn_egg",Count:2b,tag:CanPlaceOn:["minecraft:mob_spawner"],EntityTag:id:"minecraft:zombie"]
Its a bit hacky I know, but I'm pretty sure that villagers wont trade for custom spawners.
I think it is possible for villagers to trade for custom spawners
– pppery
1 hour ago
add a comment |
This command will summon villager that will trade 32 coins
for two zombie spawn eggs. It will also trade 1 zombie spawn egg for a monster spawner. The player can then combine the two to make a zombie spawner.
/summon villager ~ ~1 ~ Invulnerable:1b,CustomName:"Zombie Spawner Merchant",CustomNameVisible:1b,NoAI:1b,CareerLevel:1,Offers:Recipes:[buy:id:"minecraft:spawn_egg",Count:1b,tag:CanPlaceOn:["minecraft:mob_spawner"],EntityTag:id:"minecraft:zombie",sell:id:"minecraft:mob_spawner",Count:15b,buy:id:"minecraft:gold_nugget",Count:32b,tag:display:Name:"Gold Coin",Lore:["$1"],sell:id:"minecraft:spawn_egg",Count:2b,tag:CanPlaceOn:["minecraft:mob_spawner"],EntityTag:id:"minecraft:zombie"]
Its a bit hacky I know, but I'm pretty sure that villagers wont trade for custom spawners.
This command will summon villager that will trade 32 coins
for two zombie spawn eggs. It will also trade 1 zombie spawn egg for a monster spawner. The player can then combine the two to make a zombie spawner.
/summon villager ~ ~1 ~ Invulnerable:1b,CustomName:"Zombie Spawner Merchant",CustomNameVisible:1b,NoAI:1b,CareerLevel:1,Offers:Recipes:[buy:id:"minecraft:spawn_egg",Count:1b,tag:CanPlaceOn:["minecraft:mob_spawner"],EntityTag:id:"minecraft:zombie",sell:id:"minecraft:mob_spawner",Count:15b,buy:id:"minecraft:gold_nugget",Count:32b,tag:display:Name:"Gold Coin",Lore:["$1"],sell:id:"minecraft:spawn_egg",Count:2b,tag:CanPlaceOn:["minecraft:mob_spawner"],EntityTag:id:"minecraft:zombie"]
Its a bit hacky I know, but I'm pretty sure that villagers wont trade for custom spawners.
answered Dec 15 '17 at 17:57
T54T54
666 bronze badges
666 bronze badges
I think it is possible for villagers to trade for custom spawners
– pppery
1 hour ago
add a comment |
I think it is possible for villagers to trade for custom spawners
– pppery
1 hour ago
I think it is possible for villagers to trade for custom spawners
– pppery
1 hour ago
I think it is possible for villagers to trade for custom spawners
– pppery
1 hour ago
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%2f321998%2fhow-can-i-summon-a-villager-that-sells-spawners-for-mobs-other-than-the-default%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
I don't believe this is possible currently. I believe any NBT data you save to the spawner item is eliminated when the spawner is placed and converts to a block. People have long been asking how to use the give command to give a monster spawner with custom spawns and I have never seen any answer except mods/plugins. The only way it could be done is by having the villager trade a spawn egg to convert a regular spawner.
– IronAnvil
Nov 26 '17 at 2:22