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.
Can confirm in 21w44a
@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.
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.
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.