TelepathicGrunt

Results 98 comments of TelepathicGrunt

Originally I was trying to debug my mansions that were using vanilla mansion code. In there, there was a bug where there can be a 3 block high hole. I...

Linking past post of a similar form of this issue: https://github.com/MinecraftForge/MinecraftForge/pull/7613

The datapack error screen when loading the world without the mod on part is actually a dup of this issue report. My mistake. https://github.com/MinecraftForge/MinecraftForge/issues/8800 So the only new thing now...

The chunk generator and biome source are indeed registered for my mod as seen here: https://github.com/TelepathicGrunt/Bumblezone/blob/8a76cf4e279047126dd898ea2b4a7f37a3b9bb8b/src/main/java/com/telepathicgrunt/the_bumblezone/modinit/BzDimension.java#L23 https://github.com/TelepathicGrunt/Bumblezone/blob/8a76cf4e279047126dd898ea2b4a7f37a3b9bb8b/src/main/java/com/telepathicgrunt/the_bumblezone/Bumblezone.java#L115 Nothing in Mc has changed how the dimension is registered between 1.19.0 and...

Furthermore, if my chunk generator was unregistered in 1.19.1, then I would get this datapack verification failed screen instead and logs about unbounded values (this is in dev with me...

You only need to remove the dimensions that no longer exist (from the mods removed)

@AnonymousHacker1279 I am not sure what you are talking about. It is working just fine for me (https://github.com/MinecraftForge/MinecraftForge/files/8975565/vanilla_worldgen_datapack_1.19.0.-.Copy.zip) This datapack creates a new dimension called minecraft:test with a biome called...

@sciwhiz12 this is not a datapack issue. This is a mod issue. The logspam occurs when you first enter the world creation screen. This is before you can even try...

I am trying to use JEI in Quilt workspace. Same issue as above where JEI does not get the mc classes compiled correctly in JEI sources. However, if use the...

Personal preference: I strongly dislike the fact that this event is being used to add pieces to houses at runtime while making the village. I would prefer people to add...