Oh The Biomes You'll Go Refabricated

Oh The Biomes You'll Go Refabricated

11M Downloads

[1.19][Bug]: Can't get Viscal Isles to spawn; player wants Ametrine

allanonmage opened this issue · 11 comments

commented

BYG Version

2.0.1.1

Terrablender Version

2.0.1.130

Mod Loader

Fabric

Mod Loader Version

fabric-server-mc.1.19.2-loader.0.14.19-launcher.0.11.2.jar

Bug Severity

Major

What happened?

I'm not sure if Viscal Isles are turned off by default or not, but I noticed they were turned off in the config file. I think I recall seeing them when I first tested things out, so I might have turned them off for some reason, but I can't recall. I can't find many pics or much documentation about this biome, and Discord refuses to let me use my account, banning me whilest I was in the middle of signing up many years ago.

I turned them back on, pruned most of the chunks in The End with MCASelector, and then tried to locate the biome. I can locate the biome, but it's too low and doesn't actually exist; there are no floating islands, and the locate biome command puts me in the middle of some larger end islands and/or biomes from other mods, which doesn't make much sense.

From what I can tell of the all-over-the-place documentation (starting with lacking; ending with conflicting), this is the only biome that generates Ametrine. One of my players is especially interested in getting ahold of this ore. I've put it in some loot tables for now, but would like to get the biome back.

This is the current version of end-biomes.json5. I changed

"data": "byg:viscal_isles",
"weight": 0

to

"data": "byg:viscal_isles",
"weight": 2

I thought about also changing this:

"data": "minecraft:the_end",
"weight": 0

but I wasn't sure if that was turned off for a reason or not.

/*
This file uses the ".json5" file extension which allows for comments like this in a json file!
Your text editor may show this file with invalid/no syntax, if so, we recommend you download:

VSCode: https://code.visualstudio.com/
JSON5 plugin(for VSCode): https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-json5

to make editing this file much easier.

If your settings in this file seem to have to no effect on the generation of the end, it is more than likely that another mod(s) related to the end has taken control instead, and you should user their config.
*/
{
	// Does this config automatically fill with all biomes using the "the_end" biome category? Note: Vanilla at the time of writing does not have an end biomes tag.
	"addAllEndBiomeCategoryEntries": true,
	/* Is BYG's End Biome Source used?
	   BYG's end biome source will automatically add all known end biomes that specify their biome category as "the_end", see "addAllEndBiomeCategoryEntries" comment.
	*/
	"forceBYGEndBiomeSource": true,
	// Biomes that spawn where the large end islands/surface generate.
	"islandLayer": {
		"biomeSize": 4,
		/* Higher weight, means the biome in question is bound to spawn more frequently against all other biomes listed here.
		   Weight of 0 means the biome is disabled.
		   
		   "data" should be a valid biome ID from vanilla, mods, or datapacks.
		   If the biome in question is not in the biome registry, the biome is ignored & logged in the "latest.log".
		*/
		"biomeWeights": [
			{
				"data": "minecraft:end_midlands",
				"weight": 2
			},
			{
				"data": "minecraft:end_barrens",
				"weight": 2
			},
			{
				"data": "minecraft:end_highlands",
				"weight": 2
			},
			{
				"data": "byg:ivis_fields",
				"weight": 1
			},
			{
				"data": "byg:nightshade_forest",
				"weight": 3
			},
			{
				"data": "byg:ethereal_islands",
				"weight": 3
			},
			{
				"data": "byg:bulbis_gardens",
				"weight": 3
			},
			{
				"data": "byg:shulkren_forest",
				"weight": 3
			},
			{
				"data": "byg:cryptic_wastes",
				"weight": 1
			},
			{
				"data": "byg:imparius_grove",
				"weight": 3
			},
			{
				"data": "minecraft:small_end_islands",
				"weight": 1
			},
			{
				"data": "byg:viscal_isles",
				"weight": 2
			},
			{
				"data": "minecraft:the_end",
				"weight": 0
			},
			{
				"data": "enderscape:celestial_islands",
				"weight": 2
			},
			{
				"data": "enderscape:celestial_plains",
				"weight": 2
			},
			{
				"data": "enderscape:barren_depths",
				"weight": 2
			},
			{
				"data": "enderscape:corrupt_depths",
				"weight": 2
			},
			{
				"data": "enderscape:barren_skies",
				"weight": 2
			},
			{
				"data": "enderscape:sky_islands",
				"weight": 2
			}
		]
	},
	// Biomes that spawn in the Y range of "skyLayerStartY to Dimension Max Y.
	"skyLayer": {
		"biomeSize": 3,
		/* Higher weight, means the biome in question is bound to spawn more frequently against all other biomes listed here.
		   Weight of 0 means the biome is disabled.
		   
		   "data" should be a valid biome ID from vanilla, mods, or datapacks.
		   If the biome in question is not in the biome registry, the biome is ignored & logged in the "latest.log".
		*/
		"biomeWeights": [
			{
				"data": "byg:viscal_isles",
				"weight": 1
			},
			{
				"data": "minecraft:the_end",
				"weight": 9
			}
		]
	},
	"skyLayerStartY": 180,
	// Biomes that spawn where there is no ground aka void.
	"voidLayer": {
		"biomeSize": 3,
		/* Higher weight, means the biome in question is bound to spawn more frequently against all other biomes listed here.
		   Weight of 0 means the biome is disabled.
		   
		   "data" should be a valid biome ID from vanilla, mods, or datapacks.
		   If the biome in question is not in the biome registry, the biome is ignored & logged in the "latest.log".
		*/
		"biomeWeights": [
			{
				"data": "minecraft:small_end_islands",
				"weight": 2
			}
		]
	}
}

latest.log

latest.log is full of villager shenanigans, chunks getting generated by Chunky, and people logging in and out, nothing to do with anything else. Here are the mods I am using though (from powershell):

Mode LastWriteTime Length Name


-a---- 1/21/2023 4:42 PM 83782 AllStackable-v1.5.6-1.19.jar
-a---- 3/31/2023 11:33 PM 215766 apollo-add-struc-mod-1.19-v1.3.3.jar
-a---- 3/31/2023 8:04 PM 83479 areas-1.19.2-4.3.jar
-a---- 3/13/2023 9:51 PM 506755 automated-crafting-1.4.7+MC1.19-1.19.2.jar
-a---- 3/27/2023 10:29 PM 422257 awesomedungeon-fabric-1.19.2-3.1.0.jar
-a---- 3/27/2023 10:28 PM 213189 awesomedungeonend-fabric-1.19.2-3.1.1.jar
-a---- 3/27/2023 10:24 PM 239485 awesomedungeonnether-fabric-1.19.2-3.1.1.jar
-a---- 3/26/2023 2:10 PM 194293 BagOfHolding-v4.1.6-1.19.2-Fabric.jar
-a---- 3/27/2023 10:31 PM 513550 BasicNetherOres-1.19.2-8.2.0-Fabric.jar
-a---- 3/30/2023 11:37 PM 1892520 bclib-2.1.6.jar
-a---- 3/26/2023 2:12 PM 189174 BetterAnimationsCollection-v4.0.5-1.19.2-Fabric.jar
-a---- 1/16/2023 10:58 PM 44260 betterbeds-1.2.0.jar
-a---- 1/16/2023 11:48 PM 1739284 BetterF3-4.0.0-Fabric-1.19.2.jar
-a---- 1/22/2023 11:10 AM 88586 BetterTridents-v4.0.1-1.19.2-Fabric.jar
-a---- 3/31/2023 8:04 PM 32849 biggerspongeabsorptionradius-1.19.2-3.1.jar
-a---- 12/26/2022 3:16 PM 786939 bobby-4.0.1.jar
-a---- 3/27/2023 10:37 PM 45939 bottleyourxp-1.19.2-3.1.jar
-a---- 3/31/2023 8:05 PM 52290 breedablekillerrabbit-1.19.2-3.2.jar
-a---- 12/26/2022 3:18 PM 1141796 cloth-config-8.2.88-fabric.jar
-a---- 3/27/2023 11:15 PM 578981 collective-1.19.2-6.53.jar
-a---- 3/31/2023 8:22 PM 62204 configurableextramobdrops-1.19.2-3.0.jar
-a---- 3/28/2023 5:42 PM 486182 configured-fabric-2.0.0-1.19.2.jar
-a---- 3/27/2023 11:20 PM 513091 CorgiLib-fabric-1.19.2-1.0.0.32.jar
-a---- 3/31/2023 8:06 PM 50689 cryingportals-1.19.2-2.3.jar
-a---- 3/31/2023 11:30 PM 3200193 ctov-3.1.8.jar
-a---- 1/16/2023 10:59 PM 81692 cullleaves-fabric-3.0.1.jar
-a---- 3/31/2023 8:29 PM 39785 cyclepaintings-1.19.2-3.2.jar
-a---- 3/26/2023 2:08 PM 86355 DeathFinder-v4.1.2-1.19.2-Fabric.jar
-a---- 3/31/2023 8:07 PM 50556 despawningeggshatch-1.19.2-4.1.jar
-a---- 3/26/2023 2:09 PM 91126 DiagonalFences-v4.2.3-1.19.2-Fabric.jar
-a---- 3/27/2023 8:48 PM 39145 DisableCustomWorldsAdvice-3.0.jar
-a---- 4/1/2023 12:03 AM 81231 disenchanter-0.1.7+1.19.jar
-a---- 3/31/2023 8:08 PM 43597 dismountentity-1.19.2-3.0.jar
-a---- 3/28/2023 5:44 PM 7170788 DungeonsArise-1.19.2-2.1.54-fabric.jar
-a---- 1/22/2023 11:10 AM 127196 EasyAnvils-v4.0.6-1.19.2-Fabric.jar
-a---- 1/22/2023 11:11 AM 92875 EasyMagic-v4.3.2-1.19.2-Fabric.jar
-a---- 3/31/2023 8:08 PM 62272 edibles-1.19.2-4.1.jar
-a---- 3/26/2023 2:09 PM 155734 EnchantingInfuser-v4.2.2-1.19.2-Fabric.jar
-a---- 3/28/2023 5:43 PM 449760 end-goblin-traders-1.5.2.jar
-a---- 3/28/2023 5:46 PM 2538507 enderitemc-enderitemod-1.4.1-1.19.2.jar
-a---- 3/30/2023 11:28 PM 51762259 enderscape-0.4.1-1.19.2.jar
-a---- 3/31/2023 8:03 PM 59122 endportalrecipe-1.19.2-5.0.jar
-a---- 1/16/2023 9:52 PM 453891 enhancedblockentities-0.7.2+1.19.2.jar
-a---- 3/27/2023 10:38 PM 148825 expanded-enderchest-fabric-1.0.0+1.19.2.jar
-a---- 3/31/2023 8:09 PM 48319 extractpoison-1.19.2-3.1.jar
-a---- 1/16/2023 9:11 PM 1877493 fabric-api-0.72.0+1.19.2.jar
-a---- 3/31/2023 8:03 PM 34238 firespreadtweaks-1.19.2-2.3.jar
-a---- 3/31/2023 8:32 PM 24844 followersteleporttoo-1.19.2-2.1.jar
-a---- 1/22/2023 11:19 AM 437014 ForgeConfigAPIPort-v4.2.10-1.19.2-Fabric.jar
-a---- 3/26/2023 2:16 PM 99226 friendsandfoes-beekeeperhut-fabric-mc1.19.2-1.2.0.jar
-a---- 3/26/2023 2:16 PM 2372336 friendsandfoes-fabric-mc1.19.2-1.8.0.jar
-a---- 3/26/2023 2:15 PM 71171 friendsandfoes-flowerymooblooms-fabric-mc1.19.2-1.0.0.jar
-a---- 3/31/2023 8:05 PM 23970 furnacerecycle-1.19.2-2.0.jar
-a---- 3/27/2023 10:41 PM 3619195 geckolib-fabric-1.19-3.1.40.jar
-a---- 3/28/2023 5:49 PM 1232855 geodefabric-1.1.8-1.19.2.jar
-a---- 3/31/2023 8:19 PM 52224 giantspawn-1.19.2-4.5.jar
-a---- 3/28/2023 5:43 PM 460589 goblintraders-fabric-1.8.1-1.19.2.jar
-a---- 3/31/2023 8:09 PM 52202 grindstonesharpertools-1.19.2-3.1.jar
-a---- 3/31/2023 8:09 PM 50766 healingcampfire-1.19.2-5.1.jar
-a---- 3/31/2023 8:10 PM 32436 hoetweaks-1.19.2-3.2.jar
-a---- 3/26/2023 2:10 PM 78046 HorseExpert-v4.0.0-1.19.2-Fabric.jar
-a---- 1/16/2023 9:08 PM 266265 impaled-1.1.4.jar
-a---- 3/27/2023 7:56 PM 4357270 Incendium_1.19.3_v5.1.6.jar
-a---- 1/16/2023 11:04 PM 118642 indium-1.0.9+mc1.19.2.jar
-a---- 1/17/2023 12:03 AM 78180 inventorytabs-0.8.1-1.19.x.jar
-a---- 3/31/2023 8:10 PM 22550 inventorytotem-1.19.2-3.0.jar
-a---- 3/26/2023 2:32 PM 144137 lanterns-belong-on-walls-1.4.0-1.19.jar
-a---- 3/27/2023 10:26 PM 171232 libraryferret-fabric-1.19.2-4.0.0.jar
-a---- 12/15/2022 7:25 PM 555137 lithium-fabric-mc1.19.2-0.10.4.jar
-a---- 3/13/2023 9:34 PM 75839 lowtechcrafting-1.19.2-0.2.0.jar
-a---- 1/16/2023 11:55 PM 516948 malilib-fabric-1.19.2-0.13.0.jar
-a---- 3/31/2023 8:10 PM 40240 milkallthemobs-1.19.2-3.0.jar
-a---- 3/31/2023 8:11 PM 32653 mineralchance-1.19.2-3.1.jar
-a---- 1/16/2023 11:49 PM 317480 minihud-fabric-1.19.2-0.23.3.jar
-a---- 3/27/2023 10:43 PM 313152 mob-captains-v2.1.0.jar
-a---- 12/24/2022 2:52 PM 614103 modmenu-4.1.2 for java 1.19.2.jar
-a---- 3/26/2023 2:13 PM 4359393 More-slabs-stairs-walls-fabric-2.4.0+1.19.2.jar
-a---- 3/26/2023 2:32 PM 59018 MoreBows-1.0.10+1.19.2.jar
-a---- 4/1/2023 1:56 AM 108430 moremcmeta-1.19-3.0.5-fabric.jar
-a---- 3/27/2023 11:00 PM 1249250 morevillagers-fabric-1.19-4.0.2.jar
-a---- 3/31/2023 8:11 PM 23315 morezombievillagers-1.19.2-3.3.jar
-a---- 4/1/2023 1:23 AM 692187 mostructures-1.4.3+1.19.2.jar
-a---- 1/22/2023 8:38 PM 77282 MouseTweaks-fabric-mc1.19-2.22.jar
-a---- 3/31/2023 8:11 PM 43316 naturallychargedcreepers-1.19.2-3.2.jar
-a---- 3/27/2023 10:36 PM 100433 netherchest-mc1.19-4.0.jar
-a---- 3/27/2023 8:45 PM 366019 Nullscape_1.19.3_v1.2.1.jar
-a---- 3/31/2023 8:11 PM 34678 nutritiousmilk-1.19.2-3.1.jar
-a---- 4/16/2023 5:54 PM 306496 nyfsquiver-Fabric-0.5.1-1.19.2.jar
-a---- 3/27/2023 10:32 PM 37915825 Oh_The_Biomes_You'll_Go-fabric-1.19.2-2.0.1.1.jar
-a---- 3/27/2023 11:23 PM 780597 owo-lib-0.9.3+1.19.jar
-a---- 12/15/2022 5:01 PM 88018 phosphor-fabric-mc1.19.x-0.8.1.jar
-a---- 3/31/2023 8:34 PM 54575 placeableblazerods-1.19.2-3.0.jar
-a---- 3/26/2023 2:08 PM 94440 PortableHole-v4.0.0-1.19.2-Fabric.jar
-a---- 3/31/2023 8:35 PM 278025 pumpkillagersquest-1.19.2-3.2.jar
-a---- 1/22/2023 11:18 AM 407122 PuzzlesLib-v4.3.12-1.19.2-Fabric.jar
-a---- 3/31/2023 8:12 PM 53249 rainbegoneritual-1.19.2-3.0.jar
-a---- 3/31/2023 8:12 PM 54107 randomvillagenames-1.19.2-3.2.jar
-a---- 3/31/2023 8:02 PM 32543 replantingcrops-1.19.2-5.1.jar
-a---- 3/26/2023 2:19 PM 7880686 repurposed_structures_fabric-6.3.18+1.19.2.jar
-a---- 3/31/2023 8:15 PM 48699 respawningshulkers-1.19.2-3.5.jar
-a---- 3/27/2023 10:44 PM 18987 sheepconsistency-1.0.4.jar
-a---- 1/16/2023 11:47 PM 1203167 shulkerboxtooltip-fabric-3.2.2+1.19.2.jar
-a---- 3/31/2023 8:15 PM 42129 shulkerdropstwo-1.19.2-3.1.jar
-a---- 3/31/2023 8:20 PM 46548 skeletonhorsespawn-1.19.2-3.6.jar
-a---- 3/27/2023 10:37 PM 257226 smelting-plus-v1.0.2.jar
-a---- 12/15/2022 7:24 PM 1372575 sodium-fabric-mc1.19.2-0.4.4+build.18.jar
-a---- 3/31/2023 8:16 PM 34749 stackrefill-1.19.2-4.0.jar
-a---- 3/31/2023 8:16 PM 33909 strayspawn-1.19.2-3.3.jar
-a---- 3/28/2023 6:05 PM 1243852 Structory_1.19.3_v1.3.1a.jar
-a---- 3/27/2023 10:35 PM 477865 Structory_Towers_1.19.3_v1.0.2.jar
-a---- 3/27/2023 11:18 PM 309445 TerraBlender-fabric-1.19.2-2.0.1.130.jar
-a---- 3/27/2023 10:42 PM 7367536 The_Graveyard_2.2_(FABRIC)_for_1.19.2.jar
-a---- 3/28/2023 5:41 PM 209669 thonkutil-2.15.4+1.19.jar
-a---- 3/26/2023 2:10 PM 93199 TinySkeletons-v4.2.2-1.19.2-Fabric.jar
-a---- 3/30/2023 11:31 PM 384762 totw_additions-1.2.3-1.19.x-fabric.jar
-a---- 3/27/2023 10:34 PM 2822845 Towns-and-Towers-v.1.10.1-FABRIC-1.19.2.jar
-a---- 3/31/2023 8:16 PM 38453 transcendingtrident-1.19.2-4.2.jar
-a---- 3/26/2023 2:29 PM 238556 trinkets-3.4.2.jar
-a---- 2/16/2023 9:44 PM 269995 tweakeroo-fabric-1.19.2-0.14.3.jar
-a---- 3/26/2023 2:09 PM 83473 UniversalBoneMeal-v4.2.0-1.19.2-Fabric.jar
-a---- 1/22/2023 11:11 AM 189542 UniversalEnchants-v4.2.9-1.19.2-Fabric.jar
-a---- 3/31/2023 9:11 PM 1363343 vanilla-refresh-1.4.11c.jar
-a---- 3/31/2023 8:18 PM 58154 villagernames-1.19.2-5.2.jar
-a---- 12/24/2022 2:53 PM 8215125 voicechat-fabric-1.19.2-2.3.24.jar
-a---- 4/1/2023 1:52 AM 98907 wardenloot-1.0.9-1.19.x.jar
-a---- 3/31/2023 8:38 PM 47040 wooltweaks-1.19.2-3.1.jar
-a---- 3/27/2023 10:34 PM 401874 wraith-waystones-3.0.7+mc1.19.2.jar
-a---- 3/31/2023 11:49 PM 665486 xtraarrows-2.4.3-fabric-mc1.19.2.jar
-a---- 3/26/2023 4:50 PM 1220468 YungsApi-1.19.2-Fabric-3.8.9.jar
-a---- 3/26/2023 4:51 PM 1132583 YungsBetterDesertTemples-1.19.2-Fabric-2.2.2.jar
-a---- 3/26/2023 4:50 PM 1162780 YungsBetterDungeons-1.19.2-Fabric-3.2.1.jar
-a---- 3/26/2023 4:50 PM 278685 YungsBetterMineshafts-1.19.2-Fabric-3.2.0.jar
-a---- 3/26/2023 4:52 PM 962328 YungsBetterNetherFortresses-1.19.2-Fabric-1.0.5.jar
-a---- 3/26/2023 4:51 PM 1414502 YungsBetterOceanMonuments-1.19.2-Fabric-2.1.0.jar
-a---- 3/26/2023 4:51 PM 426331 YungsBetterStrongholds-1.19.2-Fabric-3.2.0.jar
-a---- 3/26/2023 4:51 PM 248312 YungsBetterWitchHuts-1.19.2-Fabric-2.1.0.jar
-a---- 3/26/2023 4:51 PM 386484 YungsBridges-1.19.2-Fabric-3.1.0.jar
-a---- 3/26/2023 4:52 PM 428068 YungsExtras-1.19.2-Fabric-3.1.0.jar
-a---- 3/31/2023 8:19 PM 48709 zombiehorsespawn-1.19.2-4.6.jar
-a---- 3/31/2023 8:18 PM 42353 zombievillagersfromspawner-1.19.2-3.4.jar
-a---- 3/27/2023 10:47 PM 461676 [Universal]Immersive Structures-2.0.7.jar

Did you isolate BYG?

I did not try BYG alone

commented

Please post the full latest.log

commented
commented

At the time, I believe that was the full log. Here's the current latest.log. Not very useful, so I'm not sure what you're looking for. Do you want me to fly around the end and then post that log?


[11:31:52] [Server thread/INFO]: /95.111.247.42:44892 lost connection: Internal Exception: io.netty.handler.codec.DecoderException: java.lang.IndexOutOfBoundsException: readerIndex(1) + length(1) exceeds writerIndex(1): PooledUnsafeDirectByteBuf(ridx: 1, widx: 1, cap: 1)
[16:53:38] [User Authenticator #2/INFO]: UUID of player allanonmage is 97176f36-e365-4296-8684-66813622dcb0
[16:53:39] [Server thread/INFO]: allanonmage[/172.16.100.57:51750] logged in with entity id 12692 at (-156.33865037318773, 67.0, -137.52242982273467)
[16:53:39] [Server thread/INFO]: Sending server config values to client
[16:53:39] [Server thread/INFO]: Server sent config handshake for paragon to allanonmage
[16:53:39] [Server thread/INFO]: Server sent config handshake for geode to allanonmage
[16:53:39] [Server thread/INFO]: allanonmage joined the game
[16:53:39] [Netty Server IO #39/INFO]: Receiving client config
[16:53:40] [Netty Server IO #39/INFO]: [ShulkerBoxTooltip] allanonmage: protocol version: 2.0
[16:53:40] [Server thread/INFO]: [bclib] Received Hello from Client. (server=2.1.6, client=2.1.6)
[16:53:40] [Server thread/INFO]: [bclib] Sending Hello to Client. (server=2.1.6)
[16:53:40] [Server thread/INFO]: [bclib] 	- Listing Mod bclib v2.1.6 (size: 1848.2 KiB, download=true)
[16:53:40] [Server thread/INFO]: [bclib] 	- Offering Config bclib.CONFIG_bclib.generator
[16:53:40] [Server thread/INFO]: [bclib] 	- Offering Config bclib.CONFIG_bclib.main
[16:53:40] [Server thread/INFO]: [bclib] 	- Offering Config bclib.CONFIG_bclib.recipes
[16:53:40] [Server thread/INFO]: [bclib] 	- Offering Config bclib.CONFIG_bclib.biomes
[16:53:40] [Server thread/INFO]: [bclib] 	- Offering Folder C:\Games\Not Quite Modded\bclib-sync (allowDelete=true)
[16:53:40] [Server thread/INFO]: Received secret request of allanonmage (15)
[16:53:40] [Server thread/INFO]: Sent secret to allanonmage
[16:53:40] [Server thread/INFO]: Handshake response from allanonmage : SUCCESS
[16:53:40] [Server thread/INFO]: Handshake succeeded with no issues
[16:53:40] [Server thread/INFO]: Handshake response from allanonmage : SUCCESS
[16:53:40] [Server thread/INFO]: Handshake succeeded with no issues
[16:53:44] [VoiceChatPacketProcessingThread/INFO]: Successfully authenticated player 97176f36-e365-4296-8684-66813622dcb0
[17:23:38] [Server thread/INFO]: Villager class_1646['Paige'/16831, l='ServerLevel[random seed]', x=-1348.70, y=69.80, z=-1348.61] died, message: 'Paige was slain by Zombie'
[17:23:38] [Server thread/INFO]: Paige was slain by Zombie at [-1349, 69, -1349] in dimension minecraft:overworld
[17:23:38] [Server thread/INFO]: Named entity class_1646['Paige'/16831, l='ServerLevel[random seed]', x=-1348.70, y=69.80, z=-1348.61] died: Paige was slain by Zombie
[17:23:44] [Server thread/INFO]: Villager class_1646['Hans'/16826, l='ServerLevel[random seed]', x=-1350.84, y=69.00, z=-1349.66] died, message: 'Hans was slain by Zombie'
[17:23:44] [Server thread/INFO]: Hans was slain by Zombie at [-1351, 69, -1350] in dimension minecraft:overworld
[17:23:44] [Server thread/INFO]: Named entity class_1646['Hans'/16826, l='ServerLevel[random seed]', x=-1350.84, y=69.00, z=-1349.66] died: Hans was slain by Zombie
[18:19:18] [Server thread/INFO]: allanonmage lost connection: Disconnected
[18:19:18] [Server thread/INFO]: allanonmage left the game
[18:19:18] [Server thread/INFO]: Disconnecting client allanonmage
commented

@allanonmage Send the server side log

commented

@allanonmage could you send the full log? It's only a portion of it.

commented

Give me a path to go find a log if that's not what you're looking for. It's literally called "latest.log"

commented

I think I'm experiencing a similar issue. All the other BYG biomes seem to be generating correctly, including the other End biomes, but I cannot find any Viscal Isles. I've searched using /locate, and it gives me coordinates for where they should be, but they aren't actually there. When I teleport to the coordinates, the F3 menu says I'm in a Viscal Isles biome but I don't actually see any islands around me (the biome coords seem to always be higher up than the rest of the terrain) and if I move straight downwards to get nearer the other terrain the biome in the F3 menu changes (I'm assuming this is the intended behaviour where the Viscal Isles are supposed to generate above the other islands).

I first noticed this while testing out a bunch of different mods at once, including other biome mods (Biomes O Plenty, Nullscape, Terralith and Incendium) but I then removed all the other mods from my mods folder and cleared out my config folder before trying again with a bunch of new worlds and the issue persisted.

My Minecraft version: 1.19.2
My Biomes You'll Go version: 2.0.1.3
My Terrablender version: 2.0.1.162
My mod loader: Forge version 43.2.13
My Java version: Version 8 Update 371 which it says is the latest?

latest.log
end-biomes.txt

Sorry my latest.log seems to be full of unrelated audio errors that I hadn't even noticed.

I'll do my best to provide any other info that may be useful.

Thanks so much for all your work!!

commented

I noticed something else. Not only do the Viscal Isles not generate - compared to the wiki and in-game book, ALL the BYG End biomes are missing their trees and possibly other features. The trees in the Overworld biomes are working perfectly fine, though. Could this be part of the same bug?

Screenshots attached to show what I mean.
2023-06-19_21 09 49
2023-06-19_21 12 19
2023-06-19_21 12 34
2023-06-19_21 13 50
2023-06-19_21 15 39

commented

I found a fix today that worked for me!

It's the same as the fix from issue #1148 - I downgraded my Terrablender version to 2.0.1.128 and now both the Viscal Isles (ametrine included) and all the trees and other features in mod biomes are generating properly.

I hadn't noticed this when I wrote my previous comments, but this bug was actually affecting End AND Nether biomes - not only from BYG but other biome mods as well. Changing Terrablender versions fixed everything.

Maybe give that a shot allanonmage?

commented
commented

From what I can tell, it doesn't fix existing chunks. I'm not familiar with "pruning" but yeah I'm guessing you would need to regenerate them somehow.

Also if you want to get the intended default "weight"/rarity for the Viscal Isles don't forget to undo the changes you made to end-biomes.json5 - Although that's probably up to personal preference anyway.

Hope it works out