Enigmatica 5 - E5

Enigmatica 5 - E5

63.5k Downloads

Duckweed in Inventory Crashes Game

Magicdad76 opened this issue ยท 2 comments

commented

Modpack version
0.6.4

Issue
The game crashes when I mouse over the duck weed in my inventory

Logs
---- Minecraft Crash Report ----
// Hey, that tickles! Hehehe!

Time: 11/6/20 2:08 PM
Description: Rendering screen

java.lang.IllegalArgumentException: Cannot set property IntegerProperty{name=model, clazz=class java.lang.Integer, values=[0, 1, 2, 3]} to 4 on Block{projectvibrantjourneys:duckweed}, it is not an allowed value
at net.minecraft.state.StateHolder.func_206870_a(SourceFile:112) ~[?:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
at projectvibrantjourneys.common.blocks.FloatingPlantBlock.func_196258_a(FloatingPlantBlock.java:49) ~[?:1.15.2-2.0.3] {re:classloading}
at shadows.apotheosis.ench.EnchModuleClient.tooltips(EnchModuleClient.java:45) ~[?:3.3.7] {re:classloading}
at net.minecraftforge.eventbus.ASMEventHandler_1611_EnchModuleClient_tooltips_ItemTooltipEvent.invoke(.dynamic) ~[?:?] {}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-2.2.0-service.jar:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.2.0-service.jar:?] {}
at net.minecraftforge.event.ForgeEventFactory.onItemTooltip(ForgeEventFactory.java:277) ~[?:?] {re:classloading,re:mixin}
at net.minecraft.item.ItemStack.func_82840_a(ItemStack.java:678) ~[?:?] {re:mixin,re:classloading,xf:fml:apotheosis:apothitemusehook,xf:fml:astralsorcery:add_enchantment_tooltip,xf:fml:astralsorcery:add_missing_tag_enchantment_tooltip,xf:fml:quark:add-spacing-for-stack,pl:mixin:APP:dankstorage.mixins.json:ItemStackMixin,pl:mixin:A}
at net.minecraft.client.gui.screen.Screen.getTooltipFromItem(Screen.java:121) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.gui.screen.Screen.renderTooltip(Screen.java:116) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.gui.screen.inventory.ContainerScreen.func_191948_b(ContainerScreen.java:149) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:fml:findme:generateChest,pl:runtimedistcleaner:A}
at net.minecraft.client.gui.screen.inventory.HorseInventoryScreen.render(SourceFile:67) ~[?:?] {re:classloading}
at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:368) ~[?:?] {re:classloading}
at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:480) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:fml:astralsorcery:reach_set_client_renderer,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:924) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:codechickenlib:IItemRenderer,xf:fml:randompatches:RandomPatches Minecraft Transformer,pl:mixin:APP:kubejs.mixins.json:MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:553) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:codechickenlib:IItemRenderer,xf:fml:randompatches:RandomPatches Minecraft Transformer,pl:mixin:APP:kubejs.mixins.json:MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(SourceFile:204) [?:?] {re:classloading}
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.15.2-31.2.36.jar:31.2] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$474/486371171.call(Unknown Source) [forge-1.15.2-31.2.36.jar:31.2] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.1.2.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.1.2.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.1.2.jar:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.1.2.jar:?] {re:classloading}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.1.2.jar:?] {re:classloading}

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

-- Head --
Thread: Render thread
Stacktrace:
at net.minecraft.state.StateHolder.func_206870_a(SourceFile:112)
at projectvibrantjourneys.common.blocks.FloatingPlantBlock.func_196258_a(FloatingPlantBlock.java:49)
at shadows.apotheosis.ench.EnchModuleClient.tooltips(EnchModuleClient.java:45)
at net.minecraftforge.eventbus.ASMEventHandler_1611_EnchModuleClient_tooltips_ItemTooltipEvent.invoke(.dynamic)
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
at net.minecraftforge.event.ForgeEventFactory.onItemTooltip(ForgeEventFactory.java:277)
at net.minecraft.item.ItemStack.func_82840_a(ItemStack.java:678)
at net.minecraft.client.gui.screen.Screen.getTooltipFromItem(Screen.java:121)
at net.minecraft.client.gui.screen.Screen.renderTooltip(Screen.java:116)
at net.minecraft.client.gui.screen.inventory.ContainerScreen.func_191948_b(ContainerScreen.java:149)
at net.minecraft.client.gui.screen.inventory.HorseInventoryScreen.render(SourceFile:67)
at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:368)

-- Screen render details --
Details:
Screen name: net.minecraft.client.gui.screen.inventory.HorseInventoryScreen
Mouse location: Scaled: (223, 145). Absolute: (894.000000, 582.000000)
Screen size: Scaled: (480, 270). Absolute: (1920, 1080). Scale factor of 4.000000

-- Affected level --
Details:
All players: 1 total; [ClientPlayerEntity['MagicDad'/398, l='MpServer', x=-2297.22, y=65.85, z=3273.59]]
Chunk stats: Client Chunk Cache: 841, 575
Level dimension: DimensionType{minecraft:overworld}
Level name: MpServer
Level seed: 4010455292915858101
Level generator: ID 09 - terraforged, ver 0. Features enabled: false
Level generator options: {}
Level spawn location: World: (-2203,93,2762), Chunk: (at 5,5,10 in -138,172; contains blocks -2208,0,2752 to -2193,255,2767), Region: (-5,5; contains chunks -160,160 to -129,191, blocks -2560,0,2560 to -2049,255,3071)
Level time: 4391731 game time, 7370000 day time
Known server brands:
Level was modded: false
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Server brand: forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.world.ClientWorld.func_72914_a(ClientWorld.java:442)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:1763)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:567)
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$474/486371171.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 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1580937832 bytes (1507 MB) / 6015680512 bytes (5737 MB) up to 7924613120 bytes (7557 MB)
CPUs: 12
JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx8502m -Xms256m -XX:PermSize=256m
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.36.jar object_holder_definalize PLUGINSERVICE
/forge-1.15.2-31.2.36.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-2.1.3-shadowed.jar accesstransformer PLUGINSERVICE
/forge-1.15.2-31.2.36.jar capability_inject_definalize PLUGINSERVICE
/forge-1.15.2-31.2.36.jar runtimedistcleaner PLUGINSERVICE
/forge-1.15.2-31.2.36.jar fml TRANSFORMATIONSERVICE
/MixinBootstrap-1.0.5.jar mixinbootstrap TRANSFORMATIONSERVICE
/MixinBootstrap-1.0.5.jar mixin PLUGINSERVICE
/MixinBootstrap-1.0.5.jar mixinbootstrap PLUGINSERVICE
FML: 31.2
Forge: net.minecraftforge:31.2.36
FML Language Providers:
[email protected]
minecraft@1
[email protected]
Mod List:
justenoughbeacons-2.0.jar Just Enough Beacons {[email protected] DONE}
refinedpipes-0.4.2.jar Refined Pipes {[email protected] DONE}
IntegratedTerminals-1.15.2-1.0.16.jar IntegratedTerminals {[email protected] DONE, [email protected] DONE}
rad-1.15-3.1.0.jar Reload Audio Driver {[email protected] DONE}
mcws-win-1.15.2-v1.0.2.jar Macaw's Windows {[email protected] DONE}
bambooeverything-1.15-1.0.0.jar Bamboo Everything {[email protected] DONE}
modnametooltip_1.15.2-1.13.0.jar Mod Name Tooltip {[email protected] DONE}
pitg-1.15.2-1.4.1.jar Pane In The Glass {[email protected] DONE}
Neat 1.6-22.jar Neat {[email protected] DONE}
BetterCaves-1.15.2-1.0.jar YUNG's Better Caves {[email protected] DONE}
CTM-MC1.15.2-1.1.1.13.jar ConnectedTexturesMod {[email protected] DONE}
ReAuth-1.14-1.15-3.8.1.jar ReAuth {[email protected] DONE}
Powah-1.15.2-1.1.15.jar Powah {[email protected] DONE}
WitherSkeletonTweaks-1.15.2-4.0.2.jar Wither Skeleton Tweaks {[email protected] DONE}
randompatches-1.15.2-1.22.1.1.jar RandomPatches {[email protected] DONE}
DarkUtilities-1.15.2-3.1.8.jar Dark Utilities {[email protected] DONE}
Apotheosis-1.15.2-3.3.7.jar Apotheosis {[email protected] DONE}
Morpheus-1.15.2-4.2.50.jar Morpheus {morpheus@version DONE}
SnowRealMagic-1.15.2-1.8.0.jar Snow! Real Magic! {[email protected] DONE}
carpetstairsmod-1.15.2_v1.4.7.jar Carpet Stairs Mod {[email protected] DONE}
TMechworks-1.15.2-2.2.0.jar Tinkers' Mechworks {[email protected] DONE}
JustEnoughResources-1.15.2-0.10.1.77.jar Just Enough Resources {[email protected] DONE}
TOOLKIT-1.15.2-1.6.4.jar Tool Kit {[email protected] DONE}
mysticallib-1.15.2-2.0.1.jar Mystical Lib {[email protected] DONE}
refinedstorage-1.8.8.jar Refined Storage {[email protected] DONE}
PackMenu-1.15.2-1.2.8.jar Pack Menu {[email protected] DONE}
industrial-foregoing-1.15.2-2.3.3-e356e61.jar Industrial Foregoing {[email protected] DONE}
torchmaster-2.2.2.jar Torchmaster {[email protected] DONE}
stonecatalysts-1.15.2-1.2.0.jar StoneCatalysts {[email protected] DONE}
BiomesOPlenty-1.15.2-10.0.0.366-universal.jar Biomes O' Plenty {[email protected] DONE}
ToolStats-1.15.2-1.0.2.jar ToolStats {[email protected] DONE}
phosphor-forge-mc1.15.2-0.5.2+build.4.jar Phosphor {[email protected]+build.4 DONE}
mcw-trapdors-1.0.0fix-mc1.15.2.jar Macaw's Trapdoors {[email protected] DONE}
fishingreal-1.2.jar Fishing Real {[email protected] DONE}
portality-1.15.2-2.1.2-aaa257f.jar Portality {[email protected] DONE}
curios-FORGE-1.15.2-2.0.2.6.jar Curios API {[email protected] DONE}
Botania-r1.15-388.jar Botania {[email protected] DONE}
GameStages-1.15.2-5.0.2.jar GameStages {[email protected] DONE}
angelring-1.15.2-1.2.0.jar Angel Ring {[email protected] DONE}
NaturesAura-28.5.jar Nature's Aura {[email protected] DONE}
mcws-roofs-1.15.2-v2.0.0.jar Macaw's Roofs {[email protected] DONE}
observerlib-1.15.2-1.2.0.v60.jar ObserverLib {[email protected] DONE}
globalxp-1.15.2-v1.4.14.jar Global XP {[email protected] DONE}
BetterBurning-1.15.2-1.3.4.jar BetterBurning {[email protected] DONE}
bettertridentreturn-1.15.2-1.0.1.jar Better Trident Return {[email protected] DONE}
CodeChickenLib-1.15.2-3.3.2.383-universal.jar CodeChicken Lib {[email protected] DONE}
PrettyBeaches_1.15.2-4.0.1.jar Pretty Beaches {[email protected] DONE}
BetterMineshaftsForge-1.15.2-1.3.1.jar YUNG's Better Mineshafts {[email protected] DONE}
SimpleDiscordRichPresence-1.15.2-1.2.7.jar Simple Discord Rich Presence {[email protected] DONE}
DangerousStoneCutter-1.15.1-1.2.0.jar DangerousStoneCutter {[email protected] DONE}
SaveMyStronghold-1.15.2-1.0.1.jar Save My Stronghold! {[email protected] DONE}
QuarkOddities-1.15.2.jar Quark Oddities {[email protected] DONE}
Kiwi-1.15.2-2.8.4.jar Kiwi {[email protected] DONE}
enigmatica-0.3.2.jar Enigmatica Mod {[email protected] DONE}
simply_trophies-2.0-1.15.2.jar Simple Trophies {[email protected] DONE}
damage_indicator-0.1.0.jar Ama's Damage Indicator {[email protected] DONE}
mining-helmet-1.15.2-1.0.9.jar Mining Helmet {[email protected] DONE}
vanillaexcavators-1.15.2-2.1.jar Vanilla Excavators {[email protected] DONE}
coloredlanterns-1.0.jar Colored Lanterns {[email protected] DONE}
jei-1.15.2-6.0.3.15.jar Just Enough Items {[email protected] DONE}
kubejs-2.7.1.15.jar KubeJS {[email protected] DONE}
lithium-mc1.15.2-forge-0.4.6-rc3-mod.jar Lithium {[email protected] DONE}
AttributeFix-1.15.2-7.0.2.jar AttributeFix {[email protected] DONE}
Mekanism-1.15.2-9.10.9.422.jar Mekanism {[email protected] DONE}
caelus-FORGE-1.15.2-2.0-beta3.jar Caelus API {[email protected] DONE}
colytra-FORGE-1.15.2-3.0.jar Colytra {[email protected] DONE}
invtweaks-1.15.2-2.0.9.jar Inventory Tweaks Renewed {[email protected] DONE}
NaturesCompass-1.15.2-1.8.5.jar Nature's Compass {[email protected] DONE}
curioofundying-FORGE-1.15.2-3.0.jar Curio of Undying {[email protected] DONE}
FarmingForBlockheads_1.15.2-6.1.5.jar Farming for Blockheads {[email protected] DONE}
pneumaticcraft-repressurized-1.15.2-1.5.1-81.jar PneumaticCraft: Repressurized {[email protected] DONE}
ClickMachine-1.15.2-3.0.2.jar Click Machine {[email protected] DONE}
environmentalcreepers-forge-1.15.2-1.6.1.jar Environmental Creepers {[email protected] DONE}
extradisks-1.15.2-1.2.2.jar Extra Disks {[email protected] DONE}
QuickLeafDecay-MC1.15.2-1.2.5.jar Quick Leaf Decay {[email protected] DONE}
tellme-forge-1.15.2-0.8.1.jar TellMe {[email protected] DONE}
ironchest-1.15.2-10.0.3.jar Iron Chests {[email protected] DONE}
IntegratedCrafting-1.15.2-1.0.10.jar IntegratedCrafting {[email protected] DONE}
forge-1.15.2-31.2.36-client.jar Minecraft {[email protected] DONE}
DrawersTooltip-1.15.2-1.1.0.jar Drawers Tooltip {[email protected] DONE}
theoneprobe-1.15-2.0.7.jar The One Probe {[email protected] DONE}
MouseTweaks-2.13-mc1.15.1.jar Mouse Tweaks {[email protected] DONE}
ImmersiveEngineering-1.15.2-4.1.0-122.jar Immersive Engineering {[email protected] DONE}
morevanillalib-1.15.2-1.2.4.jar MoreVanillaLib {[email protected] DONE}
whoops-1.15.2-0.0.1.3.jar Whoops {[email protected] DONE}
EmendatusEnigmatica-1.15.2-1.0.10.jar Emendatus Enigmatica {[email protected] DONE}
Ding-1.15.2-1.2.0.jar Ding {[email protected] DONE}
dimdungeons-1.07-forge-1.15.2.jar Dimensional Dungeons {[email protected] DONE}
Mantle-1.15.2-1.5.15.jar Mantle {[email protected] DONE}
Xaeros_Minimap_20.25.1_Forge_1.15.2.jar Xaero's Minimap {[email protected] DONE}
IntegratedDynamics-1.15.2-1.1.19.jar IntegratedDynamics {[email protected] DONE, [email protected] DONE}
integratednbt-1.15.2-1.3.0.jar Integrated NBT {integratednbt@version DONE}
ftb-backups-2.1.0.1.jar FTB Utilities: Backups {[email protected] DONE}
extratags-1.1.jar Extra Tags {[email protected] DONE}
serverconfigupdater-1.1.jar ServerConfig Updater {[email protected] DONE}
AutoRegLib-1.5-40.jar AutoRegLib {[email protected] DONE}
structurize-0.13.94-ALPHA-universal.jar Structurize {[email protected] DONE}
quickstack-3.0.3c.jar DropOff {[email protected] DONE}
FastFurnace-1.15.1-3.0.0.jar FastFurnace {[email protected] DONE}
AppleSkin-mc1.15.2-forge-1.0.14.jar AppleSkin {[email protected] DONE}
connectedglass-1.0.6-mc1.15.jar Connected Glass {[email protected] DONE}
occultism-0.2.11.jar Occultism {[email protected] DONE}
extremeSoundMuffler-2.0.1_Forge-1.15.2.jar Extreme Sound Muffler {[email protected]_forge-1.15.2 DONE}
CosmeticArmorReworked-1.15.2-v3a.jar CosmeticArmorReworked {[email protected] DONE}
EnderMail-1.15.2-1.1.3.jar Ender Mail {[email protected] DONE}
DefaultOptions_1.15.2-11.0.1.jar Default Options {[email protected] DONE}
tetra-1.15.2-2.18.1.jar Tetra {[email protected] DONE}
CyclopsCore-1.15.2-1.8.6.jar Cyclops Core {[email protected] DONE}
astralsorcery-1.15.2-1.12.9.jar Astral Sorcery {[email protected] DONE}
NetherPortalFix_1.15.2-6.0.2.jar NetherPortalFix {[email protected] DONE}
KleeSlabs_1.15.2-8.0.0.jar KleeSlabs {[email protected] DONE}
rsgauges-1.15.2-1.2.5-b2.jar Gauges and Switches {[email protected] DONE}
findme-1.15.2-1.3.0.jar Find Me {findme@NONE DONE}
glassential-forge-1.15.2-1.1.4.jar Glassential {[email protected] DONE}
TerraForged-1.15.2-0.1.3.jar TerraForged {[email protected] DONE}
XaerosWorldMap_1.11.0_Forge_1.15.2.jar Xaero's World Map {[email protected] DONE}
CookingForBlockheads_1.15.2-8.0.3.jar Cooking for Blockheads {[email protected] DONE}
Controlling-6.1.5.6.jar Controlling {[email protected] DONE}
Placebo-1.15.2-3.1.0.jar Placebo {[email protected] DONE}
dankstorage-2.6.jar Dank Storage {[email protected] DONE}
give-1.15.2-1.1.0.jar Give Mod {[email protected] DONE}
ftb-gui-library-1.0.0.14.jar FTB GUI Library {[email protected] DONE}
Bookshelf-1.15.2-5.6.40.jar Bookshelf {[email protected] DONE}
CauldronRecipes-1.15.2-1.1.5.jar CauldronRecipes {[email protected] DONE}
DarkPaintings-1.15.2-1.0.6.jar DarkPaintings {[email protected] DONE}
BotanyPots-1.15.2-2.0.28.jar BotanyPots {[email protected] DONE}
SlimeTweaks-1.15.2-1.0.2.jar SlimeTweaks {[email protected] DONE}
u_team_core-1.15.2-3.0.2.169.jar U Team Core {[email protected] DONE}
buildinggadgets-3.4.0.jar Building Gadgets {[email protected] DONE}
forge-1.15.2-31.2.36-universal.jar Forge {[email protected] DONE}
PassthroughSigns-1.15.2-2.3.5.jar Passthrough Signs {[email protected] DONE}
cofh_core-1.15.2-0.7.0b.jar CoFH Core {[email protected] DONE}
thermal-1.15.2-0.3.0b.jar Thermal Series {[email protected] DONE}
thermal_innovation-1.15.2-0.3.0b.jar Thermal Innovation {[email protected] DONE}
thermal_locomotion-1.15.2-0.3.0b.jar Thermal Locomotion {[email protected] DONE}
Psi r1.2-84.jar Psi {[email protected] DONE}
thermal_cultivation-1.15.2-0.3.0b.jar Thermal Cultivation {[email protected] DONE}
Aquaculture-1.15.2-2.0.21.jar Aquaculture 2 {[email protected] DONE}
mcw-doors-1.0.1fix-mc1.15.1-2.jar Macaw's Doors {[email protected] DONE}
MekanismGenerators-1.15.2-9.10.9.422.jar Mekanism: Generators {[email protected] DONE}
Ma-Essentials-1.15.2-3.1.1.jar Ma Essentials {[email protected] DONE}
FpsReducer-mc1.15.2-1.18.jar FPS Reducer {[email protected] DONE}
XNetGases-1.15.2-1.0.0.jar XNet Gases {[email protected] DONE}
ftb-teams-1.0.0.5.jar FTB Teams {[email protected] DONE}
PrettyPipes-1.5.5.jar Pretty Pipes {[email protected] DONE}
mcw-bridges-1.0.4fix-mc1.15.2.jar Macaw's Bridges {[email protected] DONE}
FarmersDelight-1.15.2-0.2.3.jar Farmer's Delight {[email protected] DONE}
dwmh-1.15.2-4.0.0.jar Dude! Where's my Horse? {dwmh@NONE DONE}
useful_backpacks-1.15.2-1.10.3.77.jar Useful Backpacks {[email protected] DONE}
CommonCapabilities-1.15.2-2.5.4.jar CommonCapabilities {[email protected] DONE}
AmbientSounds_v3.0.20_mc1.15.2.jar Ambient Sounds {[email protected] DONE}
projectvibrantjourneys-1.15.2-2.0.3.jar Project: Vibrant Journeys {[email protected] DONE}
Lollipop-1.15.2-1.0.16.jar Lollipop {[email protected] DONE}
ftb-ranks-1.0.0.3.jar FTB Ranks {[email protected] DONE}
LetSleepingDogsLie-1.15.2-1.1.1.jar Let Sleeping Dogs Lie {[email protected] DONE}
simplylight-1.15.2-0.9.0.jar Simply Light {[email protected] DONE}
simplefarming-1.15.2-1.3.3.jar Simple Farming {[email protected] DONE}
Bountiful-1.15.2-3.1.2.jar Bountiful {[email protected] DONE}
Patchouli-1.15.2-1.2-35.jar Patchouli {[email protected] DONE}
config-2-3.0.jar Cloth Config v2 API {[email protected] DONE}
StrongerSnowballs-1.15.2-1.0.1.jar StrongerSnowballs {[email protected] DONE}
OreExcavation-1.7.151.jar Ore Excavation {oreexcavation@NONE DONE}
blockcarpentry-1.15.1-0.8.1.jar BlockCarpentry {[email protected] DONE}
thermal_expansion-1.15.2-0.3.0b.jar Thermal Expansion {[email protected] DONE}
IntegratedTunnels-1.15.2-1.6.14.jar IntegratedTunnels {[email protected] DONE, [email protected] DONE}
libnonymous-1.15.2-1.1.1.5.jar Libnonymous {[email protected] DONE}
elevatorid-1.15.2-1.7.1.jar Elevator Mod {[email protected] DONE}
MekanismTools-1.15.2-9.10.9.422.jar Mekanism: Tools {[email protected] DONE}
curiouselytra-FORGE-1.15.2-2.0.jar Curious Elytra {[email protected] DONE}
AI-Improvements-1.15.2-0.3.0.jar AI-Improvements {[email protected] DONE}
moreoverlays-1.17.5-mc1.15.2.jar More Overlays Updated {[email protected] DONE}
cherishedworlds-FORGE-1.15.2-3.0.0.1.jar Cherished Worlds {[email protected] DONE}
productivebees-1.15.2-0.4.1.1.jar Productive Bees {[email protected] DONE}
trashcans-1.0.3-mc1.15.jar Trash Cans {[email protected] DONE}
tramplestopper-1.15.2-2.0.0.1-universal.jar Trample Stopper {[email protected] DONE}
ServerTabInfo-1.15.2-1.2.8.jar Server Tab Info {[email protected] DONE}
Cyclic-1.15.2-0.7.0.jar Cyclic {[email protected] DONE}
BetterAdvancements-1.15.2-0.1.0.99.jar Better Advancements {[email protected] DONE}
inventorysorter-1.15.2-17.0.0.jar Simple Inventory Sorter {[email protected] DONE}
Cucumber-1.15.2-3.0.9.jar Cucumber Library {[email protected] DONE}
TrashSlot_1.15.2-11.0.0.jar TrashSlot {[email protected] DONE}
craftingstation-3.1.0.jar Crafting Station {[email protected] DONE}
OldJavaWarning-1.15.2-3.0.2.jar OldJavaWarning {[email protected] DONE}
Abnormals-Core-1.15.2-1.0.6.jar Abnormals Core {[email protected] DONE}
The-Endergetic-Expansion-1.15.2-v1.3.2.jar The Endergetic Expansion {[email protected] DONE}
ensorcellation-1.15.2-0.7.0b.jar Ensorcellation {[email protected] DONE}
create-mc1.15.2_v0.2.4e.jar Create {[email protected]_v0.2.4e+custom DONE}
Waystones_1.15.2-6.0.2.jar Waystones {[email protected] DONE}
Clumps-5.0.2.6.jar Clumps {[email protected] DONE}
mgui-1.15.2-2.1.1.jar mgui {[email protected] DONE}
decorative_blocks-1.15.2-1.7.jar Decorative Blocks {[email protected] DONE}
DungeonCrawl-1.15.2-2.1.1.jar Dungeon Crawl {[email protected] DONE}
BonsaiTrees-2.1.2.6.jar Bonsai Trees 2 {[email protected] DONE}
mcjtylib-1.15-4.1.10.jar McJtyLib {[email protected] DONE}
rftoolsbase-1.15-1.1.7.jar RFToolsBase {[email protected] DONE}
xnet-1.15-2.1.11.jar XNet {[email protected] DONE}
rftoolspower-1.15-2.2.5.jar RFToolsPower {[email protected] DONE}
rftoolsbuilder-1.15-2.1.11.jar RFToolsBuilder {[email protected] DONE}
rftoolsstorage-1.15-1.1.10.jar RFToolsStorage {[email protected] DONE}
Interactio-1.15.2-3.0.0.jar Interactio {[email protected] DONE}
ToastControl-1.15.2-3.0.1.jar Toast Control {[email protected] DONE}
mininggadgets-1.3.5.jar Mining Gadgets {[email protected] DONE}
EnderStorage-1.15.2-2.5.0.151-universal.jar EnderStorage {[email protected] DONE}
AkashicTome-1.3-13.jar Akashic Tome {[email protected] DONE}
ftb-chunks-1.1.0.12.jar FTB Chunks {[email protected] DONE}
campfiretorches-1.15.2-1.0.2.jar Campfire Torches {[email protected] DONE}
immersiveposts-1.15.2-2.1.0.jar Immersive Posts {[email protected] DONE}
CraftingTweaks_1.15.1-11.0.0.jar Crafting Tweaks {[email protected] DONE}
rftoolsutility-1.15-2.1.11.jar RFToolsUtility {[email protected] DONE}
EnchantmentDescriptions-1.15.2-2.0.9.jar EnchantmentDescriptions {[email protected] DONE}
swingthroughgrass-1.15.2-1.4.1.jar SwingThroughGrass {[email protected] DONE}
titanium-1.15.2-2.4.2.jar Titanium {[email protected] DONE}
CapabilityProxy-1.15.2-2.1.6.jar CapabilityProxy {[email protected] DONE}
archers_paradox-1.15.2-0.7.0b.jar Archer's Paradox {[email protected] DONE}
towers_of_the_wild-1.15.2-1.2.0.jar Towers Of the Wild {[email protected] DONE}
defaultworldtype-1.15.2-1.0.2.jar Default World Type {[email protected] DONE}
Quark-r2.1-245.jar Quark {[email protected] DONE}
dyeable_flower_pots-1.15.2-1.1.0.jar Dyeable Flower Pots {[email protected] DONE}
JAOPCA-1.15.2-3.2.0.15.jar JAOPCA {[email protected] DONE}
FastWorkbench-1.15.2-3.1.1.jar FastWorkbench {[email protected] DONE}
StorageDrawers-1.15.2-7.0.2.jar Storage Drawers {[email protected] DONE}
vanillahammers-1.15.2-2.1.jar Vanilla Hammers {[email protected] DONE}
scaffoldingpower-1.15.2-1.2.1.jar Scaffolding power {[email protected] DONE}
minecolonies-0.13.350-ALPHA-universal.jar Minecolonies {[email protected] DONE}
Actually Useful Stonecutter-0.0.1 mc 1.15.2.jar Actually Useful Stonecutter {[email protected] mc 1.15.2 DONE}
World-Stripper-1.7.2-1.15.1.jar World Stripper {[email protected] DONE}
Transport-1.15.2-2.4.1.jar Transport {[email protected] DONE}
engineersdecor-1.15.2-1.1.3.jar Engineer's Decor {[email protected] DONE}
solcarrot-1.15.2-1.9.7.jar Spice of Life: Carrot Edition {[email protected] DONE}
moredragoneggs-1.0.jar More Dragon Eggs {[email protected] DONE}
modular-routers-1.15.2-6.1.3-32.jar Modular Routers {[email protected] DONE}
refinedstorageaddons-0.6.3.jar Refined Storage Addons {[email protected] DONE}
OpenLoader-1.15.2-4.0.5.jar OpenLoader {[email protected] DONE}
Kiwi Modules:
kiwi:contributors
kiwi:data
snowrealmagic:snowrealmagic
[Psi] Active spell: None
Patchouli open book context: n/a
Launched Version: forge-31.2.36
Backend library: LWJGL version 3.2.2 build 10
Backend API: Radeon RX 580 Series GL version 4.6.14736 Compatibility Profile Context 20.7.2 27.20.2001.9003, 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: English (US)
CPU: 12x AMD Ryzen 5 3600 6-Core Processor

commented

This has been fixed in 0.6.5.

commented

Duplicate of #529