Code Monkey home page Code Monkey logo

traverse's Introduction

Traverse

NOTE: Traverse for 1.20+ no longer requires TerraBlender.

Traverse aims to expand upon, but not replace or overshadow, Minecraft biomes. Traverse embraces the simplistic nature of many vanilla biomes and the goal is to have the biomes fit in just right so that Mojang could add them into the base game and nobody would complain that they felt out of place.

Traverse requires Fabric Loader and Fabric API
Join the Terraformers team discord for support or to chat about the mods: https://discord.gg/jEGF5fb
Visit the Traverse Wiki to learn more about each biome.

Biomes:

Images of the biomes can be found on the Modrinth Gallery page.

Other Mods by Terraformers:

Check out Traverse's sister mod, Terrestria:

Terrestria works well alongside Traverse if you are looking for a more extensive biome enhancement experience. Terrestria has a lot of highly unique and detailed biomes that may exceed the "Vanilla+" category that Traverse fits into.

Check out the Terraformers Nether biome expansion, Cinderscapes:

Cinderscapes complements Traverse by providing an expansion to the nether, much like Traverse does to the overworld. Cinderscapes brings more life and beauty to the nether, while also keeping it frightening.

Campanion, your camping companion:

Campanion adds various tools and utilities to help improve your adventures away from your home. Campanion also works well alongside Traverse in order to make the exploration of Traverse biomes even more fun.

Traverse is a mod for Fabric, and there are no plans to port this mod to Forge.
However, another team is maintaining a Forge fork of this mod at Traverse Reforged.
Traverse Reforged is unaffiliated with Terraformers, so please do not ask us for support regarding their mod.

traverse's People

Contributors

200542053 avatar alexander317 avatar brun333rp avatar coderbot16 avatar doloresmcdoodle avatar felinux02 avatar fourmisain avatar gniftygnome avatar haykam821 avatar hugman76 avatar janthomas118 avatar jaskarth avatar jhbuchanan45 avatar luciobortoletto avatar mageniy avatar neusfear avatar pinkgoosik avatar prospector avatar ricky-fight avatar romanplayer22 avatar tambry avatar taowaren avatar treetrain1 avatar trinsdar avatar unroman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

traverse's Issues

World generation issues

Chunks will generate oddly, harshly switching biomes and the like. I currently have another world generation mod installled, however it was doing the same before I installed that mod
2021-02-05_17 24 20
2021-02-05_17 24 41
Using traverse 3.3.0 and terrestria 2.1.5 with biome makeover

Fir doors gets duplicated when you break them

I found this bug while playing RLCraft, you just need to place a fir door and break it, when you pick it up you will have 2 fir doors instead of 1, no matter which weapon you use.

Mod Version: 1.5
Java version: 1.8.0_241-b07
Thanks for the attention.

Reloading a world after placing a fir boat will cause the game to crash.

This seems to be a semi-reproducible game-breaking issue. It does not happen every single time.

Place a boat, leave the world, then join again. If the game does not crash, re-attempt on a new world until it does.

Once it does happen the world is bricked permanently without using 3rd party map editors to remove the entity.

The crash report probably isn't that helpful since it doesn't have mappings, but I'll include it anyway. I believe this has something to do with the tick method in the BoatEntity class.

Here's a crashlog with no other mods installed:
traverse-crash.txt

Compatibility issue with Simplex Terrain Generation

If the weight of any of the variant biomes in the Traverse config file is set to 0 or they are disabled, Simplex crashes when attempting to generate the world. This problem does not occur with default terrain generation. I am unsure if this is a problem with Simplex or Traverse so I have posted this issue to both repos.

Here is the crash report:

---- Minecraft Crash Report ----
// Daisy, daisy...

Time: 11/24/20 3:11 PM
Description: Exception in server tick loop

java.util.concurrent.CompletionException: net.minecraft.class_148: Exception generating new chunk
	at java.util.concurrent.CompletableFuture.encodeThrowable(Unknown Source)
	at java.util.concurrent.CompletableFuture.completeThrowable(Unknown Source)
	at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source)
	at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source)
	at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source)
	at net.minecraft.class_3900.method_17634(class_3900.java:58)
	at net.minecraft.class_3846.method_16907(class_3846.java:94)
	at net.minecraft.class_3846.method_16900(class_3846.java:137)
	at net.minecraft.class_3846.run(class_3846.java:105)
	at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source)
	at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
	at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
	at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
	at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
Caused by: net.minecraft.class_148: Exception generating new chunk
	at net.minecraft.class_3898.method_17225(class_3898.java:579)
	at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
	at net.minecraft.class_3898.method_17224(class_3898.java:562)
	... 12 more
Caused by: java.lang.IllegalStateException: Unknown biome id emitted by layers: 193
	at net.minecraft.class_3642.method_16341(class_3642.java:26)
	at supercoder79.simplexterrain.world.gen.SimplexBiomeSource.getBiomeAt(SimplexBiomeSource.java:73)
	at supercoder79.simplexterrain.world.gen.SimplexBiomeSource.method_16359(SimplexBiomeSource.java:66)
	at net.minecraft.class_1966.method_24385(class_1966.java:119)
	at net.minecraft.class_1966.method_8762(class_1966.java:83)
	at net.minecraft.class_2794.method_28509(class_2794.java:111)
	at net.minecraft.class_2794.method_28507(class_2794.java:334)
	at net.minecraft.class_3188.method_28654(class_3188.java:31)
	at net.minecraft.class_3188.method_14026(class_3188.java:19)
	at net.minecraft.class_3195.method_28657(class_3195.java:259)
	at net.minecraft.class_5312.method_28622(class_5312.java:35)
	at net.minecraft.class_2794.method_28508(class_2794.java:278)
	at net.minecraft.class_2794.method_16129(class_2794.java:264)
	at net.minecraft.class_2806.method_16556(class_2806.java:51)
	at net.minecraft.class_2806.method_12154(class_2806.java:219)
	at net.minecraft.class_3898.method_17225(class_3898.java:568)
	... 14 more


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- System Details --
Details:
	Minecraft Version: 1.16.4
	Minecraft Version ID: 1.16.4
	Operating System: Windows 10 (amd64) version 10.0
	Java Version: 1.8.0_261, Oracle Corporation
	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
	Memory: 734298928 bytes (700 MB) / 1821376512 bytes (1737 MB) up to 3787980800 bytes (3612 MB)
	CPUs: 8
	JVM Flags: 0 total; 
	Fabric Mods: 
		adapaxels: AdaPaxels 1.0.4
		angerable-patch: Angerable Patch 1.0.0-1.16.1
		autoconfig1u: Auto Config v1 Updated 3.3.1
		automated_crafting: Automated Crafting 1.3.13+MC1.16.2-1.16.4
		baila: baila 1.1.0
		bettercaves: YUNG's Better Caves 1.16.2-1.0.3
		blast: BLAST 1.4
		cavebiomes: Cave Biomes 0.5.1
		charm: Charm 2.1.1
		chunkpregen: Fabric Chunk Pregenerator 0.3.3
		cloth-basic-math: Cloth Basic Math 0.5.1
		cloth-config2: Cloth Config v4 4.8.2
		com_electronwill_night-config_core: core 3.6.2
		com_electronwill_night-config_toml: toml 3.6.2
		com_moandjiezana_toml_toml4j: toml4j 0.7.2
		craftycuisine: Crafty Cuisine b1.1
		crookedcrooks: Crooked Crooks 1.3.2+1.16.4
		fabric: Fabric API 0.26.0+1.16
		fabric-api-base: Fabric API Base 0.2.0+ba858fb83a
		fabric-biome-api-v1: Fabric Biome API (v1) 3.1.0+2e23b97c3a
		fabric-command-api-v1: Fabric Command API (v1) 1.0.9+6a2618f53a
		fabric-commands-v0: Fabric Commands (v0) 0.2.0+6a2618f53a
		fabric-containers-v0: Fabric Containers (v0) 0.1.8+6a2618f53a
		fabric-content-registries-v0: Fabric Content Registries (v0) 0.1.9+6a2618f53a
		fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.2+b7f9825d3a
		fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.1+6a2618f53a
		fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.0+6a2618f53a
		fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.3+a4467d2a3a
		fabric-item-api-v1: Fabric Item API (v1) 1.2.0+6a2618f53a
		fabric-item-groups-v0: Fabric Item Groups (v0) 0.2.1+6a2618f53a
		fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 1.2.0+6a2618f53a
		fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.0.1+6a2618f53a
		fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.2+6a2618f53a
		fabric-networking-blockentity-v0: Fabric Networking Block Entity (v0) 0.2.5+6a2618f53a
		fabric-networking-v0: Fabric Networking (v0) 0.1.10+6a2618f53a
		fabric-object-builder-api-v1: Fabric Object Builder API (v1) 1.9.2+6a2618f53a
		fabric-object-builders-v0: Fabric Object Builders (v0) 0.7.1+6a2618f53a
		fabric-particles-v1: fabric-particles-v1 0.2.2+6a2618f53a
		fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.6.1+6a2618f53a
		fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.1.4+6a2618f53a
		fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.3.2+1944f3e03a
		fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.1.0+6a2618f53a
		fabric-structure-api-v1: Fabric Structure API (v1) 1.1.0+f8ac1db23a
		fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 1.0.3+6a2618f53a
		fabric-tool-attribute-api-v1: Fabric Tool Attribute API (v1) 1.2.5+6a2618f53a
		fabricloader: Fabric Loader 0.10.8
		fatxporbs: Fat Experience Orbs 0.0.7
		flan: Flan 1.16.2-1.1.5
		flesh2leather: Flesh2Leather 1.0.1
		flora-doubling: Flora Doubling 1.3.0+1.16.4-fabric
		jankson: Jankson 3.0.1+j1.2.0
		lapisreserve: Lapis Reserve 1.0.6
		libcd: LibCapableData 3.0.3+1.16.3
		libgui: LibGui 3.2.1+1.16.3
		lithium: Lithium 0.6.0
		lithium-api: Lithium API 0.6.0
		magna: Magna 1.4.2-1.16.2
		mcdict: MCDict 2.0.0+1.16.4
		mcdw: MC Dungeons Weapons 1.1.8
		minecraft: Minecraft 1.16.4
		org_yaml_snakeyaml: snakeyaml 1.25
		phosphor: Phosphor 0.6.0+build.7
		polymc: PolyMc 2.3.0+1.16.2
		reach-entity-attributes: Reach Entity Attribute 1.0.1
		repurposed_structures: Repurposed Structures 1.16.4-1.7.0
		simplexterrain: Simplex Terrain 0.7.1
		staffofbuilding: Staff of Building 1.2.3-1.16.2
		static-content: Static Content 1.0.1-1.16.2
		staticdata: Static Data 1.1.2
		terraform-biome-builder-api-v1: Terraform Biome Builder API (v1) 1.0.0+build.1
		terraform-config-api-v1: Terraform Config API (v1) 1.0.0+build.1
		terraform-overworld-biome-extensions-api-v1: Terraform Overworld Biome Extensions API (v1) 1.0.0+build.1
		terraform-surfaces-api-v1: Terraform Surfaces API (v1) 1.0.0+build.1
		terraform-tree-api-v1: Terraform Tree API (v1) 1.0.0+build.1
		terraform-wood-api-v1: Terraform Wood API (v1) 1.0.0+build.1
		traverse: Traverse 3.0.3+build.13
		vanilla-hammers: Vanilla Hammers 3.0.1-1.16.3
		voyager: Voyager 1.0.0
		world_blender: World Blender 1.16.4-1.0.9
	Player Count: 0 / 20; []
	Data Packs: vanilla, fabric/adapaxels, fabric/automated_crafting, fabric/blast, fabric/cavebiomes, fabric/charm, fabric/craftycuisine, fabric/crookedcrooks, fabric/fabric-tool-attribute-api-v1, fabric/flesh2leather, fabric/flora-doubling, fabric/libcd, fabric/mcdw, fabric/repurposed_structures, fabric/staffofbuilding, fabric/traverse, fabric/vanilla-hammers, fabric/world_blender
	Is Modded: Definitely; Server brand changed to 'fabric'
	Type: Dedicated Server (map_server.txt)

how to get the json biome files ?

Hi,
I'm making a modpack and i need the json of some biomes, to modify various things in the worldgen.
Oh The Biomes You'll Go adds a /gendata command to get the json files of every biome and configured features, but when i use the command on a world with just Byg and Traverse, there's no biome in the biome folder of traverse (and i also have the same problem with terrestria).
I know i can write the json myself using the source code of the biomes, but is there an easier way to do that ?

Conflict with OptiFabric/OptiFine

error sent to optifabric

MultiMC version: 0.6.8-1419

Minecraft folder is:
C:/Users/casa/Desktop/Programas/MultiMC/instances/multimc/.minecraft

Java path is:
C:/Program Files (x86)/Common Files/Oracle/Java/javapath/javaw.exe

Versão do Java 1.8.0_231, usando arquitetura de 64 bits.

Main Class:
net.fabricmc.loader.launch.knot.KnotClient

Native path:
C:/Users/casa/Desktop/Programas/MultiMC/instances/multimc/natives

Traits:
traits FirstThreadOnMacOS

Libraries:
C:/Users/casa/Desktop/Programas/MultiMC/libraries/org/lwjgl/lwjgl/3.2.2/lwjgl-3.2.2.jar
C:/Users/casa/Desktop/Programas/MultiMC/libraries/org/lwjgl/lwjgl-jemalloc/3.2.2/lwjgl-jemalloc-3.2.2.jar
C:/Users/casa/Desktop/Programas/MultiMC/libraries/org/lwjgl/lwjgl-openal/3.2.2/lwjgl-openal-3.2.2.jar
C:/Users/casa/Desktop/Programas/MultiMC/libraries/org/lwjgl/lwjgl-opengl/3.2.2/lwjgl-opengl-3.2.2.jar
C:/Users/casa/Desktop/Programas/MultiMC/libraries/org/lwjgl/lwjgl-glfw/3.2.2/lwjgl-glfw-3.2.2.jar
C:/Users/casa/Desktop/Programas/MultiMC/libraries/org/lwjgl/lwjgl-stb/3.2.2/lwjgl-stb-3.2.2.jar
C:/Users/casa/Desktop/Programas/MultiMC/libraries/com/mojang/patchy/1.1/patchy-1.1.jar
C:/Users/casa/Desktop/Programas/MultiMC/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar
C:/Users/casa/Desktop/Programas/MultiMC/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar
C:/Users/casa/Desktop/Programas/MultiMC/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar
C:/Users/casa/Desktop/Programas/MultiMC/libraries/com/ibm/icu/icu4j-core-mojang/51.2/icu4j-core-mojang-51.2.jar
C:/Users/casa/Desktop/Programas/MultiMC/libraries/com/mojang/javabridge/1.0.22/javabridge-1.0.22.jar
C:/Users/casa/Desktop/Programas/MultiMC/libraries/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar
C:/Users/casa/Desktop/Programas/MultiMC/libraries/io/netty/netty-all/4.1.25.Final/netty-all-4.1.25.Final.jar
C:/Users/casa/Desktop/Programas/MultiMC/libraries/com/google/guava/guava/21.0/guava-21.0.jar
C:/Users/casa/Desktop/Programas/MultiMC/libraries/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar
C:/Users/casa/Desktop/Programas/MultiMC/libraries/commons-io/commons-io/2.5/commons-io-2.5.jar
C:/Users/casa/Desktop/Programas/MultiMC/libraries/commons-codec/commons-codec/1.10/commons-codec-1.10.jar
C:/Users/casa/Desktop/Programas/MultiMC/libraries/com/mojang/brigadier/1.0.17/brigadier-1.0.17.jar
C:/Users/casa/Desktop/Programas/MultiMC/libraries/com/mojang/datafixerupper/2.0.24/datafixerupper-2.0.24.jar
C:/Users/casa/Desktop/Programas/MultiMC/libraries/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar
C:/Users/casa/Desktop/Programas/MultiMC/libraries/com/mojang/authlib/1.5.25/authlib-1.5.25.jar
C:/Users/casa/Desktop/Programas/MultiMC/libraries/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar
C:/Users/casa/Desktop/Programas/MultiMC/libraries/org/apache/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.jar
C:/Users/casa/Desktop/Programas/MultiMC/libraries/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar
C:/Users/casa/Desktop/Programas/MultiMC/libraries/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar
C:/Users/casa/Desktop/Programas/MultiMC/libraries/it/unimi/dsi/fastutil/8.2.1/fastutil-8.2.1.jar
C:/Users/casa/Desktop/Programas/MultiMC/libraries/org/apache/logging/log4j/log4j-api/2.8.1/log4j-api-2.8.1.jar
C:/Users/casa/Desktop/Programas/MultiMC/libraries/org/apache/logging/log4j/log4j-core/2.8.1/log4j-core-2.8.1.jar
C:/Users/casa/Desktop/Programas/MultiMC/libraries/com/mojang/text2speech/1.11.3/text2speech-1.11.3.jar
C:/Users/casa/Desktop/Programas/MultiMC/libraries/net/fabricmc/fabric-loader/0.7.8+build.186/fabric-loader-0.7.8+build.186.jar
C:/Users/casa/Desktop/Programas/MultiMC/libraries/net/fabricmc/yarn/1.15.2+build.14/yarn-1.15.2+build.14.jar
C:/Users/casa/Desktop/Programas/MultiMC/libraries/net/fabricmc/tiny-mappings-parser/0.2.0.11/tiny-mappings-parser-0.2.0.11.jar
C:/Users/casa/Desktop/Programas/MultiMC/libraries/net/fabricmc/sponge-mixin/0.8+build.18/sponge-mixin-0.8+build.18.jar
C:/Users/casa/Desktop/Programas/MultiMC/libraries/net/fabricmc/tiny-remapper/0.2.0.52/tiny-remapper-0.2.0.52.jar
C:/Users/casa/Desktop/Programas/MultiMC/libraries/net/fabricmc/fabric-loader-sat4j/2.3.5.4/fabric-loader-sat4j-2.3.5.4.jar
C:/Users/casa/Desktop/Programas/MultiMC/libraries/com/google/jimfs/jimfs/1.1/jimfs-1.1.jar
C:/Users/casa/Desktop/Programas/MultiMC/libraries/org/ow2/asm/asm/7.3.1/asm-7.3.1.jar
C:/Users/casa/Desktop/Programas/MultiMC/libraries/org/ow2/asm/asm-analysis/7.3.1/asm-analysis-7.3.1.jar
C:/Users/casa/Desktop/Programas/MultiMC/libraries/org/ow2/asm/asm-commons/7.3.1/asm-commons-7.3.1.jar
C:/Users/casa/Desktop/Programas/MultiMC/libraries/org/ow2/asm/asm-tree/7.3.1/asm-tree-7.3.1.jar
C:/Users/casa/Desktop/Programas/MultiMC/libraries/org/ow2/asm/asm-util/7.3.1/asm-util-7.3.1.jar
C:/Users/casa/Desktop/Programas/MultiMC/libraries/com/mojang/minecraft/1.15.2/minecraft-1.15.2-client.jar

Native libraries:
C:/Users/casa/Desktop/Programas/MultiMC/libraries/org/lwjgl/lwjgl/3.2.2/lwjgl-3.2.2-natives-windows.jar
C:/Users/casa/Desktop/Programas/MultiMC/libraries/org/lwjgl/lwjgl-jemalloc/3.2.2/lwjgl-jemalloc-3.2.2-natives-windows.jar
C:/Users/casa/Desktop/Programas/MultiMC/libraries/org/lwjgl/lwjgl-openal/3.2.2/lwjgl-openal-3.2.2-natives-windows.jar
C:/Users/casa/Desktop/Programas/MultiMC/libraries/org/lwjgl/lwjgl-opengl/3.2.2/lwjgl-opengl-3.2.2-natives-windows.jar
C:/Users/casa/Desktop/Programas/MultiMC/libraries/org/lwjgl/lwjgl-glfw/3.2.2/lwjgl-glfw-3.2.2-natives-windows.jar
C:/Users/casa/Desktop/Programas/MultiMC/libraries/org/lwjgl/lwjgl-stb/3.2.2/lwjgl-stb-3.2.2-natives-windows.jar
C:/Users/casa/Desktop/Programas/MultiMC/libraries/com/mojang/text2speech/1.11.3/text2speech-1.11.3-natives-windows.jar

Mods:
[heavy_check_mark] [1.15.1]AutoHarvest-1.0.4
[heavy_check_mark] Adorn-1.8.0+1.15.2
[heavy_check_mark] amecs-1.2.9+1.15-pre5
[heavy_check_mark] angelring-1.15.1-1.0
[heavy_check_mark] AppleSkin-Mod-Fabric-1.15
[heavy_check_mark] betterdroppeditems-1.0.1
[heavy_check_mark] bunch-o-trinkets-1.0.0
[heavy_check_mark] clipboards-1.0.0+1.15.2
[heavy_check_mark] cotton-1.0.2
[heavy_check_mark] Couplings-1.3.1
[x] customtitlescreen-1.16-snapshot-0.1.2.jar (disabled)
[heavy_check_mark] demeter-1.1.3
[heavy_check_mark] durabilityviewer-1.15.2-fabric0.4.23-1.7
[x] dynamic-fps-1.0.4.jar (disabled)
[heavy_check_mark] eggtab-1.1.2+1.15-1.16
[heavy_check_mark] epicurean-2.2.4+1.15.2
[heavy_check_mark] everything-is-a-hat-1.0.4
[heavy_check_mark] fabric-api-0.4.29+build.290-1.15
[heavy_check_mark] fabric-furnaces_1.15pre4-1.2.0
[heavy_check_mark] fabric-language-kotlin-1.3.61+build.1
[heavy_check_mark] fabricmod_VoxelMap-1.9.14_for_1.15.1
[heavy_check_mark] floradoubling-1.15.2-20w06a-1.0.0
[heavy_check_mark] forgivingenchantingtable-1.0
[heavy_check_mark] glassential-fabric-1.15.1-1.1.3
[heavy_check_mark] glowingbeds-1-0-2
[heavy_check_mark] godown-0.2.0+1.15
[heavy_check_mark] grindstone_books-1.0.0
[heavy_check_mark] horse-stats-vanilla-1.0.4
[heavy_check_mark] Hwyla-fabric-1.15.2-1.9.20-71
[heavy_check_mark] improved-stations-1.2.4
[heavy_check_mark] InstantLava_Fabric1.15-1.1.3
[heavy_check_mark] inventoryprofiles-fabric-1.15.2-0.2.0
[heavy_check_mark] ironbarrels-2.1.0
[heavy_check_mark] itemmagnets-1.0.0
[heavy_check_mark] jumpoverfences-1.15-0.0.1
[heavy_check_mark] lead-villagers-1.2.0+mc1.14.4
[heavy_check_mark] LightOverlay-4.1
[heavy_check_mark] lithium-mc1.15.2-fabric-0.4.5-mod
[heavy_check_mark] llamasteeds-2020.02.08
[heavy_check_mark] logical_zoom-0.0.2
[file_folder] mamiyaotaru (folder)
[heavy_check_mark] Missing+Bits-v1.15.2+Fabric+b1
[heavy_check_mark] modmenu-1.8.5+build.23
[heavy_check_mark] MyBrightness-1.14.4-01
[heavy_check_mark] optifabric-1.0.0-beta4
[x] orderly-1.2.0+build.1-1.15.jar (disabled)
[heavy_check_mark] passable-leaves-0.3.0
[heavy_check_mark] PerspectiveModRedux-0.0.2
[heavy_check_mark] phosphor-mc1.15.1-fabric-0.3.6
[heavy_check_mark] preview_OptiFine_1.15.2_HD_U_G1_pre9 (1)
[heavy_check_mark] quickshulker-1.1.2
[heavy_check_mark] redstone-bits-1.2.2
[heavy_check_mark] RoughlyEnoughItems-3.6.4
[heavy_check_mark] secretrooms-0.5.4
[heavy_check_mark] shulkerboxtooltip-1.4.4+1.15.0
[heavy_check_mark] shulkercharm-1.1.2+1.15.2
[heavy_check_mark] simpleteleporters-2.2.0-1.15
[heavy_check_mark] stockpile-1.1.3+1.15.1
[heavy_check_mark] strongandfairanvils-0.3.0+1.15
[heavy_check_mark] structure_utils-2.0.0
[heavy_check_mark] tdnf-mc115-1.8.69
[heavy_check_mark] trapexpansion-1.3.1-fabric1.15
[heavy_check_mark] traverse-2.1.9+build.17
[heavy_check_mark] trinkets-2.4.1
[heavy_check_mark] uselesstutorial-1.0.0
[heavy_check_mark] vanilla-hammers-1.7.0
[heavy_check_mark] vertical-redstone-1.1.0
[heavy_check_mark] villager-hats-fabric-1.15.0-1.0.0

Params:
--username --version MultiMC5 --gameDir C:/Users/casa/Desktop/Programas/MultiMC/instances/multimc/.minecraft --assetsDir C:/Users/casa/Desktop/Programas/MultiMC/assets --assetIndex 1.15 --uuid --accessToken --userType --versionType release

Window size: 1280 x 720

Java Arguments:
[-XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump, -Xms409m, -Xmx4096m, -Duser.language=en]

ID do processo do Minecraft: 7148

Using onesix launcher.

[21:07:15] [main/INFO]: Loading for game Minecraft 1.15.2
[21:07:18] [main/WARN]: Warnings were found!

Mod amecs conflicts with mod {optifabric @ [*]}, but the conflicting version is present: 1.0.0-beta4!
[21:07:18] [main/WARN]: Mod everythingisahat (1.0.4) uses 'requires' key in fabric.mod.json, which is not supported - use 'depends'
[21:07:18] [main/WARN]: Mod lightoverlay (4.1) uses 'requires' key in fabric.mod.json, which is not supported - use 'depends'
[21:07:18] [main/WARN]: Mod vanilla-hammers (1.7.0) uses 'requires' key in fabric.mod.json, which is not supported - use 'depends'
[21:07:18] [main/WARN]: Mod betterdroppeditems (1.0.1) uses 'requires' key in fabric.mod.json, which is not supported - use 'depends'
[21:07:18] [main/INFO]: [FabricLoader] Loading 133 mods: [email protected]+dfdb52d60c, [email protected], [email protected], [email protected]+build.186, [email protected], [email protected], [email protected], [email protected] Fabric b1, [email protected]+1.15, [email protected]+203491ea0c, [email protected], [email protected], [email protected]+b7f9825d0c, [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]+c6a8ea890c, [email protected], [email protected], [email protected], [email protected]+build.290-1.15, [email protected], [email protected]+1.15.2, [email protected], [email protected]+12515ed90c, [email protected], [email protected]+1.15.2, [email protected], [email protected]+build.23, [email protected]+1.15-1.16, [email protected], [email protected], [email protected]+3b05f68e0c, [email protected]+a1bd31180c, [email protected]+b7f9825d0c, [email protected], [email protected]+build.1, [email protected], [email protected], [email protected], [email protected]+1.15-pre5, [email protected], [email protected]+06c939b30c, [email protected], [email protected], [email protected], [email protected], [email protected]+b7f9825d0c, [email protected]+f3d8141b0c, [email protected]+1.15.2, [email protected], [email protected], [email protected], [email protected]+1.15.2, [email protected]+b7f9825d0c, [email protected], [email protected]+ec40b2e10c, [email protected]+dfdb52d60c, [email protected]+1.15.0, [email protected], [email protected], [email protected]+aea78a250c, [email protected], [email protected]+1.15, [email protected]+1.15.2, [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]+b7f9825d0c, [email protected], [email protected]+mc1.14.4, [email protected], [email protected]+b7f9825d0c, [email protected], [email protected]+821cdba70c, [email protected]+12515ed90c, [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]+build.17, [email protected]+5a0f9a600c, [email protected], [email protected], [email protected], [email protected]+e08a73050c, [email protected], [email protected], [email protected]+dfdb52d60c, [email protected], [email protected]+build.19, [email protected], [email protected], [email protected]+e08a73050c, [email protected], [email protected]+j1.2.0, [email protected], [email protected], [email protected], [email protected]+203491ea0c, [email protected]+fabric-20w06a, [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]+534104900c, [email protected]+534104900c, [email protected], [email protected]+b7f9825d0c, [email protected]+abd915800c, blue_endless_jankson@+, [email protected], [email protected], [email protected], [email protected]+1.15.1, [email protected], [email protected], [email protected], [email protected]+b7f9825d0c, [email protected], [email protected]+e4c9a9c30c, [email protected]
[21:07:18] [main/WARN]: Mod missingbits (v1.15.2 Fabric b1) does not respect SemVer - comparison support is limited.
[21:07:18] [main/WARN]: Mod villagerhats (fabric-1.15.0-1.0.0) does not respect SemVer - comparison support is limited.
[21:07:18] [main/WARN]: Mod blue_endless_jankson (+) does not respect SemVer - comparison support is limited.
[21:07:18] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8 Source=file:/C:/Users/casa/Desktop/Programas/MultiMC/libraries/net/fabricmc/sponge-mixin/0.8+build.18/sponge-mixin-0.8+build.18.jar Service=Knot/Fabric Env=CLIENT
[21:07:19] [main/INFO]: Lithium's configuration file was loaded successfully
[21:07:19] [main/WARN]: Reference map 'Iron-Barrels-refmap.json' for ironbarrels2.mixins.json could not be read. If this is a development environment you can ignore this message
[21:07:19] [main/WARN]: Reference map 'AutoHarvest-refmap.json' for modid.mixins.json could not be read. If this is a development environment you can ignore this message
[21:07:19] [main/WARN]: Reference map 'itemmagnets-refmap.json' for itemmagnets.mixins.json could not be read. If this is a development environment you can ignore this message
[21:07:19] [main/WARN]: Reference map 'optifabric-refmap.json' for optifabric.mixins.json could not be read. If this is a development environment you can ignore this message
[21:07:19] [main/WARN]: Reference map 'llamasteeds-refmap.json' for llamasteeds.mixins.json could not be read. If this is a development environment you can ignore this message
[21:07:19] [main/WARN]: Reference map 'floradoubling-refmap.json' for floradoubling.mixins.json could not be read. If this is a development environment you can ignore this message
[21:07:19] [main/INFO]: Not applying mixin 'me.jellysquid.mods.lithium.mixin.chunk.no_chunk_locking.MixinPalettedContainer' as no configuration enables it
[21:07:19] [main/INFO]: Not applying mixin 'me.jellysquid.mods.lithium.mixin.redstone.MixinRedstoneWireBlock' as no configuration enables it
[21:07:19] [main/INFO]: Not applying mixin 'me.jellysquid.mods.lithium.mixin.redstone.MixinWorld' as no configuration enables it
Optifabric is still using the traditional Early Riser initialisation
Found existing patched optifine jar, using that
[21:07:20] [main/WARN]: Reference map 'optifabric-refmap.json' for optifabric.indigofix.mixins.json could not be read. If this is a development environment you can ignore this message
[21:07:20] [main/WARN]: Reference map 'optifabric-refmap.json' for optifabric.optifine.mixins.json could not be read. If this is a development environment you can ignore this message
[21:07:20] [main/INFO]: [OptiFine] *** Reflector Forge ***
[21:07:20] [main/INFO]: [OptiFine] (Reflector) Class not present: mods.betterfoliage.client.BetterFoliageClient
[21:07:21] [main/INFO]: Transforming class net/minecraft/class_2382 using patch set 'Modify mutability flags in Vec3i'
[21:07:21] [main/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.class_773.getTexture
[21:07:21] [main/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.class_1299.getTags
[21:07:21] [main/INFO]: Transforming class net/minecraft/class_2338$class_2339 using patch set 'Use mutable fields in Vec3i'
[21:07:21] [main/INFO]: [OptiFine] (Reflector) Field not present: net.minecraft.class_1309.NAMETAG_DISTANCE
[21:07:21] [main/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.class_3611.getTags
[21:07:21] [main/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.class_304.setKeyConflictContext
[21:07:21] [main/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.class_304.setKeyModifierAndCode
[21:07:21] [main/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.class_304.getKeyModifier
[21:07:21] [main/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.class_790.fromJson
[21:07:21] [main/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.class_4696.canRenderInLayer
[21:07:21] [main/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.class_4696.canRenderInLayer
[21:07:21] [main/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.class_296$class_298.preDraw
[21:07:21] [main/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.class_296$class_298.postDraw
[21:07:21] [main/INFO]: [OptiFine] (Reflector) Field not found: World.tileEntitiesToBeRemoved
[21:07:21] [main/INFO]: [OptiFine] *** Reflector Vanilla ***
[21:07:22] [main/WARN]: Injection warning: LVT in net/minecraft/class_315::method_1640()V has incompatible changes at opcode 971 in callback net/minecraft/class_315::onKeyBindingWritten.
Expected: [Ljava/io/PrintWriter;, [Lnet/minecraft/class_304;, I, I, Lnet/minecraft/class_304;]
Found: [Ljava/io/PrintWriter;, Lnull;, [Lnet/minecraft/class_304;, I, I]
[21:07:22] [main/INFO]: [OptiFine] (Reflector) Field not present: net.minecraft.class_554.(type: class [Lnet.minecraft.class_630;, index: 1)
[21:07:22] [main/INFO]: [OptiFine] (Reflector) Field not present: net.minecraft.class_892.(type: class net.minecraft.class_583, index: 0)
[21:07:22] [main/INFO]: [OptiFine] (Reflector) Field not present: net.minecraft.class_892.(type: class net.minecraft.class_583, index: 1)
[21:07:22] [main/INFO]: [OptiFine] (Reflector) Field not present: net.minecraft.class_567.(type: class net.minecraft.class_630, index: 0)
[21:07:22] [main/INFO]: [OptiFine] (Reflector) Field not present: net.minecraft.class_575.(type: class net.minecraft.class_630, index: 8)
[21:07:22] [main/INFO]: [OptiFine] (Reflector) Field not present: net.minecraft.class_588.(type: class net.minecraft.class_630, index: 7)
[21:07:22] [main/INFO]: [OptiFine] (Reflector) Field not present: net.minecraft.class_599.(type: class net.minecraft.class_630, index: 5)
[21:07:22] [main/INFO]: [OptiFine] (Reflector) Field not present: net.minecraft.class_599.(type: class net.minecraft.class_630, index: 6)
[21:07:22] [main/INFO]: [OptiFine] (Reflector) Field not present: net.minecraft.class_599.(type: class net.minecraft.class_630, index: 7)
[21:07:22] [main/INFO]: Setting user: Denismoroti
[21:07:32] [main/INFO]: [Strong and Fair Anvils] initialized!
[21:07:32] [main/INFO]: [ml3api] number:42.0; identifier:{field_13353=minecraft, field_13355=stone}; string:something; array:[1.0, 2.0, 3.0, 4.0, you expected 5, but it was me, Dio!]; inner:{name=, number=0.0, flag=false};
[21:07:32] [main/INFO]: Discovered plugin waila:core provided by waila at mcp.mobius.waila.addons.core.PluginCore
[21:07:32] [main/INFO]: Discovered plugin waila:vanilla provided by waila at mcp.mobius.waila.addons.minecraft.PluginMinecraft
[21:07:32] [main/INFO]: Discovered plugin stockpile:all provided by stockpile at me.branchpanic.mods.stockpile.integration.hwyla.StockpileWailaPlugin
[21:07:32] [main/INFO]: Registering plugin at mcp.mobius.waila.addons.core.PluginCore
[21:07:32] [main/INFO]: Registering plugin at mcp.mobius.waila.addons.minecraft.PluginMinecraft
[21:07:32] [main/INFO]: Registering plugin at me.branchpanic.mods.stockpile.integration.hwyla.StockpileWailaPlugin
[21:07:32] [main/INFO]: [Egg Tab] Moving enchanted books
[21:07:32] [main/INFO]: [Egg Tab] Starting initial egging
[21:07:32] [main/INFO]: [Egg Tab] Egged: minecraft:zombie_spawn_egg
[21:07:32] [main/INFO]: [Egg Tab] Egged: minecraft:phantom_spawn_egg
[21:07:32] [main/INFO]: [Egg Tab] Egged: minecraft:enderman_spawn_egg
[21:07:32] [main/INFO]: [Egg Tab] Egged: minecraft:silverfish_spawn_egg
[21:07:32] [main/INFO]: [Egg Tab] Egged: minecraft:tropical_fish_spawn_egg
[21:07:32] [main/INFO]: [Egg Tab] Egged: minecraft:chicken_spawn_egg
[21:07:32] [main/INFO]: [Egg Tab] Egged: minecraft:polar_bear_spawn_egg
[21:07:32] [main/INFO]: [Egg Tab] Egged: minecraft:shulker_spawn_egg
[21:07:32] [main/INFO]: [Egg Tab] Egged: minecraft:pillager_spawn_egg
[21:07:32] [main/INFO]: [Egg Tab] Egged: minecraft:ghast_spawn_egg
[21:07:32] [main/INFO]: [Egg Tab] Egged: minecraft:parrot_spawn_egg
[21:07:32] [main/INFO]: [Egg Tab] Egged: minecraft:guardian_spawn_egg
[21:07:32] [main/INFO]: [Egg Tab] Egged: minecraft:panda_spawn_egg
[21:07:32] [main/INFO]: [Egg Tab] Egged: minecraft:cod_spawn_egg
[21:07:32] [main/INFO]: [Egg Tab] Egged: minecraft:trader_llama_spawn_egg
[21:07:32] [main/INFO]: [Egg Tab] Egged: minecraft:endermite_spawn_egg
[21:07:32] [main/INFO]: [Egg Tab] Egged: minecraft:mule_spawn_egg
[21:07:32] [main/INFO]: [Egg Tab] Egged: minecraft:horse_spawn_egg
[21:07:32] [main/INFO]: [Egg Tab] Egged: minecraft:llama_spawn_egg
[21:07:32] [main/INFO]: [Egg Tab] Egged: minecraft:cat_spawn_egg
[21:07:32] [main/INFO]: [Egg Tab] Egged: minecraft:cow_spawn_egg
[21:07:32] [main/INFO]: [Egg Tab] Egged: minecraft:evoker_spawn_egg
[21:07:32] [main/INFO]: [Egg Tab] Egged: minecraft:vex_spawn_egg
[21:07:32] [main/INFO]: [Egg Tab] Egged: minecraft:wolf_spawn_egg
[21:07:32] [main/INFO]: [Egg Tab] Egged: minecraft:skeleton_spawn_egg
[21:07:32] [main/INFO]: [Egg Tab] Egged: minecraft:ocelot_spawn_egg
[21:07:32] [main/INFO]: [Egg Tab] Egged: minecraft:ravager_spawn_egg
[21:07:32] [main/INFO]: [Egg Tab] Egged: minecraft:squid_spawn_egg
[21:07:32] [main/INFO]: [Egg Tab] Egged: minecraft:blaze_spawn_egg
[21:07:32] [main/INFO]: [Egg Tab] Egged: minecraft:donkey_spawn_egg
[21:07:32] [main/INFO]: [Egg Tab] Egged: minecraft:slime_spawn_egg
[21:07:32] [main/INFO]: [Egg Tab] Egged: minecraft:elder_guardian_spawn_egg
[21:07:32] [main/INFO]: [Egg Tab] Egged: minecraft:villager_spawn_egg
[21:07:32] [main/INFO]: [Egg Tab] Egged: minecraft:wandering_trader_spawn_egg
[21:07:32] [main/INFO]: [Egg Tab] Egged: minecraft:zombie_pigman_spawn_egg
[21:07:32] [main/INFO]: [Egg Tab] Egged: minecraft:turtle_spawn_egg
[21:07:32] [main/INFO]: [Egg Tab] Egged: minecraft:fox_spawn_egg
[21:07:32] [main/INFO]: [Egg Tab] Egged: minecraft:stray_spawn_egg
[21:07:32] [main/INFO]: [Egg Tab] Egged: minecraft:bee_spawn_egg
[21:07:32] [main/INFO]: [Egg Tab] Egged: minecraft:zombie_villager_spawn_egg
[21:07:32] [main/INFO]: [Egg Tab] Egged: minecraft:husk_spawn_egg
[21:07:32] [main/INFO]: [Egg Tab] Egged: minecraft:vindicator_spawn_egg
[21:07:32] [main/INFO]: [Egg Tab] Egged: minecraft:dolphin_spawn_egg
[21:07:32] [main/INFO]: [Egg Tab] Egged: minecraft:pufferfish_spawn_egg
[21:07:32] [main/INFO]: [Egg Tab] Egged: minecraft:drowned_spawn_egg
[21:07:32] [main/INFO]: [Egg Tab] Egged: minecraft:cave_spider_spawn_egg
[21:07:32] [main/INFO]: [Egg Tab] Egged: minecraft:salmon_spawn_egg
[21:07:32] [main/INFO]: [Egg Tab] Egged: minecraft:skeleton_horse_spawn_egg
[21:07:32] [main/INFO]: [Egg Tab] Egged: minecraft:rabbit_spawn_egg
[21:07:32] [main/INFO]: [Egg Tab] Egged: minecraft:mooshroom_spawn_egg
[21:07:32] [main/INFO]: [Egg Tab] Egged: minecraft:spider_spawn_egg
[21:07:32] [main/INFO]: [Egg Tab] Egged: minecraft:pig_spawn_egg
[21:07:32] [main/INFO]: [Egg Tab] Egged: minecraft:witch_spawn_egg
[21:07:32] [main/INFO]: [Egg Tab] Egged: minecraft:zombie_horse_spawn_egg
[21:07:32] [main/INFO]: [Egg Tab] Egged: minecraft:creeper_spawn_egg
[21:07:32] [main/INFO]: [Egg Tab] Egged: minecraft:sheep_spawn_egg
[21:07:32] [main/INFO]: [Egg Tab] Egged: minecraft:magma_cube_spawn_egg
[21:07:32] [main/INFO]: [Egg Tab] Egged: minecraft:bat_spawn_egg
[21:07:32] [main/INFO]: [Egg Tab] Egged: minecraft:wither_skeleton_spawn_egg
[21:07:32] [main/INFO]: [Egg Tab] Now listening for new eggs
[21:07:36] [main/INFO]: [Go Down] initialized!
[21:07:36] [main/INFO]: Definitely not up to no good
[21:07:38] [main/INFO]: [verticalredstone] Registered Items!
[21:07:38] [main/INFO]: [Cotton Datapack]: Loaded config.
[21:07:38] [main/INFO]: [STDOUT]: Loading uselesstutorial
[21:07:38] [main/INFO]: [STDOUT]: JumpOverFences initialized!
[21:07:38] [main/WARN]: Tried to register key binding with unregistered category 'Bunch O' Trinkets' - please use addCategory to ensure intended category ordering!
[21:07:38] [main/INFO]: [Go Down Client] initialized!
[21:07:39] [main/INFO]: [Indigo] Different rendering plugin detected; not applying Indigo.
[21:07:39] [main/INFO]: [REI] Config is loaded.
---- Minecraft Crash Report ----
// Surprise! Haha. Well, this is awkward.
Time: 3/15/20 9:07 PM
Description: Initializing game

java.lang.RuntimeException: Could not execute entrypoint stage 'client' due to errors!
at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:55)
at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke(EntrypointUtils.java:34)
at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointClient.start(EntrypointClient.java:33)
at net.minecraft.class_310.(class_310.java:392)
at net.minecraft.client.main.Main.main(Main.java:166)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:193)
at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:138)
at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:26)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
at org.multimc.EntryPoint.listen(EntryPoint.java:143)
at org.multimc.EntryPoint.main(EntryPoint.java:34)
Suppressed: java.lang.ExceptionInInitializerError
at com.terraformersmc.traverse.client.TraverseClient.registerTextures(TraverseClient.java:35)
at com.terraformersmc.traverse.client.TraverseClient.onInitializeClient(TraverseClient.java:20)
at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:48)
... 19 more
Caused by: java.lang.NullPointerException
at net.optifine.Config.isRandomEntities(Config.java:1861)
at net.minecraft.class_1921.method_24293(class_1921.java:138)
at net.minecraft.class_1921.method_23578(class_1921.java:155)
at net.minecraft.class_4722.(class_4722.java:32)
... 22 more

A detailed walkthrough of the error, its code path and all known details is as follows:
-- Head --
Thread: Render thread
Stacktrace:
at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:55)
at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke(EntrypointUtils.java:34)
at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointClient.start(EntrypointClient.java:33)
at net.minecraft.class_310.(class_310.java:392)

-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.main.Main.main(Main.java:166)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:193)
at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:138)
at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:26)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
at org.multimc.EntryPoint.listen(EntryPoint.java:143)
at org.multimc.EntryPoint.main(EntryPoint.java:34)

-- System Details --
Details:
Minecraft Version: 1.15.2
Minecraft Version ID: 1.15.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_231, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1307357632 bytes (1246 MB) / 1988624384 bytes (1896 MB) up to 3817865216 bytes (3641 MB)
CPUs: 8
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms409m -Xmx4096m
Fabric Mods:
adorn: Adorn 1.8.0+1.15.2
amecs: Amecs 1.2.9+1.15-pre5
angelring: Angel Ring 1.15.1-1.0
appleskin: AppleSkin 1.0.8
autoconfig1u: Auto Config v1 Updated 1.2.4
autoharvest: autoharvest 1.0.4
betterdroppeditems: Better Dropped Items 1.0.1
blue_endless_jankson: jankson +
bunch-o-trinkets: Bunch O' Trinkets 1.0.0
cardinal-components-base: Cardinal Components API 2.0.3
cardinal-components-entity: Cardinal Components API 2.0.3
clipboards: Clipboards 1.0.0+1.15.2
cloth: Cloth Events 1.2.0
cloth-basic-math: Cloth Basic Math 0.4.1
cloth-config2: Cloth Config v2 2.11.1
com_moandjiezana_toml_toml4j: toml4j 0.7.2
cotton: Cotton 1.0.2
cotton-cauldron: Cotton Cauldron 1.0.0-rc.6
cotton-commons: Cotton Commons 1.0.0-rc.4
cotton-config: Cotton Config 1.0.0-rc.7
cotton-datapack: Cotton Datapack 1.0.1
cotton-logging: Cotton Logging 1.0.0-rc.4
cotton-player-events: Cotton Player Events 1.0.2
couplings: Couplings 1.3.1
demeter: Demeter 1.1.3
durabilityviewer: Giselbaers Durability Viewer 1.15.2-fabric0.4.23-1.7
eggtab: Egg Tab 1.1.2+1.15-1.16
epicurean: Epicurean 2.2.4+1.15.2
everythingisahat: Everything is a Hat 1.0.4
fabric: Fabric API 0.4.29+build.290-1.15
fabric-api-base: Fabric API Base 0.1.2+b7f9825d0c
fabric-biomes-v1: Fabric Biomes (v1) 0.1.5+3b05f68e0c
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.4+c6a8ea890c
fabric-commands-v0: Fabric Commands (v0) 0.1.2+b7f9825d0c
fabric-containers-v0: Fabric Containers (v0) 0.1.3+b7f9825d0c
fabric-content-registries-v0: Fabric Content Registries (v0) 0.1.3+b7f9825d0c
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.2+b7f9825d0c
fabric-dimensions-v1: fabric-dimensions-v1 0.2.4+203491ea0c
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.2.7+a1bd31180c
fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.1.2+b7f9825d0c
fabric-furnaces: Fabric Furnaces 1.2.0
fabric-item-groups-v0: Fabric Item Groups (v0) 0.1.6+ec40b2e10c
fabric-keybindings-v0: Fabric Key Bindings (v0) 0.1.1+dfdb52d60c
fabric-language-kotlin: Fabric Language Kotlin 1.3.61+build.1
fabric-loot-tables-v1: Fabric Loot Tables (v1) 0.1.5+e08a73050c
fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.1+b7f9825d0c
fabric-models-v0: Fabric Models (v0) 0.1.0+dfdb52d60c
fabric-networking-blockentity-v0: Fabric Networking Block Entity (v0) 0.2.3+e08a73050c
fabric-networking-v0: Fabric Networking (v0) 0.1.7+12515ed90c
fabric-object-builders-v0: Fabric Object Builders (v0) 0.1.3+e4c9a9c30c
fabric-particles-v1: fabric-particles-v1 0.1.1+dfdb52d60c
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.2.6+f3d8141b0c
fabric-renderer-api-v1: Fabric Renderer API (v1) 0.2.9+aea78a250c
fabric-renderer-indigo: Fabric Renderer - Indigo 0.2.22+203491ea0c
fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 2.0.1+5a0f9a600c
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.1.3+b7f9825d0c
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.1.6+12515ed90c
fabric-rendering-v0: Fabric Rendering (v0) 1.1.0+534104900c
fabric-rendering-v1: Fabric Rendering (v1) 0.1.0+534104900c
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.1.10+06c939b30c
fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 0.1.3+abd915800c
fabric-textures-v0: Fabric Textures (v0) 1.0.4+821cdba70c
fabricloader: Fabric Loader 0.7.8+build.186
floradoubling: Flora Doubling 1.15.2-20w06a-1.0.0
forgivingenchantingtable: Forgiving Enchanting Table 1.0
gbfabrictools: GBfabrictools 1.1.0
glassential: Glassential 1.15.1-1.1.3
glowingbeds: Glowing Beds 1.0.2
godown: Go Down 0.2.0+1.15
grindstone_books: Grindstone Books 1.0.0
horsestatsvanilla: Horse Stats Vanilla 1.0.4
improved-stations: Improved Stations 1.2.4
instantlava: InstantLava 1.1.3
inventoryprofiles: Inventory Profiles 0.2.0
ironbarrels2: Iron Barrels 2 2.1.0
itemmagnets: Item Magnets 1.0.0
jankson: Jankson 2.0.1+j1.2.0
jumpoverfences: JumpOverFences 1.15-0.0.1
leadvillagers: Lead Villagers 1.2.0+mc1.14.4
libblockattributes_core: LibBlockAttributes (Core) 0.5.0
libblockattributes_items: LibBlockAttributes (Items) 0.5.0
libcd: LibCapableData 2.2.2+1.15.2
libgui: LibGui 1.5.1
lightoverlay: Light Overlay 4.1
lithium: Lithium 0.4.5
llamasteeds: Llama Steeds 2020.2.8
logical_zoom: Logical Zoom 0.0.2
me_shedaniel_cloth_basic-math: basic-math 0.3.0
minecraft: Minecraft 1.15.2
missingbits: Missing Bits v1.15.2 Fabric b1
ml3api: ML3API 1.3.1
mm: Manningham Mills 2.0
modid: Structure Utils 2.0.0
modmenu: Mod Menu 1.8.5+build.23
mybrightness: MyBrightness Fabric 1.14.4-01
optifabric: Optifabric 1.0.0-beta4
org_jetbrains_annotations: annotations 18.0.0
org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.3.61
org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.3.61
org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.3.61
org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.3.61
org_jetbrains_kotlinx_kotlinx-coroutines-core: kotlinx-coroutines-core 1.3.3
org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.3.3
org_slf4j_slf4j-api: slf4j-api 1.7.30
org_slf4j_slf4j-simple: slf4j-simple 1.7.30
org_zeroturnaround_zt-zip: zt-zip 1.14
passable-leaves: Passable Leaves 0.3.0
perspectivemod: Perspective Mod Redux 0.0.2
phosphor: Phosphor 0.3.6
playerabilitylib: Pal 1.0.0
quickshulker: Quick Shulker 1.1.2
reach-entity-attributes: Reach Entity Attribute 1.0.0
redstonebits: Redstone Bits 1.2.2
roughlyenoughitems: Roughly Enough Items 3.6.4
secretrooms: Secret Rooms 0.5.4
shulkerboxtooltip: Shulker Box Tootip 1.4.4+1.15.0
shulkercharm: Shulker Charm 1.1.2+1.15.2
simpleteleporters: Simple Teleporters 2.2.0
spinnery: Spinnery 2.0.0+fabric-20w06a
step-height-entity-attribute: Step Height Entity Attribute 1.0.0
stockpile: Stockpile 1.1.3+1.15.1
strongandfairanvils: Strong and Fair Anvils 0.3.0+1.15
terraform: Terraform 1.3.5+build.19
trapexpansion: Trap Expansion 1.3.1
traverse: Traverse 2.1.9+build.17
trees-do-not-float: Trees Do Not Float 1.8.69
trinkets: Trinkets 2.4.1
uselesstutorial: Useless Tutorial 1.0.0
vanilla-hammers: Vanilla Hammers 1.7.0
verticalredstone: Vertical Redstone 1.1.0
villagerhats: Villager Hats fabric-1.15.0-1.0.0
voxelmap: VoxelMap 1.9.14
waila: Hwyla 1.9.20
Launched Version: MultiMC5
Backend library: LWJGL version 3.2.2 build 10
Backend API: NO CONTEXT
GL Caps:
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fabric'
Type: Client (map_client.txt)
CPU:
OptiFine Version: OptiFine_1.15.2_HD_U_G1_pre9
OptiFine Build: 20200223-095745
Shaders: null
OpenGlVersion: null
OpenGlRenderer: null
OpenGlVendor: null
CpuCount: 0
#@!@# Game crashed! Crash report saved to: #@!@# C:\Users\casa\Desktop\Programas\MultiMC\instances\multimc.minecraft\crash-reports\crash-2020-03-15_21.07.39-client.txt
O processo foi encerrado com o código -1.
Clipboard copy at: 15 Mar 2020 21:07:42 -0300

needs an update for 1.16.2

I was using version 2.2.9+build.19 in a dev environment, but this is probably the case for the curse version

Zombie weights are slightly off in Arid Highlands

In Vanilla zombie weights are set to simulate 5% of regular zombies getting converted to zombie villagers. This behavior is maintained in deserts where 80% of regular zombies are converted to husks. With that in mind, arid highlands should have the following weights:

zombies: 38
zombie villagers: 2

Crash when starting server 20w10a. (NoSuchMethodError)

latest.log
The associated log file.
Caused by: java.lang.NoSuchMethodError: net.minecraft.class_2338$class_2339.<init>(Lnet/minecraft/class_2338;)V at com.terraformersmc.terraform.feature.FallenLogFeature.generate(FallenLogFeature.java:38) ~[f7362fae-fc0c-4d3e-9b56-c52c55da8a6c.jar:?]

Buried Treasure can be overwritten when a biome with a beach is overwritten

This is the second time we've found a buried treasure map where we simply COULD NOT find the treasure so I went into spectator mode to find the chest. There was absolutely no chest at the coordinates of the buried treasure map, nor was there any sand, because it was an autumnal woods biome. I have a feeling the treasure needs sand to spawn, so biomes that replace sandy shore biomes destroy the treasure.

Incompat. with Terrestria.

No crash report is given.

traverse-3.0.0+build.6
terrestria-2.1.4+build.26
fabric-api-0.24.3+build.414-1.16

No other mods are present.

Logs file if you need it:
latest.log

image

Desert Shrublands has zombie spawn weight too high

In vanilla deserts zombies and zombie villagers have their spawn rates reduced so that the total occurence of zombie-type creatures is not changed due to the presence of husks. This should be done in the desert shrublands as well.

Zombie spawn weight should be 19 and zombie villager spawn weight should be 1.

Cliffs aren't snowy

In every cliff there is no snow and if I set the weather to rain, it doesn't snows but it rains.
Demonstration video:
Cliffs aren't snowy (if the video doesn't show, the link is https://imgur.com/a/OItJc6i )
I need help as soon as possible, because I need to use this mod in my modpack.

Nether biomes in overworld when switching from 1.15 to 1.16

Steps to reproduce: Create a world in 1.15.2, using Traverse 2.1.14 build 37. Save, then open it in 1.16.1, with Traverse 2.2.11 build 23. Explore the overworld and you should find a region fairly quickly where nether biome particles will appear in the air, nether mobs will spawn, and the fog color will correspond to a nether biome. Pressing F3 shows the current biome is a nether biome.

Seemingly relevant line from the log:

[03:20:01] [main/WARN]: minecraft:nether missing from registry, but requested!

I don't know if this is properly as issue or not, but I'd appreciate any insight on what's going on since I'm encountering this in a world that I'd like to bring to 1.16.1.

https://paste.ee/p/Plrfk

2020-08-29_03 22 42

Betternether support

Is there a way to make betternether work with your mod? would be great thanks

Crashes in 1.15-pre6

java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors!
	at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:55)
	at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke(EntrypointUtils.java:34)
	at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointClient.start(EntrypointClient.java:32)
	at net.minecraft.class_310.<init>(class_310.java:391)
	at net.minecraft.client.main.Main.main(Main.java:164)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:193)
	at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:138)
	at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:26)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
	at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
	at org.multimc.EntryPoint.listen(EntryPoint.java:143)
	at org.multimc.EntryPoint.main(EntryPoint.java:34)
	Suppressed: java.lang.NoClassDefFoundError: com/terraformersmc/terraform/feature/TerraformOakTreeFeature
		at com.terraformersmc.traverse.Traverse.register(Traverse.java:23)
		at com.terraformersmc.traverse.Traverse.onInitialize(Traverse.java:19)
		at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:48)
		... 19 more
	Caused by: java.lang.ClassNotFoundException: com.terraformersmc.terraform.feature.TerraformOakTreeFeature
		at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
		at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
		at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
		at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
		at net.fabricmc.loader.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:161)
		at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
		... 22 more

[1.15.2] Incompatibility with Optifine

Version of Traverse: 2.1.11
Optifine version: 1.15.2_HD_U_G1_pre9
Optifabric: 0.7.1

Platform: popOS 19.10 using amdgpu

Game fails to launch - this seems to be due to an incompatibility between Traverse & Optifabric, with all my other mods working fine on this prerelease. I understand I am using a prerelease build, so, if this is optifine's problem to sort, please shout and I'll make a relevant report over there. My reason for reporting here is the following bit of the error log, which seems to be Traverse specific

Suppressed: java.lang.ExceptionInInitializerError
		at com.terraformersmc.traverse.client.TraverseClient.registerTextures(TraverseClient.java:36)
		at com.terraformersmc.traverse.client.TraverseClient.onInitializeClient(TraverseClient.java:20)
		at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:48)
		... 19 more
	Caused by: java.lang.NullPointerException
		at net.optifine.Config.isRandomEntities(Config.java:1861)
		at net.minecraft.class_1921.method_24293(class_1921.java:138)
		at net.minecraft.class_1921.method_23578(class_1921.java:155)
		at net.minecraft.class_4722.<clinit>(class_4722.java:32)
		... 22 more

Attached is my log from MultiMC.

crash-log.txt

Bukkit/Spigot/Paper

Hi, there is no way I can use this on a Bukkit/Spigot/Paper Server, is there?

Nether Portal Generation in the Overworld

It would seem that nether portals do not generate in Traverse biomes in 1.16, a feature now implemented in vanilla 1.16 biomes. If such a feature could be added to Traverse it would be a nice addition to the mod.

[MC: 1.15.2, version 2.1.14] Colored Flames Integration IllegalAccessError; crash on startup.

With the most recent update, colored flames integration seems to be causing a conflict.

I wasn't sure if this was something they need to fix on their end due to changes, or a bug I should post here.
If the latter is the case then here is the log with just version 2.1.14, fabric API 0.10.8+build.310 and Colored Flames (https://www.curseforge.com/minecraft/mc-mods/colored-flames) 1.19r1:
https://pastebin.com/KWnHDF6R

Meadow biome map bug

On vanilla Minecraft map, the meadow biome looks like this
2021-04-29_13 55 34
Even though the biome looks like this:
2021-04-29_13 56 43

Leaf Blocks instead of Saplings

If I chop down a colored Autumn Woods Tree I get Leaf blocks instead of saplings
I'm playing the the latest fabric version of your mod.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.