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;
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
New contributor
add a comment |
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
New contributor
1
Do you havepack.mcmeta
?
– Fabian Röling
Apr 23 at 21:02
1
Also, isn't itminecraft/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 thatpack.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
add a comment |
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
New contributor
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
minecraft hosting
New contributor
New contributor
edited 2 days ago
Blarep
New contributor
asked Apr 23 at 19:42
BlarepBlarep
112
112
New contributor
New contributor
1
Do you havepack.mcmeta
?
– Fabian Röling
Apr 23 at 21:02
1
Also, isn't itminecraft/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 thatpack.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
add a comment |
1
Do you havepack.mcmeta
?
– Fabian Röling
Apr 23 at 21:02
1
Also, isn't itminecraft/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 thatpack.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
add a comment |
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.
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%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.
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.
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%2f349397%2fmodify-drop-of-shulker-box%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
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