Recent Discussions
Need help with datapack
Open in DiscordUnanswered
Akita posted this in #questions
27 messages
0 views
AkitaOP
So I'm trying to make a datapack which removes all gold from the nether. It loads, but even after generating a completely new nether world, it still doesn't work. It doesn't work in singleplayer nor on my Paper server which I will eventually run this on.
nether_gold_ore.json
nether_gold_ore.json
{
"feature": "minecraft:ore_nether_gold",
"placement": [
{
"type": "minecraft:count",
"count": 0
}
]
}
Try putting:
in:
https://minecraft.wiki/w/Configured_feature
{
"type": "minecraft:no_op",
"config": {}
}
in:
/data/minecraft/worldgen/configured_feature/nether_gold_ore.json
https://minecraft.wiki/w/Configured_feature
A feature type determines how and what a configured feature should generate. They are hardcoded, thus new ones cannot be added through datapacks. Most feature types have configuration options that can be set using a configured feature. The following lists all feature types and their configuration options.
If none of the above worked, I’d recommend joining the [minecraft commands discord](https://discord.gg/QAFXFtZ) which has more of a data pack focus
I put it in my world folder
Could it be my pack.mcmeta?
{
"pack": {
"pack_format": 15,
"supported_formats": {
"min_inclusive": 10,
"max_inclusive": 61
},
"description": "Removes nether gold ore"
}
}
Original message was deleted
Bot, I run the server ffs.
OH FOR FUCK'S SAKE
Try that.
@Asiatic Lion fix your unruly child please 😂
@PM_ME_YOUR_REPO fixed
AkitaOP
Oh damn, it works, thank you
I have no clue what is different
AkitaOP
I had mine in a folder though and not archived
@Akita I have no clue what is different
Just extract and compare side by side until you find the difference.
@Akita I had mine in a folder though and not archived
That honestly might be it.
@PM_ME_YOUR_REPO @Asiatic Lion fix your unruly child please 😂
Asiatic Lion
Tbh i probably should but this just stopped piracy
@Asiatic Lion Tbh i probably should but this just stopped piracy
Oh no, feel free to keep it enabled for the Proletariat. I just expect special treatment lmfao.
Loading...
Loading...