Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. When i add mods like falling leaves, visuality and kappas shaders, even if i restart Minecraft they dont show up in the mods menu and they dont work
  3. Today
  4. Delete the forge-client.toml file in your config folder
  5. If you are using AMD/ATI, get the latest drivers from their website - do not update via system
  6. Add the crash-report or latest.log (logs-folder) with sites like https://paste.ee/ and paste the link to it here
  7. on version 1.20.4, an error constantly occurs in which the game crashes, referring to an error in the graphics driver. the graphics card is working fine, everything works smoothly on the vanilla version of the game
  8. Thank you guys. Lets give it a go. https://Paste.ee/p/5kO7I
  9. When launching modpacks through forge using curse forge, my game launches and instantaneously crashes right after. I do not even see the mod loading background (the red one with progress bars). The error code the Minecraft launcher shows after the crash is error code:1 I have 2 pastebin logs, 1 called “debug” and the other is called “latest” Any more information that is needed to try and fix this issue can be provided. Debug: https://pastebin.com/nyjJp2Kw Latest: https://pastebin.com/ePKrWAXe I have already tried reinstalling curse forge and redownloading some other files in my %appdata% folder. In the past, it would work normally (for example when playing sky factory) but that is not the case anymore.
  10. sorry, - https://drive.google.com/file/d/1PctEHtEKsDY8Z-y3CmcEKghX9b5WfSKb/view?usp=sharing
  11. Well I can tell you the tutorial you’re following is probably not for 1.20.4 lol. You’re going to want to use GuiGraphics in 1.20.4
  12. I encountered a common glitch in minecraft when running a modpack i created, where the game lags excessively. I checked the output log and i kept on seeing "Can't keep up! is the server overloaded?" in yellow, but i'm not even in a server. No errors were found between mods, all mods are up to date, and i've allocated the maximum amount of RAM.
  13. Im trying to make a custom hud following a tutorial but they use GuiComponent.blit which I cant seem to find. Im trying to show a texture I made and next to it a counter and this is as far as I can seem to get. public static final IGuiOverlay HUD_KILLS = ((gui, poseStack, partialTick, width, height) -> { int x = width/2; int y = height; RenderSystem.setShader(GameRenderer::getPositionTexShader); RenderSystem.setShaderColor(1.0f, 1.0f, 1.0f, 1.0f); RenderSystem.setShaderTexture(0, SOUL); });
  14. Try if(player.getItemInHand(InteractionHand.MAIN_HAND).getItem() == ItemInit.SOUL_POUCH_ARTIFACT.get()) { player.sendSystemMessage(Component.literal("Test")); }
  15. Im new to Forge modding and wanted to make a mod as a self project. Im trying to test if the player is holding a specific item when an event happens but it seems to not be doing anything. if(player.getItemInHand(InteractionHand.MAIN_HAND).equals(new ItemStack(ItemInit.SOUL_POUCH_ARTIFACT.get()))){ player.sendSystemMessage(Component.literal("Test")); } I know the event works because it runs fine without the if statement. Thanks.
  16. My friends and I were creating a new modpacks for ourselves to suit what we all wanted to play and ended up with a little over 300 mods. So I had my friend upload the mods to the server but every time I try to join it says sends this error Internal Exception: io.etty.handler.codec.DecoderException: net.minecraft.ResourceLoactionException: Non [a-z0-9/._-] character in path of location: tceu:sshaped/small_dust_disassembling_ruridt\u001Fvoidscape:titanite/titanite_bow8twightforest on my screen before i see in the server logs that i was disconnected from the server. So I was hoping that posting the debug log here could possibly help with the problem. By the way I've tried removing the mods the errors say but it just gives three more mods that seem completely unrelated.
  17. Solved by changing the forge version from 47.2.21 to 47.2.0
  18. Yesterday
  19. Hello, i started making a modded server but i run into errors every now and then, i don't understand why it works, we start building the spawn and leave come back later try to log in but it crashes, pls help me it sets us back at least three hours of building every day😭 LATEST LOG : [28Mar2024 00:23:21.183] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeserver, --fml.forgeVersion, 43.3.0, --fml.mcVersion, 1.19.2, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20220805.130853] [28Mar2024 00:23:21.186] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 10.0.8+10.0.8+main.0ef7e830 starting: java version 17.0.10 by Eclipse Adoptium; OS Linux arch amd64 version 6.1.0-12-amd64 [28Mar2024 00:23:21.992] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/home/container/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2363!/ Service=ModLauncher Env=SERVER [28Mar2024 00:23:22.327] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/fmlcore/1.19.2-43.3.0/fmlcore-1.19.2-43.3.0.jar is missing mods.toml file [28Mar2024 00:23:22.328] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/javafmllanguage/1.19.2-43.3.0/javafmllanguage-1.19.2-43.3.0.jar is missing mods.toml file [28Mar2024 00:23:22.328] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/lowcodelanguage/1.19.2-43.3.0/lowcodelanguage-1.19.2-43.3.0.jar is missing mods.toml file [28Mar2024 00:23:22.329] [main/WARN] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Mod file /home/container/libraries/net/minecraftforge/mclanguage/1.19.2-43.3.0/mclanguage-1.19.2-43.3.0.jar is missing mods.toml file [28Mar2024 00:23:22.486] [main/WARN] [net.minecraftforge.jarjar.selection.JarSelector/]: Attempted to select two dependency jars from JarJar which have the same identification: Mod File: and Mod File: . Using Mod File: [28Mar2024 00:23:22.487] [main/WARN] [net.minecraftforge.jarjar.selection.JarSelector/]: Attempted to select a dependency jar for JarJar which was passed in as source: resourcefullib. Using Mod File: /home/container/mods/resourcefullib-forge-1.19.2-1.1.24.jar [28Mar2024 00:23:22.487] [main/INFO] [net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator/]: Found 13 dependencies adding them to mods collection [28Mar2024 00:23:24.598] [main/INFO] [mixin/]: Compatibility level set to JAVA_17 [28Mar2024 00:23:24.773] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [tictim.paraglider.MixinConnector] [28Mar2024 00:23:24.774] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [ca.spottedleaf.starlight.mixin.MixinConnector] [28Mar2024 00:23:24.775] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'forgeserver' with arguments [] [28Mar2024 00:23:24.840] [main/INFO] [ModernFix/]: Loaded configuration file for ModernFix 5.15.0+mc1.19.2: 83 options available, 0 override(s) found [28Mar2024 00:23:24.841] [main/INFO] [ModernFix/]: Applying Nashorn fix [28Mar2024 00:23:24.849] [main/INFO] [ModernFix/]: Applied Forge config corruption patch [28Mar2024 00:23:24.915] [main/WARN] [mixin/]: Reference map 'dummmmmmy-forge-refmap.json' for dummmmmmy.mixins.json could not be read. If this is a development environment you can ignore this message [28Mar2024 00:23:24.921] [main/INFO] [Embeddium/]: Loaded configuration file for Embeddium: 171 options available, 0 override(s) found [28Mar2024 00:23:24.966] [main/WARN] [mixin/]: Reference map 'smallships-forge-refmap.json' for smallships.mixins.json could not be read. If this is a development environment you can ignore this message [28Mar2024 00:23:24.987] [main/WARN] [mixin/]: Reference map 'tfmg.refmap.json' for design_decor.mixins.json could not be read. If this is a development environment you can ignore this message [28Mar2024 00:23:25.017] [main/WARN] [mixin/]: Reference map '${refmap_target}refmap.json' for corgilib.forge.mixins.json could not be read. If this is a development environment you can ignore this message [28Mar2024 00:23:25.019] [main/WARN] [mixin/]: Reference map 'fastpaintings-forge-refmap.json' for fastpaintings-forge.mixins.json could not be read. If this is a development environment you can ignore this message [28Mar2024 00:23:25.036] [main/WARN] [mixin/]: Reference map 'coroutil.refmap.json' for coroutil.mixins.json could not be read. If this is a development environment you can ignore this message [28Mar2024 00:23:25.075] [main/WARN] [mixin/]: Reference map 'chiselsandbits.refmap.json' for chisels-and-bits.mixins.json could not be read. If this is a development environment you can ignore this message [28Mar2024 00:23:25.361] [main/INFO] [net.minecraftforge.coremod.CoreMod.placebo/COREMODLOG]: Patching IForgeItemStack#getEnchantmentLevel [28Mar2024 00:23:25.364] [main/INFO] [net.minecraftforge.coremod.CoreMod.placebo/COREMODLOG]: Patching IForgeItemStack#getEnchantmentLevel [28Mar2024 00:23:25.764] [main/ERROR] [net.minecraftforge.fml.loading.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/resources/model/ModelBakery for invalid dist DEDICATED_SERVER [28Mar2024 00:23:25.764] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/resources/model/ModelBakery (java.lang.RuntimeException: Attempted to load class net/minecraft/client/resources/model/ModelBakery for invalid dist DEDICATED_SERVER) [28Mar2024 00:23:25.764] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.resources.model.ModelBakery was not found lightspeed.mixins.json:model.ModelBakeryMixin [28Mar2024 00:23:25.979] [main/WARN] [mixin/]: Error loading class: tfar/davespotioneering/blockentity/AdvancedBrewingStandBlockEntity (java.lang.ClassNotFoundException: tfar.davespotioneering.blockentity.AdvancedBrewingStandBlockEntity) [28Mar2024 00:23:25.979] [main/WARN] [mixin/]: @Mixin target tfar.davespotioneering.blockentity.AdvancedBrewingStandBlockEntity was not found itemproductionlib.mixins.json:davespotioneering/AdvancedBrewingStandBlockEntityMixin [28Mar2024 00:23:25.988] [main/WARN] [mixin/]: Error loading class: vectorwing/farmersdelight/common/block/entity/CookingPotBlockEntity (java.lang.ClassNotFoundException: vectorwing.farmersdelight.common.block.entity.CookingPotBlockEntity) [28Mar2024 00:23:25.988] [main/WARN] [mixin/]: @Mixin target vectorwing.farmersdelight.common.block.entity.CookingPotBlockEntity was not found itemproductionlib.mixins.json:farmersdelight/CookingPotBlockEntityMixin [28Mar2024 00:23:25.990] [main/WARN] [mixin/]: Error loading class: vectorwing/farmersdelight/common/block/entity/StoveBlockEntity (java.lang.ClassNotFoundException: vectorwing.farmersdelight.common.block.entity.StoveBlockEntity) [28Mar2024 00:23:25.990] [main/WARN] [mixin/]: @Mixin target vectorwing.farmersdelight.common.block.entity.StoveBlockEntity was not found itemproductionlib.mixins.json:farmersdelight/StoveBlockEntityMixin [28Mar2024 00:23:25.999] [main/WARN] [mixin/]: Error loading class: shadows/apotheosis/ench/table/ApothEnchantmentMenu (java.lang.ClassNotFoundException: shadows.apotheosis.ench.table.ApothEnchantmentMenu) [28Mar2024 00:23:25.999] [main/WARN] [mixin/]: @Mixin target shadows.apotheosis.ench.table.ApothEnchantmentMenu was not found skilltree.mixins.json:apotheosis/ApothEnchantContainerMixin [28Mar2024 00:23:26.000] [main/WARN] [mixin/]: Error loading class: shadows/apotheosis/adventure/affix/socket/SocketingRecipe (java.lang.ClassNotFoundException: shadows.apotheosis.adventure.affix.socket.SocketingRecipe) [28Mar2024 00:23:26.000] [main/WARN] [mixin/]: @Mixin target shadows.apotheosis.adventure.affix.socket.SocketingRecipe was not found skilltree.mixins.json:apotheosis/SocketingRecipeMixin [28Mar2024 00:23:26.002] [main/WARN] [mixin/]: Error loading class: shadows/apotheosis/adventure/affix/socket/gem/bonus/AttributeBonus (java.lang.ClassNotFoundException: shadows.apotheosis.adventure.affix.socket.gem.bonus.AttributeBonus) [28Mar2024 00:23:26.002] [main/WARN] [mixin/]: @Mixin target shadows.apotheosis.adventure.affix.socket.gem.bonus.AttributeBonus was not found skilltree.mixins.json:apotheosis/AttributeBonusMixin [28Mar2024 00:23:26.003] [main/WARN] [mixin/]: Error loading class: shadows/apotheosis/adventure/affix/socket/gem/bonus/EnchantmentBonus (java.lang.ClassNotFoundException: shadows.apotheosis.adventure.affix.socket.gem.bonus.EnchantmentBonus) [28Mar2024 00:23:26.004] [main/WARN] [mixin/]: @Mixin target shadows.apotheosis.adventure.affix.socket.gem.bonus.EnchantmentBonus was not found skilltree.mixins.json:apotheosis/EnchantmentBonusMixin [28Mar2024 00:23:26.012] [main/WARN] [mixin/]: Error loading class: vazkii/quark/addons/oddities/inventory/BackpackMenu (java.lang.ClassNotFoundException: vazkii.quark.addons.oddities.inventory.BackpackMenu) [28Mar2024 00:23:26.014] [main/WARN] [mixin/]: Error loading class: dev/ftb/mods/ftbchunks/data/ClaimedChunkManager (java.lang.ClassNotFoundException: dev.ftb.mods.ftbchunks.data.ClaimedChunkManager) [28Mar2024 00:23:26.014] [main/WARN] [mixin/]: @Mixin target dev.ftb.mods.ftbchunks.data.ClaimedChunkManager was not found doespotatotick.mixins.json:ClaimedChunkManagerAccessor [28Mar2024 00:23:26.167] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/renderer/blockentity/BlockEntityRendererProvider$Context (java.lang.ClassNotFoundException: net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider$Context) [28Mar2024 00:23:26.169] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/renderer/blockentity/BlockEntityRendererProvider$Context (java.lang.ClassNotFoundException: net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider$Context) [28Mar2024 00:23:26.206] [main/INFO] [MixinExtras|Service/]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.3.5). [28Mar2024 00:23:26.493] [main/INFO] [net.minecraft.server.Bootstrap/]: ModernFix reached bootstrap stage (6.521 s after launch) [28Mar2024 00:23:26.548] [main/WARN] [mixin/]: @Final field delegatesByName:Ljava/util/Map; in modernfix-forge.mixins.json:perf.forge_registry_alloc.ForgeRegistryMixin should be final [28Mar2024 00:23:26.548] [main/WARN] [mixin/]: @Final field delegatesByValue:Ljava/util/Map; in modernfix-forge.mixins.json:perf.forge_registry_alloc.ForgeRegistryMixin should be final [28Mar2024 00:23:26.576] [main/INFO] [net.minecraftforge.coremod.CoreMod.placebo/COREMODLOG]: Patching IForgeItemStack#getEnchantmentLevel [28Mar2024 00:23:26.576] [main/INFO] [net.minecraftforge.coremod.CoreMod.placebo/COREMODLOG]: Patching IForgeItemStack#getEnchantmentLevel [28Mar2024 00:23:26.912] [main/INFO] [ModernFix/]: Injecting BlockStateBase cache population hook into getOpacityIfCached from ca.spottedleaf.starlight.mixin.common.blockstate.BlockStateBaseMixin [28Mar2024 00:23:26.912] [main/INFO] [ModernFix/]: Injecting BlockStateBase cache population hook into isConditionallyFullOpaque from ca.spottedleaf.starlight.mixin.common.blockstate.BlockStateBaseMixin [28Mar2024 00:23:27.573] [main/INFO] [net.minecraft.server.Bootstrap/]: Vanilla bootstrap took 1071 milliseconds [28Mar2024 00:23:27.931] [main/INFO] [net.minecraftforge.coremod.CoreMod.placebo/COREMODLOG]: Patching IForgeItemStack#getEnchantmentLevel [28Mar2024 00:23:27.931] [main/INFO] [net.minecraftforge.coremod.CoreMod.placebo/COREMODLOG]: Patching IForgeItemStack#getEnchantmentLevel [28Mar2024 00:23:29.035] [main/WARN] [mixin/]: Static binding violation: PRIVATE @Overwrite method m_47505_ in modernfix-common.mixins.json:perf.remove_biome_temperature_cache.BiomeMixin cannot reduce visibiliy of PUBLIC target method, visibility will be upgraded. [28Mar2024 00:23:29.687] [modloading-worker-0/INFO] [Easy NPC/]: Initializing Easy NPC (Forge) ... [28Mar2024 00:23:29.688] [modloading-worker-0/INFO] [Easy NPC/]: 🗣 Register Easy NPC Debug Manager ... [28Mar2024 00:23:29.689] [modloading-worker-0/WARN] [Easy NPC/]: [Debug Manager] Detected debug log level for Easy NPC with ALL! [28Mar2024 00:23:29.689] [modloading-worker-0/WARN] [Easy NPC/]: [Debug Manager] Adjusting log level for Easy NPC from ALL to INFO, for performance reasons! [28Mar2024 00:23:29.690] [modloading-worker-0/INFO] [Easy NPC/]: [Debug Manager] Add new logger config for Easy NPC with level INFO ... [28Mar2024 00:23:29.690] [modloading-worker-0/INFO] [Easy NPC/]: 🗣 Register Easy NPC Constants ... [28Mar2024 00:23:29.692] [modloading-worker-0/INFO] [Easy NPC/]: 🗣 Register Easy NPC Entities Types ... [28Mar2024 00:23:29.693] [modloading-worker-0/INFO] [scena-forge/]: Initialized scena-forge [28Mar2024 00:23:29.702] [modloading-worker-0/INFO] [Easy NPC/]: 🗣 Register Easy NPC Blocks ... [28Mar2024 00:23:29.704] [modloading-worker-0/INFO] [Easy NPC/]: 🗣 Register Easy NPC Blocks Entity Types ... [28Mar2024 00:23:29.704] [modloading-worker-0/INFO] [Easy NPC/]: 🗣 Register Easy NPC Items ... [28Mar2024 00:23:29.710] [modloading-worker-0/INFO] [Easy NPC/]: 🗣 Register Easy NPC Menu Types ... [28Mar2024 00:23:29.717] [modloading-worker-0/INFO] [Easy NPC/]: 🗣 Register Easy NPC custom data ... [28Mar2024 00:23:29.717] [modloading-worker-0/INFO] [Easy NPC/]: 🗣 Create Easy NPC custom data folder at /home/container/config/easy_npc ... [28Mar2024 00:23:29.752] [modloading-worker-0/INFO] [Easy NPC/]: Registering Easy NPC common config ... [28Mar2024 00:23:29.753] [modloading-worker-0/INFO] [Easy NPC/]: Registering Easy NPC client config ... [28Mar2024 00:23:29.769] [modloading-worker-0/INFO] [Bookshelf/]: Fixing MC-151457. Crafting remainder for minecraft:pufferfish_bucket is now minecraft:bucket. [28Mar2024 00:23:29.769] [modloading-worker-0/INFO] [Bookshelf/]: Fixing MC-151457. Crafting remainder for minecraft:salmon_bucket is now minecraft:bucket. [28Mar2024 00:23:29.769] [modloading-worker-0/INFO] [Bookshelf/]: Fixing MC-151457. Crafting remainder for minecraft:cod_bucket is now minecraft:bucket. [28Mar2024 00:23:29.769] [modloading-worker-0/INFO] [Bookshelf/]: Fixing MC-151457. Crafting remainder for minecraft:tropical_fish_bucket is now minecraft:bucket. [28Mar2024 00:23:29.769] [modloading-worker-0/INFO] [Bookshelf/]: Fixing MC-151457. Crafting remainder for minecraft:axolotl_bucket is now minecraft:bucket. [28Mar2024 00:23:29.769] [modloading-worker-0/INFO] [Bookshelf/]: Fixing MC-151457. Crafting remainder for minecraft:powder_snow_bucket is now minecraft:bucket. [28Mar2024 00:23:29.769] [modloading-worker-0/INFO] [Bookshelf/]: Fixing MC-151457. Crafting remainder for minecraft:tadpole_bucket is now minecraft:bucket. [28Mar2024 00:23:29.779] [modloading-worker-0/WARN] [net.blay09.mods.balm.forge.config.ForgeBalmConfig/]: Config field without expected type, will not validate list content (dimensionAllowList in net.blay09.mods.forgivingvoid.ForgivingVoidConfigData) [28Mar2024 00:23:29.780] [modloading-worker-0/WARN] [net.blay09.mods.balm.forge.config.ForgeBalmConfig/]: Config field without expected type, will not validate list content (dimensionDenyList in net.blay09.mods.forgivingvoid.ForgivingVoidConfigData) [28Mar2024 00:23:29.792] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing common components for mod pickupnotifier [28Mar2024 00:23:29.800] [modloading-worker-0/INFO] [Create: Interiors/]: Create: Interiors v0.5.2 initializing [28Mar2024 00:23:29.846] [modloading-worker-0/WARN] [mixin/]: @Redirect conflict. Skipping modernfix-forge.mixins.json:perf.datapack_reload_exceptions.LootTableManagerMixin->@Redirect::logWithoutStacktrace(Lorg/slf4j/Logger;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V with priority 2000, already redirected by railways-common.mixins.json:MixinLootTables->@Redirect::snr$error2(Lorg/slf4j/Logger;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V with priority 10000 [28Mar2024 00:23:29.952] [modloading-worker-0/INFO] [io.github.apace100.origins.Origins/]: Origins 1.19.2-1.7.1.4 is initializing. Have fun! [28Mar2024 00:23:29.960] [modloading-worker-0/INFO] [Create: Interiors/]: Registering blocks! [28Mar2024 00:23:29.972] [modloading-worker-0/INFO] [Collective/]: Loading Collective version 7.40. [28Mar2024 00:23:30.044] [modloading-worker-0/INFO] [fonnymunkey.simplehats.SimpleHats/]: Loaded 207 hat entries from simplehats.json [28Mar2024 00:23:30.069] [modloading-worker-0/INFO] [io.github.apace100.apoli.Apoli/]: Apoli 1.19.2-2.6.1.4 has initialized. Ready to power up your game! [28Mar2024 00:23:30.073] [modloading-worker-0/INFO] [com.cupboard.Cupboard/]: Loaded config for: cupboard.json [28Mar2024 00:23:30.076] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing common components for mod easymagic [28Mar2024 00:23:30.077] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing common components for mod visualworkbench [28Mar2024 00:23:30.088] [modloading-worker-0/ERROR] [net.minecraftforge.eventbus.EventSubclassTransformer/EVENTBUS]: Could not find parent net/minecraft/client/renderer/entity/layers/RenderLayer for class com/obscuria/obscureapi/client/renderer/PatreonLayer in classloader cpw.mods.modlauncher.TransformingClassLoader@517fbf62 on thread Thread[modloading-worker-0,5,main] [28Mar2024 00:23:30.089] [modloading-worker-0/ERROR] [net.minecraftforge.eventbus.EventSubclassTransformer/EVENTBUS]: An error occurred building event handler java.lang.ClassNotFoundException: net.minecraft.client.renderer.entity.layers.RenderLayer at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:141) ~[securejarhandler-2.1.4.jar:?] at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?] at net.minecraftforge.eventbus.EventSubclassTransformer.buildEvents(EventSubclassTransformer.java:92) ~[eventbus-6.0.3.jar%2351!/:?] at net.minecraftforge.eventbus.EventSubclassTransformer.transform(EventSubclassTransformer.java:44) ~[eventbus-6.0.3.jar%2351!/:?] at net.minecraftforge.eventbus.EventBusEngine.processClass(EventBusEngine.java:26) ~[eventbus-6.0.3.jar%2351!/:?] at net.minecraftforge.eventbus.service.ModLauncherService.processClassWithFlags(ModLauncherService.java:32) ~[eventbus-6.0.3.jar%2351!/:6.0.3+6.0.3+master.039e4ea9] at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-10.0.8.jar%2354!/:?] at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-10.0.8.jar%2354!/:?] at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-10.0.8.jar%2354!/:?] at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113) ~[securejarhandler-2.1.4.jar:?] at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-2.1.4.jar:?] at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) ~[securejarhandler-2.1.4.jar:?] at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) ~[securejarhandler-2.1.4.jar:?] at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) ~[securejarhandler-2.1.4.jar:?] at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?] at java.lang.ClassLoader.defineClass0(Native Method) ~[?:?] at java.lang.System$2.defineClass(System.java:2311) ~[?:?] at java.lang.invoke.MethodHandles$Lookup$ClassDefiner.defineClass(MethodHandles.java:2439) ~[?:?] at java.lang.invoke.MethodHandles$Lookup$ClassDefiner.defineClassAsLookup(MethodHandles.java:2420) ~[?:?] at java.lang.invoke.MethodHandles$Lookup.defineHiddenClass(MethodHandles.java:2127) ~[?:?] at java.lang.invoke.InnerClassLambdaMetafactory.generateInnerClass(InnerClassLambdaMetafactory.java:407) ~[?:?] at java.lang.invoke.InnerClassLambdaMetafactory.spinInnerClass(InnerClassLambdaMetafactory.java:315) ~[?:?] at java.lang.invoke.InnerClassLambdaMetafactory.buildCallSite(InnerClassLambdaMetafactory.java:228) ~[?:?] at java.lang.invoke.LambdaMetafactory.metafactory(LambdaMetafactory.java:341) ~[?:?] at java.lang.invoke.BootstrapMethodInvoker.invoke(BootstrapMethodInvoker.java:134) ~[?:?] at java.lang.invoke.CallSite.makeSite(CallSite.java:315) ~[?:?] at java.lang.invoke.MethodHandleNatives.linkCallSiteImpl(MethodHandleNatives.java:281) ~[?:?] at java.lang.invoke.MethodHandleNatives.linkCallSite(MethodHandleNatives.java:271) ~[?:?] at com.obscuria.obscureapi.client.renderer.PatreonLayer$Mode.<clinit>(PatreonLayer.java:55) ~[obscure_api-15.jar%23304!/:15] at com.obscuria.obscureapi.ObscureAPIConfig$Client.<clinit>(ObscureAPIConfig.java:26) ~[obscure_api-15.jar%23304!/:15] at com.obscuria.obscureapi.ObscureAPIConfig.register(ObscureAPIConfig.java:42) ~[obscure_api-15.jar%23304!/:15] at com.obscuria.obscureapi.ObscureAPI.<init>(ObscureAPI.java:68) ~[obscure_api-15.jar%23304!/:15] at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?] at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?] at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?] at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?] at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?] at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:68) ~[javafmllanguage-1.19.2-43.3.0.jar%23361!/:?] at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$10(ModContainer.java:121) ~[fmlcore-1.19.2-43.3.0.jar%23360!/:?] at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) [?:?] at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) [?:?] at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) [?:?] at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) [?:?] at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) [?:?] at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) [?:?] at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [?:?] [28Mar2024 00:23:30.090] [modloading-worker-0/ERROR] [net.minecraftforge.fml.loading.RuntimeDistCleaner/DISTXFORM]: Attempted to load class com/obscuria/obscureapi/client/renderer/PatreonLayer for invalid dist DEDICATED_SERVER [28Mar2024 00:23:30.136] [modloading-worker-0/INFO] [Chunk Pregenerator/]: Loading Plugin: [name=JourneyMap] [28Mar2024 00:23:30.256] [modloading-worker-0/INFO] [coroutil/]: forge loader environment detected [28Mar2024 00:23:30.263] [modloading-worker-0/INFO] [net.minecraftforge.common.ForgeMod/FORGEMOD]: Forge mod loading, version 43.3.0, for MC 1.19.2 with MCP 20220805.130853 [28Mar2024 00:23:30.264] [modloading-worker-0/INFO] [net.minecraftforge.common.MinecraftForge/FORGE]: MinecraftForge v43.3.0 Initialized [28Mar2024 00:23:30.435] [modloading-worker-0/INFO] [Calio/]: Calio 1.19.2-1.7.0.2 initializing... [28Mar2024 00:23:30.592] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing common components for mod puzzleslib [28Mar2024 00:23:30.600] [modloading-worker-0/ERROR] [net.minecraft.Util/]: Registry 'enhancedcelestials:lunar/event' was empty after loading [28Mar2024 00:23:30.600] [modloading-worker-0/ERROR] [net.minecraft.Util/]: Registry 'enhancedcelestials:lunar/dimension_settings' was empty after loading [28Mar2024 00:23:30.665] [modloading-worker-0/INFO] [mod.chiselsandbits.forge.Forge/]: Initialized Chisels&Bits - Forge [28Mar2024 00:23:30.699] [modloading-worker-0/INFO] [mod.chiselsandbits.registrars.ModBlockEntityTypes/]: Loaded block entity configuration. [28Mar2024 00:23:30.704] [modloading-worker-0/INFO] [mod.chiselsandbits.registrars.ModBlocks/]: Loaded block configuration. [28Mar2024 00:23:30.707] [modloading-worker-0/INFO] [mod.chiselsandbits.registrars.ModChiselModeGroups/]: Loaded chisel mode group configuration. [28Mar2024 00:23:30.957] [modloading-worker-0/INFO] [railways/]: Registered bogey styles from railways [28Mar2024 00:23:31.003] [modloading-worker-0/INFO] [railways/]: Registering data fixers [28Mar2024 00:23:31.089] [modloading-worker-0/INFO] [ModernFix/]: Bypassed Mojang DFU [28Mar2024 00:23:31.089] [modloading-worker-0/INFO] [ModernFix/]: Instantiating Mojang DFU [28Mar2024 00:23:31.097] [modloading-worker-0/INFO] [mod.chiselsandbits.registrars.ModChiselModes/]: Loaded chisel mode configuration. [28Mar2024 00:23:31.098] [modloading-worker-0/INFO] [mod.chiselsandbits.registrars.ModContainerTypes/]: Loaded container type configuration. [28Mar2024 00:23:31.099] [modloading-worker-0/INFO] [mod.chiselsandbits.registrars.ModCreativeTabs/]: Loaded item group configuration. [28Mar2024 00:23:31.116] [modloading-worker-0/INFO] [mod.chiselsandbits.registrars.ModItems/]: Loaded item configuration. [28Mar2024 00:23:31.119] [modloading-worker-0/INFO] [mod.chiselsandbits.registrars.ModMetadataKeys/]: Loaded metadata key configuration. [28Mar2024 00:23:31.121] [modloading-worker-0/INFO] [mod.chiselsandbits.registrars.ModModelProperties/]: Loaded model property configuration. [28Mar2024 00:23:31.124] [modloading-worker-0/INFO] [mod.chiselsandbits.registrars.ModModificationOperation/]: Loaded modification operation configuration. [28Mar2024 00:23:31.126] [modloading-worker-0/INFO] [mod.chiselsandbits.registrars.ModModificationOperationGroups/]: Loaded modification operation group configuration.
  20. By running the task runClient this erros shows up PasteBin Code But if I build the jar and try to run it in the curse forge app the game run normaly.
  21. @SubscribeEvent public static void onVanillaEvent(VanillaGameEvent event) { final var level = event.getLevel(); final var v3 = event.getEventPosition(); final var vec3i = new Vec3i((int) v3.x, (int) v3.y, (int) v3.z); final var blockPos = new BlockPos(vec3i); final var block = event.getLevel().getBlockState(blockPos).getBlock(); if(event.getVanillaEvent().equals(GameEvent.BLOCK_ACTIVATE) && block instanceOf PressurePlateBlock) { // Your Code Here } }
  22. Please read the FAQ before posting (that massive orange banner when making a new thread). Also read the error message you got when the anti-spam blocked your post.
  23. Have you checked if you need to override Block#canSustainPlant ? It has this line of code in it: if (net.minecraftforge.common.PlantType.CROP.equals(type)) { return state.is(Blocks.FARMLAND); } which would be relevant since StemBlock.java has this in it: @Override public net.minecraftforge.common.PlantType getPlantType(BlockGetter world, BlockPos pos) { return net.minecraftforge.common.PlantType.CROP; }
  1. Load more activity
×
×
  • Create New...

Important Information

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