Modify drop of shulker boxDoes the amplified terrain setting modify ore generation?Is there a way to modify/disable the setup timer in TF2 as a server owner?Shulker Shells DropTurning a shulker into a vehicle by teleporting it?How to modify mob attribute in minecraftI need help with creating a Shulker Box with enchanted items?Putting a filled shulker box into another shulker box using a commandHow do I put a custom potion in a shulker box with a command block?How does one put player skulls into a shulker box here is what I have gotWhat fraction of all possible crafting recipes in Minecraft are currently used?

Do I have an "anti-research" personality?

Betweenness centrality formula

Apply MapThread to all but one variable

Is there any official lore on the Far Realm?

Like totally amazing interchangeable sister outfits II: The Revenge

How to have a sharp product image?

can anyone help me with this awful query plan?

Rivers without rain

Contradiction proof for inequality of P and NP?

How to display Aura JS Errors Lightning Out

Extension of 2-adic valuation to the real numbers

Is Diceware more secure than a long passphrase?

Was there a shared-world project before "Thieves World"?

I preordered a game on my Xbox while on the home screen of my friend's account. Which of us owns the game?

How to stop co-workers from teasing me because I know Russian?

How to limit Drive Letters Windows assigns to new removable USB drives

Who was the lone kid in the line of people at the lake at the end of Avengers: Endgame?

Function pointer with named arguments?

555 timer FM transmitter

Why was the Spitfire's elliptical wing almost uncopied by other aircraft of World War 2?

Why does Mind Blank stop the Feeblemind spell?

Does a large simulator bay have standard public address announcements?

How to denote matrix elements succinctly?

Implications of cigar-shaped bodies having rings?



Modify drop of shulker box


Does the amplified terrain setting modify ore generation?Is there a way to modify/disable the setup timer in TF2 as a server owner?Shulker Shells DropTurning a shulker into a vehicle by teleporting it?How to modify mob attribute in minecraftI need help with creating a Shulker Box with enchanted items?Putting a filled shulker box into another shulker box using a commandHow do I put a custom potion in a shulker box with a command block?How does one put player skulls into a shulker box here is what I have gotWhat fraction of all possible crafting recipes in Minecraft are currently used?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








1















I have a server with friends on vanilla 1.13.2 and I am trying to change the drop of the shulker box. I want that always drop 2 shulker shells but I can't make that they drop correctly.



I tried puting a shulker.JSON in data/loot_tables/minecraft/entities but nothing happend.



the content of the .JSON was:




"pools": [

"rolls": 1,
"entries": [

"type": "item",
"name": "minecraft:shulker_shell",
"weight": 1,
"functions": [

"function": "set_count",
"count": 2

]

]

]










share|improve this question









New contributor




Blarep is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.















  • 1





    Do you have pack.mcmeta?

    – Fabian Röling
    Apr 23 at 21:02






  • 1





    Also, isn't it minecraft/loot_tables/entities?

    – Fabian Röling
    Apr 23 at 21:03











  • Can't you just put a shulker shell in the shulker box, so that it always drops 2.

    – Ginge
    Apr 23 at 22:58











  • @FabianRöling I think that pack.mcmeta is for datapacks and I'm in the data folder. I will try with that other directory.

    – Blarep
    2 days ago











  • Resource pack that does just that.

    – SF.
    yesterday

















1















I have a server with friends on vanilla 1.13.2 and I am trying to change the drop of the shulker box. I want that always drop 2 shulker shells but I can't make that they drop correctly.



I tried puting a shulker.JSON in data/loot_tables/minecraft/entities but nothing happend.



the content of the .JSON was:




"pools": [

"rolls": 1,
"entries": [

"type": "item",
"name": "minecraft:shulker_shell",
"weight": 1,
"functions": [

"function": "set_count",
"count": 2

]

]

]










share|improve this question









New contributor




Blarep is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.















  • 1





    Do you have pack.mcmeta?

    – Fabian Röling
    Apr 23 at 21:02






  • 1





    Also, isn't it minecraft/loot_tables/entities?

    – Fabian Röling
    Apr 23 at 21:03











  • Can't you just put a shulker shell in the shulker box, so that it always drops 2.

    – Ginge
    Apr 23 at 22:58











  • @FabianRöling I think that pack.mcmeta is for datapacks and I'm in the data folder. I will try with that other directory.

    – Blarep
    2 days ago











  • Resource pack that does just that.

    – SF.
    yesterday













1












1








1








I have a server with friends on vanilla 1.13.2 and I am trying to change the drop of the shulker box. I want that always drop 2 shulker shells but I can't make that they drop correctly.



I tried puting a shulker.JSON in data/loot_tables/minecraft/entities but nothing happend.



the content of the .JSON was:




"pools": [

"rolls": 1,
"entries": [

"type": "item",
"name": "minecraft:shulker_shell",
"weight": 1,
"functions": [

"function": "set_count",
"count": 2

]

]

]










share|improve this question









New contributor




Blarep is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












I have a server with friends on vanilla 1.13.2 and I am trying to change the drop of the shulker box. I want that always drop 2 shulker shells but I can't make that they drop correctly.



I tried puting a shulker.JSON in data/loot_tables/minecraft/entities but nothing happend.



the content of the .JSON was:




"pools": [

"rolls": 1,
"entries": [

"type": "item",
"name": "minecraft:shulker_shell",
"weight": 1,
"functions": [

"function": "set_count",
"count": 2

]

]

]







minecraft hosting






share|improve this question









New contributor




Blarep is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




Blarep is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 2 days ago







Blarep













New contributor




Blarep is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked Apr 23 at 19:42









BlarepBlarep

112




112




New contributor




Blarep is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Blarep is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Blarep is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







  • 1





    Do you have pack.mcmeta?

    – Fabian Röling
    Apr 23 at 21:02






  • 1





    Also, isn't it minecraft/loot_tables/entities?

    – Fabian Röling
    Apr 23 at 21:03











  • Can't you just put a shulker shell in the shulker box, so that it always drops 2.

    – Ginge
    Apr 23 at 22:58











  • @FabianRöling I think that pack.mcmeta is for datapacks and I'm in the data folder. I will try with that other directory.

    – Blarep
    2 days ago











  • Resource pack that does just that.

    – SF.
    yesterday












  • 1





    Do you have pack.mcmeta?

    – Fabian Röling
    Apr 23 at 21:02






  • 1





    Also, isn't it minecraft/loot_tables/entities?

    – Fabian Röling
    Apr 23 at 21:03











  • Can't you just put a shulker shell in the shulker box, so that it always drops 2.

    – Ginge
    Apr 23 at 22:58











  • @FabianRöling I think that pack.mcmeta is for datapacks and I'm in the data folder. I will try with that other directory.

    – Blarep
    2 days ago











  • Resource pack that does just that.

    – SF.
    yesterday







1




1





Do you have pack.mcmeta?

– Fabian Röling
Apr 23 at 21:02





Do you have pack.mcmeta?

– Fabian Röling
Apr 23 at 21:02




1




1





Also, isn't it minecraft/loot_tables/entities?

– Fabian Röling
Apr 23 at 21:03





Also, isn't it minecraft/loot_tables/entities?

– Fabian Röling
Apr 23 at 21:03













Can't you just put a shulker shell in the shulker box, so that it always drops 2.

– Ginge
Apr 23 at 22:58





Can't you just put a shulker shell in the shulker box, so that it always drops 2.

– Ginge
Apr 23 at 22:58













@FabianRöling I think that pack.mcmeta is for datapacks and I'm in the data folder. I will try with that other directory.

– Blarep
2 days ago





@FabianRöling I think that pack.mcmeta is for datapacks and I'm in the data folder. I will try with that other directory.

– Blarep
2 days ago













Resource pack that does just that.

– SF.
yesterday





Resource pack that does just that.

– SF.
yesterday










0






active

oldest

votes












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
);



);






Blarep is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f349397%2fmodify-drop-of-shulker-box%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes








Blarep is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















Blarep is a new contributor. Be nice, and check out our Code of Conduct.












Blarep is a new contributor. Be nice, and check out our Code of Conduct.











Blarep is a new contributor. Be nice, and check out our Code of Conduct.














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.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f349397%2fmodify-drop-of-shulker-box%23new-answer', 'question_page');

);

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







Popular posts from this blog

How does Billy Russo acquire his 'Jigsaw' mask? Unicorn Meta Zoo #1: Why another podcast? Announcing the arrival of Valued Associate #679: Cesar Manara Favourite questions and answers from the 1st quarter of 2019Why does Bane wear the mask?Why does Kylo Ren wear a mask?Why did Captain America remove his mask while fighting Batroc the Leaper?How did the OA acquire her wisdom?Is Billy Breckenridge gay?How does Adrian Toomes hide his earnings from the IRS?What is the state of affairs on Nootka Sound by the end of season 1?How did Tia Dalma acquire Captain Barbossa's body?How is one “Deemed Worthy”, to acquire the Greatsword “Dawn”?How did Karen acquire the handgun?

Личност Атрибути на личността | Литература и източници | НавигацияРаждането на личносттаредактиратередактирате

A sequel to Domino's tragic life Why Christmas is for Friends Cold comfort at Charles' padSad farewell for Lady JanePS Most watched News videos