#where to find the datapack of the minecraft?
1 messages · Page 1 of 1 (latest)
<@&1201956957406109788>
💬 While you wait, take this time to provide more context and details.
🙇 After a while, hit the Summon Helpers button to ping the helper team. They'll be happy to help you
✅ Once your question has been resolved (or you no longer need it), please click Resolve Question or run /resolve
.minecraft/versions/<version>/<version>.jar
open this file as zip
https://GitHub.com/misode/mcmeta should be fine
Specifically right here: https://github.com/misode/mcmeta/tree/data/data/minecraft/worldgen/structure_set
{
"placement": {
"type": "minecraft:random_spread",
"salt": 34222645,
"separation": 15,
"spacing": 40
},
"structures": []
}
do i just doo it like this?
if i want to remove the structure?
{
"placement": {
"type": "minecraft:random_spread",
"salt": 34222645,
"separation": 15,
"spacing": 40
},
"structures": [
{
"structure": "minecraft:ruined_portal",
"weight": 1
},
{
"structure": "minecraft:ruined_portal_desert",
"weight": 1
},
{
"structure": "minecraft:ruined_portal_jungle",
"weight": 1
},
{
"structure": "minecraft:ruined_portal_swamp",
"weight": 1
},
{
"structure": "minecraft:ruined_portal_mountain",
"weight": 1
},
{
"structure": "minecraft:ruined_portal_ocean",
"weight": 1
},
{
"structure": "minecraft:ruined_portal_nether",
"weight": 1
}
]
}
this is the og btw
sure that should work
but you can actually filter out files from other datapacks (including vanilla) as an pack.mcmeta, if all you want is to remove a structure
if that’s what you want
but this works fine
nah it’s not a big deal
it’s just if you want to disable a vanilla file with your datapack, that’s possible in other ways
but this works fine too
can you explain further my brain is not braining
This can go in pack.mcmeta
so "filter":{ "block":[ {"namespace":"minecraft","path":worldgen/structure_set/whatever.json"} ] } would disable the structure set
but what you have works fine
i see thanks for the heads up
ill try my way first
{
"placement": {
"type": "minecraft:random_spread",
"salt": 34222645,
"separation": 15,
"spacing": 40
},
"structures": []
}
the placement part is unnecessary. Will this cause any lag or not?
aight thanks everyone ❤️
Your question, #1243215100211494932 (where to find the datapack of the minecraft?), was resolved!
#1243215100211494932 message
2h6m
This thread has been inactive for some time, so I'm going to archive it.
If you're still using the thread, just send a message and it'll pop back on the thread list.
This thread has been inactive for some time, so I'm going to archive it.
If you're still using the thread, just send a message and it'll pop back on the thread list.