mojira.dev

Starmute

Assigned

No issues.

Reported

MC-251577 "max" is ordered before "min" by the JSON data generator Invalid MC-248764 Some worldgen datapacks can kill the internal server (possibly related to density functions) Fixed MC-248748 Explorer maps leading to custom structures can cause the server to hang Fixed MC-245063 Worldgen datapacks affecting the dimension on dedicated servers don't register at first launch Duplicate MC-241933 Spore blossoms, cave vines, and pointed dripstones generate indented into the cave surface Fixed MC-240834 Dimensions with a multi_noise biome layout prevent worlds from being upgraded from 1.17 to 1.18 Won't Fix MC-239950 Feature placement doesn't check for biomes, causing unnecessary lag Fixed MC-239866 Terrain shaper in noise_settings is not used Fixed MC-237934 random_patch features are now forced to be square instead of rectangular Works As Intended MC-226003 Custom dimensions cannot be generated without a set seed field Duplicate MC-222057 vegetation_patch features from datapacks can cause a crash by IllegalStateException Duplicate MC-215120 World-gen datapacks can cause crashes when first generating world Fixed MC-207310 large_dripstone's wind is heavily biased towards the northwest Works As Intended MC-204795 Generation of geodes with high noise multiplier can kill the lighting engine Awaiting Response MC-203867 Amethyst geodes can overwrite bedrock Fixed MC-203855 A geode configured_feature causes a crash when use_alternate_layer0_chance is used with no entries in inner_placements Fixed MC-201144 In custom dimensions, terrain generation is based on the predefined seed, but structure generation is affected by the world seed Awaiting Response MC-200309 Certain worlds render biome fog darker than intended Awaiting Response MC-200152 Certain uses of `delta_feature` can cause inconsistent world generation Confirmed MC-200009 Crash when using a non-mushroom block in a huge mushroom feature's cap Fixed

Comments

A nearly identical datapack to the one posted here did not have the hang issue in 1.18.1. This is almost certainly a new issue.

No. Both of those issues existed in 1.18.1. This is almost certainly a new issue with 1.18.2-pre1 or pre2.

This issue was also present in 1.16.2+ and 1.17.

Works as intended. Check slicedlime’s video for 21w37a. 

@Mr_Quasi that is unrelated

Issues that are resolved as Works as Intended are not negotiable. Please don't bug Mojang asking them to reopen this issue. Hopefully we can get some replacement but that's outside of the domain of the bug tracker.

This is not a bug. This is intended behavior and should not be changed. There is even a state provider in the game which is specifically designed to allow the cave vines to generate with varying age.

Directly from the cave vine feature:

```
"head_provider": {
"source": {
"entries": [
{
"data": {
"Properties": {
"berries": "false",
"age": "0"
},
"Name": "minecraft:cave_vines"
},
"weight": 4
},
{
"data": {
"Properties": {
"berries": "true",
"age": "0"
},
"Name": "minecraft:cave_vines"
},
"weight": 1
}
],
"type": "minecraft:weighted_state_provider"
},
"property": "age",
"values": {
"type": "minecraft:uniform",
"value": {
"min_inclusive": 17,
"max_inclusive": 25
}
},
"type": "minecraft:randomized_int_state_provider"
},
```

It's spelled Terralith, and I can make a 1.16.5 version for $15,000.

21w20a crash report attached

I would like to add that this is not only a bug but also an inconsistency. When creating a worlds it is possible to use a random seed or a set seed. Custom dimensions are inconsistent with this and require a set seed; there should also be the possibility to use the world seed. This is also inconsistent with the behavior of the default nether and end dimensions which use the world seed.

[media]

Hi,

I've attached a datapack which can be used to reproduce this bug easily.

This bug still affects 21w18a. Please reopen.

From what I've seen the crash is very inconsistent and hard to predict; it tends to happen at very random times after moving around for a while.

@Alex Lecuyer All of the features in this pack were valid in 21w05a. There is nothing there that would have caused this issue in 21w06a. After 21w07a a large number of features were broken due to the decorator revamps however.

This issue is invalid. All bug reports must be in English, and 20w14infinite is an April Fools' joke and is not supported.

Despite the fact that it's intended it would still be nice to have some option to control the bias or remove it. For example I might want to make caves with regions of dripstones pointing in different directions using the count_noise_biased decorator.

Invalid, this biome is based on the default (plains) biome so it would inherit its surface builder.

I don't believe you enabled it properly. The caves dimension is there.