Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (โ‹ฎ) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Spascal

Members
  • Joined

  • Last visited

Everything posted by Spascal

  1. thanks for responding! i spoke with one of the lead people on the mod, corgi taco, and all i needed to do to get it to work was to delete the "byg" folder from my server config. didn't know those folders needed to be deleted when updating. all is good now ๐Ÿ˜
  2. https://raw.githubusercontent.com/sgtspascal/debug-log/main/debug-log
  3. hi, sorry if there is an excess of these threads already but i cannot find one with my specific problem. i'm not savvy with any of this and i would appreciate any help anyone would be willing to give me. i'm using shockbyte as a server host and with all the mods (these are the mods i currently have installed) i currently have installed it is stuck in a crash loop; here's what the console is saying: 06.07 16:53:14 [Server] INFO { 06.07 16:53:14 [Server] INFO "config": { 06.07 16:53:14 [Server] INFO "cost": 5, 06.07 16:53:14 [Server] INFO "item": "byg:poison_ivy", 06.07 16:53:14 [Server] INFO "max_uses": 2, 06.07 16:53:14 [Server] INFO "villager_xp": 2 06.07 16:53:14 [Server] INFO }, 06.07 16:53:14 [Server] INFO "type": "byg:emerald_for_items" 06.07 16:53:14 [Server] INFO } 06.07 16:53:14 [Server] INFO ], 06.07 16:53:14 [Server] INFO // Trades listed here are "rare" and only one(not only from these listed here but from other mods/vanilla also) is picked when a wandering trader spawns. 06.07 16:53:14 [Server] INFO "2": [] 06.07 16:53:14 [Server] INFO } 06.07 16:53:14 [Server] INFO } 06.07 16:53:14 [Server] INFO ==================================================================================================== 06.07 16:53:14 [Server] INFO ] 06.07 16:53:14 [Server] INFO at net.minecraftforge.fml.ModLoader.waitForTransition(ModLoader.java:243) ~[fmlcore-1.19-41.0.63.jar%23141!/:?] {} 06.07 16:53:14 [Server] INFO at net.minecraftforge.fml.ModLoader.lambda$dispatchAndHandleError$24(ModLoader.java:208) ~[fmlcore-1.19-41.0.63.jar%23141!/:?] {} 06.07 16:53:14 [Server] INFO at java.util.Optional.ifPresent(Optional.java:178) ~[?:?] {re:mixin} 06.07 16:53:14 [Server] INFO at net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:208) ~[fmlcore-1.19-41.0.63.jar%23141!/:?] {} 06.07 16:53:14 [Server] INFO at net.minecraftforge.fml.ModLoader.lambda$loadMods$17(ModLoader.java:191) ~[fmlcore-1.19-41.0.63.jar%23141!/:?] {} 06.07 16:53:14 [Server] INFO at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?] {re:mixin} 06.07 16:53:14 [Server] INFO at net.minecraftforge.fml.ModLoader.loadMods(ModLoader.java:191) ~[fmlcore-1.19-41.0.63.jar%23141!/:?] {} 06.07 16:53:14 [Server] INFO at net.minecraftforge.server.loading.ServerModLoader.load(ServerModLoader.java:33) ~[forge-1.19-41.0.63-universal.jar%23145!/:?] {re:classloading} 06.07 16:53:14 [Server] INFO at net.minecraft.server.Main.main(Main.java:113) ~[server-1.19-20220607.102129-srg.jar%23140!/:?] {re:classloading} 06.07 16:53:14 [Server] INFO at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {} 06.07 16:53:14 [Server] INFO at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {} 06.07 16:53:14 [Server] INFO at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {} 06.07 16:53:14 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {} 06.07 16:53:14 [Server] INFO at net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$launchService$0(CommonServerLaunchHandler.java:29) ~[fmlloader-1.19-41.0.63.jar%2365!/:?] {} 06.07 16:53:14 [Server] INFO at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.1.jar%2353!/:?] {} 06.07 16:53:14 [Server] INFO at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.1.jar%2353!/:?] {} 06.07 16:53:14 [Server] INFO at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.1.jar%2353!/:?] {} 06.07 16:53:14 [Server] INFO at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.1.jar%2353!/:?] {} 06.07 16:53:14 [Server] INFO at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.1.jar%2353!/:?] {} 06.07 16:53:14 [Server] INFO at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.1.jar%2353!/:?] {} 06.07 16:53:14 [Server] INFO at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.1.jar%2353!/:?] {} 06.07 16:53:14 [Server] INFO at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.1.jar:?] {} 06.07 16:53:14 [Multicraft] Server shut down (starting) 06.07 16:53:14 [Multicraft] Restarting crashed server in 10 seconds 06.07 16:53:14 [Multicraft] Server stopped

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions โ†’ Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.