Jump to content

Minecraft crashes after loading the mods (forge 1.15.2-31.2.35)


LiTschi

Recommended Posts

Im using forge version 31.2.35 and the Twitch launcher
Weirdly it only happens with all of the Valhelsia mod packs, forever stranded for example works fine.
Also when i use a older forge version like 31.2.9 it doesnt crash but sais that 6 of the mods need a newer forge version

1441050124_Anmerkung2020-08-28132909.thumb.png.9dc43eee4a561798b5f654ea735295b3.png

 

 

 

 

 

 

 

 

 

 

 

 

 

So heres the crash log:
 

---- Minecraft Crash Report ----
// This doesn't make any sense!

Time: 8/28/20 1:05 PM
Description: Rendering overlay

com.electronwill.nightconfig.core.io.WritingException: An I/O error occured
	at com.electronwill.nightconfig.core.io.ConfigWriter.write(ConfigWriter.java:90) ~[core-3.6.2.jar:?] {}
	at com.electronwill.nightconfig.core.file.WriteSyncFileConfig.save(WriteSyncFileConfig.java:61) ~[core-3.6.2.jar:?] {}
	at com.electronwill.nightconfig.core.file.AutosaveCommentedFileConfig.save(AutosaveCommentedFileConfig.java:80) ~[core-3.6.2.jar:?] {}
	at com.electronwill.nightconfig.core.file.AutosaveCommentedFileConfig.setComment(AutosaveCommentedFileConfig.java:47) ~[core-3.6.2.jar:?] {}
	at com.electronwill.nightconfig.core.CommentedConfig.setComment(CommentedConfig.java:27) ~[core-3.6.2.jar:?] {}
	at net.minecraftforge.common.ForgeConfigSpec.correct(ForgeConfigSpec.java:208) ~[?:?] {re:classloading}
	at net.minecraftforge.common.ForgeConfigSpec.correct(ForgeConfigSpec.java:133) ~[?:?] {re:classloading}
	at net.minecraftforge.common.ForgeConfigSpec.setConfig(ForgeConfigSpec.java:87) ~[?:?] {re:classloading}
	at net.minecraftforge.fml.config.ModConfig.setConfigData(ModConfig.java:85) ~[?:?] {re:classloading}
	at net.minecraftforge.fml.config.ConfigTracker.openConfig(ConfigTracker.java:105) ~[?:?] {re:classloading}
	at net.minecraftforge.fml.config.ConfigTracker.lambda$loadConfigs$1(ConfigTracker.java:83) ~[?:?] {re:classloading}
	at net.minecraftforge.fml.config.ConfigTracker$$Lambda$15894/2063520640.accept(Unknown Source) ~[?:?] {}
	at java.lang.Iterable.forEach(Iterable.java:75) ~[?:1.8.0_51] {}
	at java.util.Collections$SynchronizedCollection.forEach(Collections.java:2062) ~[?:1.8.0_51] {}
	at net.minecraftforge.fml.config.ConfigTracker.loadConfigs(ConfigTracker.java:83) ~[?:?] {re:classloading}
	at net.minecraftforge.fml.ModLoader.loadMods(ModLoader.java:154) ~[?:?] {re:classloading}
	at net.minecraftforge.fml.client.ClientModLoader.lambda$startModLoading$6(ClientModLoader.java:123) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
	at net.minecraftforge.fml.client.ClientModLoader$$Lambda$15888/68793554.run(Unknown Source) ~[?:?] {}
	at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:113) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
	at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2164/1563981194.run(Unknown Source) ~[?:?] {}
	at net.minecraftforge.fml.client.ClientModLoader.startModLoading(ClientModLoader.java:123) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
	at net.minecraftforge.fml.client.ClientModLoader.lambda$onreload$3(ClientModLoader.java:105) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
	at net.minecraftforge.fml.client.ClientModLoader$$Lambda$15885/1627196028.run(Unknown Source) ~[?:?] {}
	at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:113) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
	at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2164/1563981194.run(Unknown Source) ~[?:?] {}
	at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1618) ~[?:1.8.0_51] {}
	at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1610) ~[?:1.8.0_51] {}
	at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) ~[?:1.8.0_51] {}
	at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) ~[?:1.8.0_51] {}
	at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1689) ~[?:1.8.0_51] {}
	at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) ~[?:1.8.0_51] {}
Caused by: java.nio.file.FileSystemException: C:\Users\User\Twitch\Minecraft\Instances\Valhelsia 2\config\jeresources-common.toml: Der Vorgang ist bei einer Datei mit einem geöffneten Bereich, der einem Benutzer zugeordnet ist, nicht anwendbar.

	at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:86) ~[?:1.8.0_51] {}
	at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97) ~[?:1.8.0_51] {}
	at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102) ~[?:1.8.0_51] {}
	at sun.nio.fs.WindowsFileSystemProvider.newByteChannel(WindowsFileSystemProvider.java:230) ~[?:1.8.0_51] {}
	at java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:434) ~[?:1.8.0_51] {}
	at java.nio.file.Files.newOutputStream(Files.java:216) ~[?:1.8.0_51] {}
	at com.electronwill.nightconfig.core.io.ConfigWriter.write(ConfigWriter.java:87) ~[core-3.6.2.jar:?] {}
	... 30 more


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

-- Head --
Thread: Render thread
Stacktrace:
	at com.electronwill.nightconfig.core.io.ConfigWriter.write(ConfigWriter.java:90)
	at com.electronwill.nightconfig.core.file.WriteSyncFileConfig.save(WriteSyncFileConfig.java:61)
	at com.electronwill.nightconfig.core.file.AutosaveCommentedFileConfig.save(AutosaveCommentedFileConfig.java:80)
	at com.electronwill.nightconfig.core.file.AutosaveCommentedFileConfig.setComment(AutosaveCommentedFileConfig.java:47)
	at com.electronwill.nightconfig.core.CommentedConfig.setComment(CommentedConfig.java:27)
	at net.minecraftforge.common.ForgeConfigSpec.correct(ForgeConfigSpec.java:208)
	at net.minecraftforge.common.ForgeConfigSpec.correct(ForgeConfigSpec.java:133)
	at net.minecraftforge.common.ForgeConfigSpec.setConfig(ForgeConfigSpec.java:87)
	at net.minecraftforge.fml.config.ModConfig.setConfigData(ModConfig.java:85)
	at net.minecraftforge.fml.config.ConfigTracker.openConfig(ConfigTracker.java:105)
	at net.minecraftforge.fml.config.ConfigTracker.lambda$loadConfigs$1(ConfigTracker.java:83)
	at net.minecraftforge.fml.config.ConfigTracker$$Lambda$15894/2063520640.accept(Unknown Source)
	at java.lang.Iterable.forEach(Iterable.java:75)
	at java.util.Collections$SynchronizedCollection.forEach(Collections.java:2062)
	at net.minecraftforge.fml.config.ConfigTracker.loadConfigs(ConfigTracker.java:83)
	at net.minecraftforge.fml.ModLoader.loadMods(ModLoader.java:154)

-- Overlay render details --
Details:
	Overlay name: net.minecraft.client.gui.ResourceLoadProgressGui
Stacktrace:
	at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:472)
	at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:924)
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:553)
	at net.minecraft.client.main.Main.main(SourceFile:204)
	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:497)
	at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51)
	at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$483/784121757.call(Unknown Source)
	at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
	at cpw.mods.modlauncher.Launcher.run(Launcher.java:81)
	at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)

-- System Details --
Details:
	Minecraft Version: 1.15.2
	Minecraft Version ID: 1.15.2
	Operating System: Windows 8.1 (amd64) version 6.3
	Java Version: 1.8.0_51, Oracle Corporation
	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
	Memory: 1156445368 bytes (1102 MB) / 2273837056 bytes (2168 MB) up to 3817865216 bytes (3641 MB)
	CPUs: 12
	JVM Flags: 4 total; -Xmx4096m -Xms256m -XX:PermSize=256m -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
	ModLauncher: 5.1.2+70+master.2845bb9
	ModLauncher launch target: fmlclient
	ModLauncher naming: srg
	ModLauncher services: 
		/eventbus-2.2.0-service.jar eventbus PLUGINSERVICE 
		/forge-1.15.2-31.2.35.jar object_holder_definalize PLUGINSERVICE 
		/forge-1.15.2-31.2.35.jar runtime_enum_extender PLUGINSERVICE 
		/accesstransformers-2.1.3-shadowed.jar accesstransformer PLUGINSERVICE 
		/forge-1.15.2-31.2.35.jar capability_inject_definalize PLUGINSERVICE 
		/forge-1.15.2-31.2.35.jar runtimedistcleaner PLUGINSERVICE 
		/forge-1.15.2-31.2.35.jar fml TRANSFORMATIONSERVICE 
		/MixinBootstrap-1.0.3.jar mixinbootstrap TRANSFORMATIONSERVICE 
		/MixinBootstrap-1.0.3.jar mixin PLUGINSERVICE 
		/MixinBootstrap-1.0.3.jar mixinbootstrap PLUGINSERVICE 
	FML: 31.2
	Forge: net.minecraftforge:31.2.35
	FML Language Providers: 
		javafml@31.2
		minecraft@1
		kotlinfml@1.5.2
	Mod List: 
		NetherPortalFix_1.15.2-6.0.2.jar NetherPortalFix {netherportalfix@6.0.2 COMMON_SETUP}
		aiotbotania-1.15.2-1.2.3.jar AIOT Botania {aiotbotania@1.2.3 COMMON_SETUP}
		scenic-1.15.2-1.0.2.jar Scenic {scenic@1.15.2-1.0.2 COMMON_SETUP}
		refinedpipes-0.4.2.jar Refined Pipes {refinedpipes@0.4.2 COMMON_SETUP}
		mcws-win-1.15.2-v1.0.2.jar Macaw's Windows {mcwwindows@1.0.2 COMMON_SETUP}
		SilentMechanisms-1.15.2-0.8.0+59.jar Silent's Mechanisms {silents_mechanisms@0.8.0+59 COMMON_SETUP}
		Neat 1.6-22.jar Neat {neat@1.6-22 COMMON_SETUP}
		essentials-1.15.2-2.7.4.jar Essentials {essentials@1.15.2-2.7.4 COMMON_SETUP}
		TerraForged-1.15.2-0.0.15.jar TerraForged {terraforged@0.0.15 COMMON_SETUP}
		BetterTitleScreen-1.15.2-1.9.jar Better Title Screen {bettertitlescreen@1.15.2-1.9 COMMON_SETUP}
		XaerosWorldMap_1.10.1_Forge_1.15.2.jar Xaero's World Map {xaeroworldmap@1.10.1 COMMON_SETUP}
		CookingForBlockheads_1.15.2-8.0.3.jar Cooking for Blockheads {cookingforblockheads@8.0.3 COMMON_SETUP}
		Controlling-6.1.5.6.jar Controlling {controlling@6.1.5.6 COMMON_SETUP}
		ReAuth-1.14-1.15-3.8.1.jar ReAuth {reauth@3.8.1 COMMON_SETUP}
		Placebo-1.15.2-3.1.0.jar Placebo {placebo@3.1.0 COMMON_SETUP}
		Powah-1.15.2-1.1.15.jar Powah {powah@1.1.15 COMMON_SETUP}
		Bookshelf-1.15.2-5.6.40.jar Bookshelf {bookshelf@5.6.40 COMMON_SETUP}
		u_team_core-1.15.2-3.0.2.169.jar U Team Core {uteamcore@3.0.2.169 COMMON_SETUP}
		randompatches-1.15.2-1.22.1.1.jar RandomPatches {randompatches@1.15.2-1.22.1.1 COMMON_SETUP}
		DarkUtilities-1.15.2-3.1.8.jar Dark Utilities {darkutils@3.1.8 COMMON_SETUP}
		Apotheosis-1.15.2-3.2.4.jar Apotheosis {apotheosis@3.2.4 COMMON_SETUP}
		ProgressiveBosses-2.1.5-mc1.15.2.jar Progressive Bosses {progressivebosses@2.1.5-mc1.15.2 COMMON_SETUP}
		mcw-doors-1.0.0-mc1.15.2.jar Macaw's Doors {mcwdoors@1.0.0 COMMON_SETUP}
		MekanismGenerators-1.15.2-9.10.9.422.jar Mekanism: Generators {mekanismgenerators@9.10.9 COMMON_SETUP}
		Hwyla-forge-1.10.8-B72_1.15.2.jar Waila {waila@version COMMON_SETUP}
		JustEnoughResources-1.15.2-0.10.1.77.jar Just Enough Resources {jeresources@0.10.1.77 COMMON_SETUP}
		mysticallib-1.15.2-2.0.1.jar Mystical Lib {mysticallib@1.15.2-2.0.1 COMMON_SETUP}
		absentbydesign-1.15.2-1.1.0.jar Absent By Design Mod {absentbydesign@1.15.2-1.1.0 COMMON_SETUP}
		refinedstorage-1.8.8.jar Refined Storage {refinedstorage@1.8.8 COMMON_SETUP}
		structure-gel-api-1.15.2-1.1.0.jar Structure Gel API {structure_gel@1.1.0 COMMON_SETUP}
		PackMenu-1.15.2-1.2.7.jar Pack Menu {packmenu@1.2.7 COMMON_SETUP}
		mcw-bridges-1.0.4fix-mc1.15.2.jar Macaw's Bridges {mcwbridges@1.0.4 COMMON_SETUP}
		lightestlamp-3.4.3.jar Lightest Lamps {lightestlamp@3.4.3 COMMON_SETUP}
		industrial-foregoing-1.15.2-2.3.3-e356e61.jar Industrial Foregoing {industrialforegoing@2.3.3 COMMON_SETUP}
		useful_backpacks-1.15.2-1.10.2.73.jar Useful Backpacks {usefulbackpacks@1.10.2.73 COMMON_SETUP}
		torchmaster-2.2.2.jar Torchmaster {torchmaster@2.2.2 COMMON_SETUP}
		AmbientSounds_v3.0.20_mc1.15.2.jar Ambient Sounds {ambientsounds@3.0.3 COMMON_SETUP}
		BiomesOPlenty-1.15.2-10.0.0.366-universal.jar Biomes O' Plenty {biomesoplenty@1.15.2-10.0.0.366 COMMON_SETUP}
		phosphor-forge-mc1.15.2-0.5.2+build.4.jar Phosphor {phosphor@0.5.2+build.4 COMMON_SETUP}
		MekanismAdditions-1.15.2-9.10.9.422.jar Mekanism: Additions {mekanismadditions@9.10.9 COMMON_SETUP}
		valhelsia_structures-15.0.3a.jar Valhelsia Structures {valhelsia_structures@15.0.3a COMMON_SETUP}
		Lollipop-1.15.2-1.0.16.jar Lollipop {lollipop@1.0.16 COMMON_SETUP}
		toughnessbar-5.0.jar Toughness Bar {toughnessbar@5.0 COMMON_SETUP}
		mcw-trapdors-1.0.0fix-mc1.15.2.jar Macaw's Trapdoors {mcwtrpdoors@1.0.0 COMMON_SETUP}
		SilentGear-1.15.2-1.11.3+160.jar Silent Gear {silentgear@1.11.3+160 COMMON_SETUP}
		simplefarming-1.15.2-1.3.0.jar Simple Farming {simplefarming@1.15.1-1.3.0 COMMON_SETUP}
		fairylights-3.0.8-1.15.2.jar Fairy Lights {fairylights@3.0.8 COMMON_SETUP}
		SolarFluxReborn-1.15.2-15.2.3.jar Solar Flux Reborn {solarflux@15.2.3 COMMON_SETUP}
		curios-FORGE-1.15.2-2.0.2.6.jar Curios API {curios@FORGE-1.15.2-2.0.2.6 COMMON_SETUP}
		Botania-r1.15-388.jar Botania {botania@r1.15-388 COMMON_SETUP}
		Patchouli-1.15.2-1.2-35.jar Patchouli {patchouli@1.15.2-1.2-35 COMMON_SETUP}
		extlights-2.1.jar Extended Lights {extlights@2.1 COMMON_SETUP}
		config-2-3.0.jar Cloth Config v2 API {cloth-config2@3.0 COMMON_SETUP}
		libnonymous-1.15.2-1.1.1.5.jar Libnonymous {libnonymous@1.1.1.5 COMMON_SETUP}
		elevatorid-1.15.2-1.7.1.jar Elevator Mod {elevatorid@1.15.2-1.7.1 COMMON_SETUP}
		MekanismTools-1.15.2-9.10.9.422.jar Mekanism: Tools {mekanismtools@9.10.9 COMMON_SETUP}
		mcw-roofs-1.0.2-mc1.15.2_1.15.1.jar Macaw's Roofs {mcwroofs@1.0.2 COMMON_SETUP}
		furniture-7.0.0-pre16-1.15.1.jar MrCrayfish's Furniture Mod {cfm@7.0.0-pre16 COMMON_SETUP}
		curiouselytra-FORGE-1.15.2-2.0.jar Curious Elytra {curiouselytra@FORGE-1.15.2-2.0 COMMON_SETUP}
		cc-tweaked-1.15.2-1.91.0.jar CC: Tweaked {computercraft@1.91.0 COMMON_SETUP}
		AI-Improvements-1.15.2-0.3.0.jar AI-Improvements {aiimprovements@0.3.0 COMMON_SETUP}
		mcw-furniture-1.0.1-mc1.15.1 1.15.2.jar Macaw's Furnitures {mcwfurnitures@1.0.1 COMMON_SETUP}
		cherishedworlds-FORGE-1.15.2-3.0.0.1.jar Cherished Worlds {cherishedworlds@FORGE-1.15.2-3.0.0.1 COMMON_SETUP}
		BetterBurning-1.15.2-1.3.4.jar BetterBurning {betterburning@1.3.4 COMMON_SETUP}
		incubation-1.0.4-1.15.2.jar Incubation {incubation@1.0.4 COMMON_SETUP}
		FastLeafDecay-v22.jar FastLeafDecay {fastleafdecay@v22 COMMON_SETUP}
		CodeChickenLib-1.15.2-3.3.1.379-universal.jar CodeChicken Lib {codechickenlib@3.3.1.379 COMMON_SETUP}
		ServerTabInfo-1.15.2-1.2.8.jar Server Tab Info {servertabinfo@1.2.8 COMMON_SETUP}
		BetterMineshaftsForge-1.15.2-1.3.jar YUNG's Better Mineshafts {bettermineshafts@1.15.2-1.3 COMMON_SETUP}
		SimpleDiscordRichPresence-1.15.2-1.2.7.jar Simple Discord Rich Presence {sdrp@1.15.2-1.2.7 COMMON_SETUP}
		leavesdecayonotherleaves-1.1.jar Leaves Decay on other Leaves {leavesdecayonotherleaves@1.1 COMMON_SETUP}
		BetterAdvancements-1.15.2-0.1.0.99.jar Better Advancements {betteradvancements@0.1.0.99 COMMON_SETUP}
		QuarkOddities-1.15.2.jar Quark Oddities {quarkoddities@1.15.2 COMMON_SETUP}
		inventorysorter-1.15.2-17.0.0.jar Simple Inventory Sorter {inventorysorter@17.0.0 COMMON_SETUP}
		TrashSlot_1.15.2-11.0.0.jar TrashSlot {trashslot@11.0.0 COMMON_SETUP}
		torchslabmod-1.15.2_v1.7.0.jar Torch Slab Mod {torchslabmod@1.7.0 COMMON_SETUP}
		EquipmentTooltips-1.15.2-1.4.3+14.jar Equipment Tooltips {equipmenttooltips@1.4.3+14 COMMON_SETUP}
		mining-helmet-1.15.2-1.0.8.jar Mining Helmet {mining_helmet@1.0.8 COMMON_SETUP}
		OldJavaWarning-1.15.2-3.0.2.jar OldJavaWarning {oldjavawarning@3.0.2 COMMON_SETUP}
		jei-1.15.2-6.0.3.15.jar Just Enough Items {jei@6.0.3.15 COMMON_SETUP}
		kubejs-2.7.1.15.jar KubeJS {kubejs@2.7.1.15 COMMON_SETUP}
		JEIEnchantmentInfo-1.16.1-1.2.0.jar JEI Enchantment Info {jeienchantmentinfo@1.16.1-1.2.0 COMMON_SETUP}
		Druidcraft-1.15-0.4.31.jar Druidcraft {druidcraft@0.4.31 COMMON_SETUP}
		AttributeFix-1.15.2-7.0.2.jar AttributeFix {attributefix@7.0.2 COMMON_SETUP}
		the-conjurer-1.15.2-1.0.7.jar The Conjurer {conjurer_illager@1.0.7 COMMON_SETUP}
		Abnormals-Core-1.15.2-1.0.6.jar Abnormals Core {abnormals_core@1.0.6 COMMON_SETUP}
		Buzzier-Bees-1.15.2-1.5.2.jar Buzzier Bees {buzzierbees@1.5.2 COMMON_SETUP}
		Mekanism-1.15.2-9.10.9.422.jar Mekanism {mekanism@9.10.9 COMMON_SETUP}
		caelus-FORGE-1.15.2-2.0-beta3.jar Caelus API {caelus@FORGE-1.15.2-2.0-beta3 COMMON_SETUP}
		Upgrade-Aquatic-1.15.2-1.7.1.jar Upgrade Aquatic {upgrade_aquatic@1.7.1 COMMON_SETUP}
		WAWLA-1.15.2-3.0.4.jar WAWLA {wawla@3.0.4 COMMON_SETUP}
		create-mc1.15.2_v0.2.4d.jar Create {create@mc1.15.2_v0.2.4d COMMON_SETUP}
		Waystones_1.15.2-6.0.2.jar Waystones {waystones@6.0.2 COMMON_SETUP}
		Clumps-5.0.2.5.jar Clumps {clumps@5.0.2.5 COMMON_SETUP}
		light-overlay-4.7.1.jar Light Overlay Forge {lightoverlay-forge@NONE COMMON_SETUP}
		comforts-FORGE-1.15.2-2.0.0.4.jar Comforts {comforts@FORGE-1.15.2-2.0.0.4 COMMON_SETUP}
		NaturesCompass-1.15.2-1.8.5.jar Nature's Compass {naturescompass@1.15.2-1.8.5 COMMON_SETUP}
		FruitTrees-1.15.2-1.5.2.jar Fruit Trees {fruittrees@1.5.2 COMMON_SETUP}
		Kiwi-1.15.2-2.8.3.jar Kiwi {kiwi@2.8.3 COMMON_SETUP}
		SimpleStorageNetwork-1.15.2-1.0.1.jar Simple Storage Network {storagenetwork@1.15.2-1.0.1 COMMON_SETUP}
		decorative_blocks-1.15.2-1.7.jar Decorative Blocks {decorative_blocks@1.7 COMMON_SETUP}
		BotanyPots-1.15.2-2.0.27.jar BotanyPots {botanypots@2.0.27 COMMON_SETUP}
		curioofundying-FORGE-1.15.2-3.0.jar Curio of Undying {curioofundying@FORGE-1.15.2-3.0 COMMON_SETUP}
		snowundertrees-1.15.2-v1.1.1.jar Snow Under Trees {snowundertrees@v1.1.1 COMMON_SETUP}
		BonsaiTrees-2.1.2.6.jar Bonsai Trees 2 {bonsaitrees2@2.1.2.6 COMMON_SETUP}
		mcjtylib-1.15-4.1.4.jar McJtyLib {mcjtylib@1.15-4.1.4 COMMON_SETUP}
		rftoolsbase-1.15-1.1.3-beta.jar RFToolsBase {rftoolsbase@1.15-1.1.3-beta COMMON_SETUP}
		xnet-1.15-2.1.7-beta.jar XNet {xnet@1.15-2.1.7-beta COMMON_SETUP}
		rftoolsstorage-1.15-1.1.6-beta.jar RFToolsStorage {rftoolsstorage@1.15-1.1.6-beta COMMON_SETUP}
		rftoolscontrol-1.15-3.0.4-beta.jar RFToolsControl {rftoolscontrol@1.15-3.0.4-beta COMMON_SETUP}
		mapperbase-1.15.2-1.1.1.0.jar Mapper Base {mapperbase@1.15.2-1.1.1.0 COMMON_SETUP}
		embellishcraft-1.15.2-2.2.1.0.jar EmbellishCraft {embellishcraft@1.15.2-2.2.1.0 COMMON_SETUP}
		trash-1.15.2-0.2.0.jar Trash {trash@1.15.2-0.2.0 COMMON_SETUP}
		ToastControl-1.15.2-3.0.1.jar Toast Control {toastcontrol@3.0.1 COMMON_SETUP}
		JEITweaker-1.15.2-1.0.1.3.jar JEI Tweaker {jeitweaker@1.0.1.3 COMMON_SETUP}
		mininggadgets-1.3.5.jar Mining Gadgets {mininggadgets@1.3.5 COMMON_SETUP}
		EnderStorage-1.15.2-2.5.0.151-universal.jar EnderStorage {enderstorage@1.15.2-2.5.0.151 COMMON_SETUP}
		rftoolspower-1.15-2.2.1.jar RFToolsPower {rftoolspower@1.15-2.2.1 COMMON_SETUP}
		mysticalworld-1.15.2-2.1.1.jar Mystical World {mysticalworld@1.15.2-2.1.1 COMMON_SETUP}
		extradisks-1.15.2-1.2.2.jar Extra Disks {extradisks@1.15.2-1.2.2 COMMON_SETUP}
		Swamp-Expansion-1.15.2-1.7.3.jar Swamp Expansion {swampexpansion@NONE COMMON_SETUP}
		forge-1.15.2-31.2.35-universal.jar Forge {forge@31.2.35 COMMON_SETUP}
		Atum-1.15.2-2.1.4.jar Atum 2 {atum@1.15.2-2.1.4 COMMON_SETUP}
		Waddles-1.15.2-0.8.6.jar Waddles {waddles@1.15.2-0.8.6 COMMON_SETUP}
		WailaHarvestability-mc1.15.2-1.1.12.jar Waila Harvestability {wailaharvestability@1.1.12 COMMON_SETUP}
		ironchest-1.15.2-10.0.3.jar Iron Chests {ironchest@1.15.2-10.0.1 COMMON_SETUP}
		CraftingTweaks_1.15.2-11.0.1.jar Crafting Tweaks {craftingtweaks@11.0.1 COMMON_SETUP}
		forge-1.15.2-31.2.35-client.jar Minecraft {minecraft@1.15.2 COMMON_SETUP}
		cofh_core-1.15.2-0.4.0b.jar CoFH Core {cofh_core@0.4.0b COMMON_SETUP}
		ensorcellation-1.15.2-0.4.1b.jar Ensorcellation {ensorcellation@0.4.1b COMMON_SETUP}
		The-Endergetic-Expansion-1.15.2-v1.3.2.jar The Endergetic Expansion {endergetic@1.3.2 COMMON_SETUP}
		rftoolsutility-1.15-2.1.5-beta.jar RFToolsUtility {rftoolsutility@1.15-2.1.5-beta COMMON_SETUP}
		swingthroughgrass-1.15.2-1.4.0.jar SwingThroughGrass {swingthroughgrass@1.15.2-1.4.0 COMMON_SETUP}
		MouseTweaks-2.13-mc1.15.1.jar Mouse Tweaks {mousetweaks@2.13 COMMON_SETUP}
		ToolBelt-1.15.2-1.14.1.jar Tool Belt {toolbelt@1.14.1 COMMON_SETUP}
		titanium-1.15.2-2.4.2.jar Titanium {titanium@2.4.2 COMMON_SETUP}
		Psi r1.2-83.jar Psi {psi@r1.2-83 COMMON_SETUP}
		ImmersiveEngineering-1.15.2-3.2.0-114.jar Immersive Engineering {immersiveengineering@1.15.2-3.2.0-114 COMMON_SETUP}
		SilentLib-1.15.2-4.6.6+59.jar Silent Lib {silentlib@4.6.6+59 COMMON_SETUP}
		forbidden_arcanus-1.15.2-1.5.jar Forbidden & Arcanus {forbidden_arcanus@1.15.2-1.5 COMMON_SETUP}
		archers_paradox-1.15.2-0.4.0b.jar Archer's Paradox {archers_paradox@0.4.0b COMMON_SETUP}
		ChickenChunks-1.15.2-2.5.0.77-universal.jar ChickenChunks {chickenchunks@1.15.2-2.5.0.77 COMMON_SETUP}
		Atmospheric-1.15.2-1.4.1.jar Atmospheric {atmospheric@1.4.1 COMMON_SETUP}
		rftoolsbuilder-1.15-2.1.5-beta.jar RFToolsBuilder {rftoolsbuilder@1.15-2.1.5-beta COMMON_SETUP}
		paintings-1.15.2-7.0.0.0.jar Paintings ++ {paintings@1.14.4-6.0.1.5 COMMON_SETUP}
		jeiintegration_1.15.2-3.1.1.2.jar JEI Integration {jeiintegration@3.1.1.2 COMMON_SETUP}
		Savage-and-Ravage-1.15.2-1.1.4.jar Savage & Ravage {savageandravage@1.1.4 COMMON_SETUP}
		Xaeros_Minimap_20.20.1_Forge_1.15.2.jar Xaero's Minimap {xaerominimap@20.20.1 COMMON_SETUP}
		JAOPCA-1.15.2-3.2.0.14.jar JAOPCA {jaopca@3.2.0.14 COMMON_SETUP}
		ftb-backups-2.1.0.2.jar FTB Utilities: Backups {ftbbackups@2.1.0.2 COMMON_SETUP}
		serverconfigupdater-1.1.jar ServerConfig Updater {serverconfigupdater@1.1 COMMON_SETUP}
		FastWorkbench-1.15.2-3.1.1.jar FastWorkbench {fastbench@3.1.1 COMMON_SETUP}
		autumnity-1.3.3-1.15.2.jar Autumnity {autumnity@1.3.3 COMMON_SETUP}
		polymorph-FORGE-1.15.2-0.10.jar Polymorph {polymorph@FORGE-1.15.2-0.10 COMMON_SETUP}
		AutoRegLib-1.5-40.jar AutoRegLib {autoreglib@1.5-40 COMMON_SETUP}
		AkashicTome-1.3-13.jar Akashic Tome {akashictome@1.3-13 COMMON_SETUP}
		Quark-r2.1-245.jar Quark {quark@r2.1-245 COMMON_SETUP}
		Enhanced-Mushrooms-1.15.2-v1.2.2.jar Enhanced Mushrooms {enhanced_mushrooms@$1.1.0 COMMON_SETUP}
		StorageDrawers-1.15.2-7.0.2.jar Storage Drawers {storagedrawers@1.15.2-7.0.1 COMMON_SETUP}
		FluxNetworks-1.15.2-5.0.3-4.jar Flux Networks {fluxnetworks@1.15.2-5.0.3-4 COMMON_SETUP}
		performant-1.15-3.10m.jar Performant {performant@3.10m COMMON_SETUP}
		DoubleSlabs-1.15-2.10.1.jar Double Slabs {doubleslabs@2.10.1 COMMON_SETUP}
		themidnight-0.5.9.jar The Midnight {midnight@0.5.9 COMMON_SETUP}
		InventoryHud_1.15.2.forge-3.1.0.jar Inventory HUD+(Forge edition) {inventoryhud@3.1.0 COMMON_SETUP}
		structurize-0.13.42-ALPHA.jar Structurize {structurize@0.13.42-ALPHA COMMON_SETUP}
		minecolonies-0.13.180-ALPHA-universal.jar Minecolonies {minecolonies@0.13.180-ALPHA COMMON_SETUP}
		FastFurnace-1.15.1-3.0.0.jar FastFurnace {fastfurnace@3.0.0 COMMON_SETUP}
		AppleSkin-mc1.15.2-forge-1.0.14.jar AppleSkin {appleskin@1.0.14 COMMON_SETUP}
		engineersdecor-1.15.2-1.1.2.jar Engineer's Decor {engineersdecor@1.1.2 COMMON_SETUP}
		Aquaculture-1.15.2-2.0.16.jar Aquaculture 2 {aquaculture@1.15.2-2.0.16 COMMON_SETUP}
		refinedstorageaddons-0.6.3.jar Refined Storage Addons {refinedstorageaddons@0.6.3 COMMON_SETUP}
		CosmeticArmorReworked-1.15.2-v3a.jar CosmeticArmorReworked {cosmeticarmorreworked@1.15.2-v3a COMMON_SETUP}
		overloadedarmorbar-4.0.0.jar Overloaded Armor Bar {overloadedarmorbar@4.0.0 COMMON_SETUP}
		OpenLoader-1.15.2-4.0.5.jar OpenLoader {openloader@4.0.5 COMMON_SETUP}
		DefaultOptions_1.15.2-11.0.1.jar Default Options {defaultoptions@11.0.1 COMMON_SETUP}
	Kiwi Modules: 
		fruittrees:cherry
		fruittrees:fruittrees
		fruittrees:hybridization
		kiwi:contributors
		kiwi:data
	Launched Version: forge-31.2.35
	Backend library: LWJGL version 3.2.2 build 10
	Backend API: AMD Radeon RX 5700 XT GL version 4.6.13587 Compatibility Profile Context 20.4.2 26.20.15029.27016, ATI Technologies Inc.
	GL Caps: Using framebuffer using OpenGL 3.0
	Using VBOs: Yes
	Is Modded: Definitely; Client brand changed to 'forge'
	Type: Client (map_client.txt)
	Resource Packs: 
	Current Language: ~~ERROR~~ NullPointerException: null
	CPU: 12x AMD Ryzen 5 3600 6-Core Processor 

i noticed that under system details it sais that im using win8.1 even though im using 10, idk if that could cause any problems.

if you have any idea what could be causing causing this please let me know

Edited by LiTschi
Link to comment
Share on other sites

You should always use the Forge version the pack is designed for.

It looks like the config is open in some other program while the game is trying to take complete control of it

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

Spoiler

Logs (Most issues require logs to diagnose):

Spoiler

Please post logs using one of the following sites (Thank you Lumber Wizard for the list):

https://gist.github.com/100MB Requires member (Free)

https://pastebin.com/: 512KB as guest, 10MB as Pro ($$$)

https://hastebin.com/: 400KB

Do NOT use sites like Mediafire, Dropbox, OneDrive, Google Drive, or a site that has a countdown before offering downloads.

 

What to provide:

...for Crashes and Runtime issues:

Minecraft 1.14.4 and newer:

Post debug.log

Older versions:

Please update...

 

...for Installer Issues:

Post your installer log, found in the same place you ran the installer

This log will be called either installer.log or named the same as the installer but with .log on the end

Note for Windows users:

Windows hides file extensions by default so the installer may appear without the .jar extension then when the .log is added the log will appear with the .jar extension

 

Where to get it:

Mojang Launcher: When using the Mojang launcher debug.log is found in .minecraft\logs.

 

Curse/Overwolf: If you are using the Curse Launcher, their configurations break Forge's log settings, fortunately there is an easier workaround than I originally thought, this works even with Curse's installation of the Minecraft launcher as long as it is not launched THROUGH Twitch:

Spoiler
  1. Make sure you have the correct version of Forge installed (some packs are heavily dependent on one specific build of Forge)
  2. Make a launcher profile targeting this version of Forge.
  3. Set the launcher profile's GameDir property to the pack's instance folder (not the instances folder, the folder that has the pack's name on it).
  4. Now launch the pack through that profile and follow the "Mojang Launcher" instructions above.

Video:

Spoiler

 

 

 

or alternately, 

 

Fallback ("No logs are generated"):

If you don't see logs generated in the usual place, provide the launcher_log.txt from .minecraft

 

Server Not Starting:

Spoiler

If your server does not start or a command window appears and immediately goes away, run the jar manually and provide the output.

 

Reporting Illegal/Inappropriate Adfocus Ads:

Spoiler

Get a screenshot of the URL bar or copy/paste the whole URL into a thread on the General Discussion board with a description of the Ad.

Lex will need the Ad ID contained in that URL to report it to Adfocus' support team.

 

Posting your mod as a GitHub Repo:

Spoiler

When you have an issue with your mod the most helpful thing you can do when asking for help is to provide your code to those helping you. The most convenient way to do this is via GitHub or another source control hub.

When setting up a GitHub Repo it might seem easy to just upload everything, however this method has the potential for mistakes that could lead to trouble later on, it is recommended to use a Git client or to get comfortable with the Git command line. The following instructions will use the Git Command Line and as such they assume you already have it installed and that you have created a repository.

 

  1. Open a command prompt (CMD, Powershell, Terminal, etc).
  2. Navigate to the folder you extracted Forge’s MDK to (the one that had all the licenses in).
  3. Run the following commands:
    1. git init
    2. git remote add origin [Your Repository's URL]
      • In the case of GitHub it should look like: https://GitHub.com/[Your Username]/[Repo Name].git
    3. git fetch
    4. git checkout --track origin/master
    5. git stage *
    6. git commit -m "[Your commit message]"
    7. git push
  4. Navigate to GitHub and you should now see most of the files.
    • note that it is intentional that some are not synced with GitHub and this is done with the (hidden) .gitignore file that Forge’s MDK has provided (hence the strictness on which folder git init is run from)
  5. Now you can share your GitHub link with those who you are asking for help.

[Workaround line, please ignore]

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Hello everyone.  I need help.  I'm relatively new to modding Minecraft and can't make heads-or-tails of the crash-logs.  I have both the actual crash report and the "latest" log file to look at. This only began happening recently, and I cannot figure out exactly what the cause is.  Some sources I've had look at it have said perhaps it's Cupboard.  Others have said it may be related to the Forgified API and "Connections", but I've attempted break-down with removing both of those and still have gotten the crashes. Regardless, I am uncertain what to do.  Admittedly I don't want to get rid of Cupboard, as I have several additional QOL mods that depend on it.  Also, I would like to know if there's an Embeddium-friendly version of Entity Texture Features, as apparently my version seems to have issue with it?  According to an Embeddium post near the top of the crash log. The files are enclosed below.  Thank you in advance. - TheMegaNerd    
    • i keep getting these errors and im not sure how to fix them or if i can just leave them be :PS i know about the missing tags i just dont have the mods required to add those extra villages Here is the log  https://paste.ee/p/KpYoV
    • Minecraft: 1.18.2, Forge: 40.2.21 I created some code that renders a custom particle. The particle renders without depth test: `disableDepthTest()` and should be visible through other blocks. Locally, all works fine. When I install it on the server and client, it also works fine. But when the mod is removed from the server, it no longer works.   The particle is registered under the name "DEPTH_VISION", and if i check if it is present `ModParticles.DEPTH_VISION.isPresent()`, while the mod is not on the server, I get a `false` back.   So my question is: - Is it even possible to make a custom particle, while staying client side only? - What do I need to change to make it work?    ModParticles.java import net.minecraft.core.particles.SimpleParticleType; import net.minecraft.core.particles.ParticleType; import net.minecraftforge.registries.DeferredRegister; import net.minecraftforge.registries.ForgeRegistries; import net.minecraftforge.registries.RegistryObject; public class ModParticles { public static final DeferredRegister<ParticleType<?>> REGISTRY = DeferredRegister.create(ForgeRegistries.PARTICLE_TYPES, SomeNameMod.MODID); public static final RegistryObject<SimpleParticleType> DEPTH_VISION = REGISTRY.register("depth_vision", () -> new SimpleParticleType(true)); }    SomeNameMod.java import com.peet.somename.HighlightBlock; import com.peet.somename.DepthVisionParticle; import net.minecraft.client.Minecraft; import net.minecraft.client.renderer.texture.TextureAtlas; import net.minecraft.core.particles.ParticleType; import net.minecraft.resources.ResourceLocation; import net.minecraft.world.level.Level; import net.minecraft.world.entity.player.Player; import net.minecraftforge.common.MinecraftForge; import net.minecraftforge.event.TickEvent; import net.minecraftforge.eventbus.api.IEventBus; import net.minecraftforge.eventbus.api.SubscribeEvent; import net.minecraftforge.fml.common.Mod; import net.minecraftforge.fml.javafmlmod.FMLJavaModLoadingContext; import net.minecraftforge.client.event.ParticleFactoryRegisterEvent; import net.minecraftforge.client.event.TextureStitchEvent; @Mod(com.peet.somename.SomeNameMod.MODID) public class SomeNameMod { public static final String MODID = "somename"; private static int tickCounter = 0; // Counter to track ticks public SomeNameMod() { IEventBus modEventBus = FMLJavaModLoadingContext.get().getModEventBus(); modEventBus.addListener(this::onTextureStitch); modEventBus.addListener(this::registerParticleFactories); ModParticles.REGISTRY.register(modEventBus); MinecraftForge.EVENT_BUS.register(this); } @SubscribeEvent public void registerParticleFactories(ParticleFactoryRegisterEvent event) { Minecraft.getInstance().particleEngine.register((ParticleType) ModParticles.DEPTH_VISION.get(), DepthVisionParticle.Factory::new); } @SubscribeEvent public void onWorldTick(TickEvent.WorldTickEvent event) { if (event.phase == TickEvent.Phase.END) { Level world = event.world; if (!world.isClientSide) return; if (tickCounter++ >= 20) { // 5 seconds = 100 ticks Player player = Minecraft.getInstance().player; if (player != null) { HighlightBlock.spawnParticles(world, player); } tickCounter = 0; // Reset the counter after spawning particles } } } @SubscribeEvent public void onClientTick(TickEvent.ClientTickEvent event) { } @SubscribeEvent public void onTextureStitch(TextureStitchEvent.Pre event) { if (event.getAtlas().location().equals(TextureAtlas.LOCATION_PARTICLES)) { event.addSprite(new ResourceLocation(MODID, "particles/depth_vision")); } } }    HighlightBlock.java import com.peet.somename.ModParticles; import net.minecraft.network.chat.TextComponent; import net.minecraft.world.entity.player.Player; import net.minecraft.world.level.Level; import net.minecraft.client.Minecraft; import net.minecraft.client.particle.ParticleEngine; public class HighlightBlock { public static <ExceptionType> void spawnParticles(Level world, Player player ) { ParticleEngine particleEngine = Minecraft.getInstance().particleEngine; if (!ModParticles.DEPTH_VISION.isPresent()) { Minecraft.getInstance().player.sendMessage(new TextComponent("DEPTH_VISION particle is not registered."), Minecraft.getInstance().player.getUUID()); return; } particleEngine.createParticle(ModParticles.DEPTH_VISION.get(), 0, 0, 0, 0.0, 0.0, 0.0); } }    DepthVisionParticle.java package com.peet.somename.particles; import net.minecraft.client.particle.Particle; import net.minecraft.core.particles.SimpleParticleType; import net.minecraft.client.particle.ParticleProvider; import com.mojang.blaze3d.vertex.Tesselator; import com.mojang.blaze3d.systems.RenderSystem; import net.minecraft.client.renderer.texture.TextureManager; import com.mojang.blaze3d.vertex.BufferBuilder; import net.minecraft.world.entity.player.Player; import net.minecraft.client.Minecraft; import net.minecraft.client.Camera; import com.mojang.blaze3d.vertex.VertexConsumer; import net.minecraft.client.particle.SpriteSet; import net.minecraft.client.multiplayer.ClientLevel; import net.minecraft.client.particle.ParticleRenderType; import net.minecraftforge.api.distmarker.Dist; import net.minecraftforge.api.distmarker.OnlyIn; import net.minecraft.client.particle.SimpleAnimatedParticle; @OnlyIn(Dist.CLIENT) public class DepthVisionParticle extends SimpleAnimatedParticle { private static final ParticleRenderType DEPTH_PARTICLE_SHEET_TRANSLUCENT; private DepthVisionParticle(final ClientLevel world, final double x, final double y, final double z, final double motionX, final double motionY, final double motionZ, final SpriteSet spriteWithAge) { super(world, x, y, z, spriteWithAge, 0.0f); this.xd = motionX; this.yd = motionY; this.zd = motionZ; this.lifetime = 20; this.setSpriteFromAge(spriteWithAge); } public void render(final VertexConsumer buffer, final Camera renderInfo, final float partialTicks) { final Player player = Minecraft.getInstance().player; super.render(buffer, renderInfo, partialTicks); } public void tick() { super.tick(); this.setSprite(this.sprite); if (this.age++ >= this.lifetime) { this.remove(); } } public ParticleRenderType getRenderType() { return com.peet.somename.particles.DepthVisionParticle.DEPTH_PARTICLE_SHEET_TRANSLUCENT; } static { DEPTH_PARTICLE_SHEET_TRANSLUCENT = new ParticleRenderType() { public void begin(BufferBuilder buffer, TextureManager textureManager) { RenderSystem.disableDepthTest(); ParticleRenderType.PARTICLE_SHEET_TRANSLUCENT.begin(buffer, textureManager); } public void end(Tesselator tessellator) { ParticleRenderType.PARTICLE_SHEET_TRANSLUCENT.end(tessellator); RenderSystem.enableDepthTest(); } }; } @OnlyIn(Dist.CLIENT) public static class Factory implements ParticleProvider<SimpleParticleType> { private final SpriteSet spriteSet; public Factory(final SpriteSet spriteSet) { this.spriteSet = spriteSet; } public Particle createParticle(final SimpleParticleType type, final ClientLevel world, final double x, final double y, final double z, final double xSpeed, final double ySpeed, final double zSpeed ) { final com.peet.somename.particles.DepthVisionParticle particle = new com.peet.somename.particles.DepthVisionParticle(world, x, y, z, 0.0, 0.0, 0.0, this.spriteSet); particle.setParticleSpeed((float) xSpeed, (float) ySpeed, (float) zSpeed); return particle; } } }  
    • no, but do you know  any alternatives that will give me access to shaders?
  • Topics

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.