More 1.16 bugs
BiomeBundle opened this issue ยท 7 comments
Bamboo resource (and registry) pokes holes in stuff:
https://cdn.discordapp.com/attachments/630666815533613057/828963139394469898/2021-04-06_13.03.23.png
Vines resource attaches to bamboo:
https://cdn.discordapp.com/attachments/630666815533613057/828962910952489021/2021-04-06_13.02.21.png
Leaves are decaying:
In 1.12.2 (and every minecraft version before that) you could set all your leaves to just the basic leaves:0 and if they didnt collide with anything upon generation, it didnt matter that they weren't 7 blocks away from a log, they would only begin to decay if the player touched them. In the current build any leaves more than 7 blocks away are decaying even if they do not collide with anything.
Material stuff:
- Stone brick stairs wrongly mapped to stone stairs
- Log block with bark on all sides wrongly mapped to standard log blocks
- Some mushroom block issues (pores showing on wrong sides, red mushroom blocks being used instead of blocks with pores on all sides)
- Stairs directions are all kinds of messed up
- Banner directions broken and have no patterns
- Ladder directions wrong
- Doors spawn with top and bottom half on different rotations
Fixed stone brick stairs and bark blocks
Banner patterns are NBT, which I've fixed but not pushed. Direction looks good to me, at a glance. A bigger problem with banners is that their colour, which in 1.12 is stored in the tile entity, and in 1.16 is separated into different items. I don't see a way to solve this, personally; LegacyMaterials doesn't have access to NBT. Would need to be part of the update process for old NBT files.
Need some examples of mushroom, I looked over the code and I can't find any issues. It looks correctly mapped to me. Same with stairs.
For the rest of the materials, I'll need some example files. The mapping looks correct, so the issue likely lies somewhere else. It's possible this is stuff that OTG used to fix when spawning or similar, which it no longer is. It's also possible that these issues will be fixed through /otg fixbo3, I think that's worth a shot.
Closing this as I've recreated them as individual issues to make it easier to track/prioritise
More bugs:
- Blue ice blocks spawn as air, even in vanilla resources
- Having multiple border biomes of the same size makes only one of them ever spawn regardless of NotBorderNear settings. This makes having multiple beach biomes almost impossible. (This needs checking to see if it is a problem also in 1.12.2 or is something new in 1.16)
- Dungeon resource is causing console errors (Failed to fetch mob spawner entity at X,Y,Z) and they are spawning cut in half or not at all
- Caves are really messed up outside of spawn chunks (spigot only)
- Bo4 generation is very odd, with structures generating in straight lines across the map (spigot only)
- Trees and other objects generating cut in half (even vanilla trees)