Git Product home page Git Product logo

bigsip's Introduction

bigsip's People

Contributors

pssbletrngle avatar

Watchers

 avatar

bigsip's Issues

Fix wine cellar

What happened?

The wine cellar structure is currently not generating under ground, because village houses are not meant to.
Either create a new structure with the cellar above ground, or solve the issue

Mod Version

0.0.2-alpha

bigsip 1.18.2 crash related to servers

What happened?

running the mod in client is fine, but running it as a server results in a crash

Mod Version

0.0.2-alpha

Minecraft Version

1.18

Minecraft Loader

Forge

Fabric/Forge Version

40.1.68

Relevant log output

Description: Mod loading error has occurred

java.lang.Exception: Mod Loading has failed
	at net.minecraftforge.logging.CrashReportExtender.dumpModLoadingCrashReport(CrashReportExtender.java:55) ~[forge-1.18.2-40.1.73-universal.jar%23265!/:?] {re:classloading}
	at net.minecraftforge.server.loading.ServerModLoader.load(ServerModLoader.java:39) ~[forge-1.18.2-40.1.73-universal.jar%23265!/:?] {re:classloading}
	at net.minecraft.server.Main.main(Main.java:112) ~[server-1.18.2-20220404.173914-srg.jar%23260!/:?] {re:classloading,re:mixin,pl:mixin:A}
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:?] {}
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:?] {}
	at java.lang.reflect.Method.invoke(Unknown Source) ~[?:?] {}
	at net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$launchService$0(CommonServerLaunchHandler.java:32) ~[fmlloader-1.18.2-40.1.73.jar%2317!/:?] {}
	at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-9.1.3.jar%235!/:?] {}
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-9.1.3.jar%235!/:?] {}
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-9.1.3.jar%235!/:?] {}
	at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-9.1.3.jar%235!/:?] {}
	at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-9.1.3.jar%235!/:?] {}
	at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-9.1.3.jar%235!/:?] {}
	at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-9.1.3.jar%235!/:?] {}
	at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:149) [bootstraplauncher-1.0.0.jar:?] {}

-- Head --
Thread: main
Stacktrace:
	at net.minecraftforge.fml.loading.RuntimeDistCleaner.processClassWithFlags(RuntimeDistCleaner.java:57) ~[fmlloader-1.18.2-40.1.73.jar%2317!/:1.0] {}
-- MOD bigsip --
Details:
	Caused by 0: java.lang.RuntimeException: java.lang.RuntimeException: Attempted to load class net/minecraft/client/multiplayer/ClientLevel for invalid dist DEDICATED_SERVER
		at thedarkcolour.kotlinforforge.AutoKotlinEventBusSubscriber.inject(AutoKotlinEventBusSubscriber.kt:99) ~[kotlinforforge-3.7.1-obf.jar%23170!/:3.7.1] {}
		at thedarkcolour.kotlinforforge.KotlinModContainer.constructMod(KotlinModContainer.kt:83) ~[kotlinforforge-3.7.1-obf.jar%23170!/:3.7.1] {}
		at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:106) ~[fmlcore-1.18.2-40.1.73.jar%23261!/:?] {}
		at java.util.concurrent.CompletableFuture$AsyncRun.run(Unknown Source) ~[?:?] {}
		at java.util.concurrent.CompletableFuture$AsyncRun.exec(Unknown Source) ~[?:?] {}
		at java.util.concurrent.ForkJoinTask.doExec(Unknown Source) ~[?:?] {}
		at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(Unknown Source) ~[?:?] {}
		at java.util.concurrent.ForkJoinPool.scan(Unknown Source) ~[?:?] {re:computing_frames}
		at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source) ~[?:?] {re:computing_frames}
		at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source) ~[?:?] {}

	Mod File: --bigsip-0.0.2-alpha.jar
	Failure message: Big Sip (bigsip) has failed to load correctly
		java.lang.RuntimeException: java.lang.RuntimeException: Attempted to load class net/minecraft/client/multiplayer/ClientLevel for invalid dist DEDICATED_SERVER
	Mod Version: 0.0.2-alpha
	Mod Issue URL: NOT PROVIDED
	Exception message: java.lang.RuntimeException: Attempted to load class net/minecraft/client/multiplayer/ClientLevel for invalid dist DEDICATED_SERVER
Stacktrace:
	at net.minecraftforge.fml.loading.RuntimeDistCleaner.processClassWithFlags(RuntimeDistCleaner.java:57) ~[fmlloader-1.18.2-40.1.73.jar%2317!/:1.0] {}
	at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-9.1.3.jar%235!/:?] {}
	at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-9.1.3.jar%235!/:?] {}
	at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-9.1.3.jar%235!/:?] {}
	at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:110) ~[securejarhandler-1.0.3.jar:?] {}
	at cpw.mods.cl.ModuleClassLoader.lambda$findClass$16(ModuleClassLoader.java:216) ~[securejarhandler-1.0.3.jar:?] {}
	at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:226) ~[securejarhandler-1.0.3.jar:?] {}
	at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:216) ~[securejarhandler-1.0.3.jar:?] {}
	at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:132) ~[securejarhandler-1.0.3.jar:?] {}
	at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:?] {}
	at java.lang.Class.getDeclaredMethods0(Native Method) ~[?:?] {re:mixin}
	at java.lang.Class.privateGetDeclaredMethods(Unknown Source) ~[?:?] {re:mixin}
	at java.lang.Class.getDeclaredMethod(Unknown Source) ~[?:?] {re:mixin}
	at net.minecraftforge.eventbus.EventBus.getDeclMethod(EventBus.java:83) ~[eventbus-5.0.3.jar%232!/:?] {}
	at net.minecraftforge.eventbus.EventBus.lambda$registerObject$4(EventBus.java:95) ~[eventbus-5.0.3.jar%232!/:?] {}
	at java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[?:?] {}
	at java.util.HashMap$KeySpliterator.tryAdvance(Unknown Source) ~[?:?] {}
	at java.util.stream.ReferencePipeline.forEachWithCancel(Unknown Source) ~[?:?] {}
	at java.util.stream.AbstractPipeline.copyIntoWithCancel(Unknown Source) ~[?:?] {}
	at java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[?:?] {}
	at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[?:?] {}
	at java.util.stream.FindOps$FindOp.evaluateSequential(Unknown Source) ~[?:?] {}
	at java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[?:?] {}
	at java.util.stream.ReferencePipeline.findFirst(Unknown Source) ~[?:?] {}
	at net.minecraftforge.eventbus.EventBus.lambda$registerObject$7(EventBus.java:97) ~[eventbus-5.0.3.jar%232!/:?] {}
	at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[?:?] {}
	at java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[?:?] {}
	at java.util.Spliterators$ArraySpliterator.forEachRemaining(Unknown Source) ~[?:?] {}
	at java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[?:?] {}
	at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[?:?] {}
	at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[?:?] {}
	at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[?:?] {}
	at java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[?:?] {}
	at java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[?:?] {}
	at net.minecraftforge.eventbus.EventBus.registerObject(EventBus.java:94) ~[eventbus-5.0.3.jar%232!/:?] {}
	at net.minecraftforge.eventbus.EventBus.register(EventBus.java:120) ~[eventbus-5.0.3.jar%232!/:?] {}
	at thedarkcolour.kotlinforforge.AutoKotlinEventBusSubscriber.registerTo(AutoKotlinEventBusSubscriber.kt:110) ~[kotlinforforge-3.7.1-obf.jar%23170!/:3.7.1] {}
	at thedarkcolour.kotlinforforge.AutoKotlinEventBusSubscriber.inject(AutoKotlinEventBusSubscriber.kt:96) ~[kotlinforforge-3.7.1-obf.jar%23170!/:3.7.1] {}
	at thedarkcolour.kotlinforforge.KotlinModContainer.constructMod(KotlinModContainer.kt:83) ~[kotlinforforge-3.7.1-obf.jar%23170!/:3.7.1] {}
	at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:106) ~[fmlcore-1.18.2-40.1.73.jar%23261!/:?] {}
	at java.util.concurrent.CompletableFuture$AsyncRun.run(Unknown Source) ~[?:?] {}
	at java.util.concurrent.CompletableFuture$AsyncRun.exec(Unknown Source) ~[?:?] {}
	at java.util.concurrent.ForkJoinTask.doExec(Unknown Source) ~[?:?] {}
	at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(Unknown Source) ~[?:?] {}
	at java.util.concurrent.ForkJoinPool.scan(Unknown Source) ~[?:?] {re:computing_frames}
	at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source) ~[?:?] {re:computing_frames}
	at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source) ~[?:?] {}

Drink Ideas

  • Sake
  • Vodka
  • More Juices
  • Sangria
  • Lemonade
  • Bottle of Rum
  • Ice Tea

Growthcraft compatibility

Describe the feature you have in mind.

Perhaps we could have compatibility with Growthcraft, allowing us to ferment Growthcraft booze in the maturing barrel? It would likely need configurable recipes, and if possible, CraftTweaker support to work, but could be quite interesting.

Does this solve a particular problem?

No response

Grape Textures

The Grape Crop should get updated textures which are a bit better looking, as well as actual connecting textures

Compat with Create: Alloyed

Hi there, I love the mod so much. Whenever I have Big Sip with Create: Alloyed, Big Sip crashes as the game starts. I would love to be able to play with both.

Thanks!

Hanging Grapes

Grapes should also be able to be planted hanging below something, like campfires

Support for JEI ≥ 10

What happened?

Hi there, I love the mod so far. However, JEI only shows me the recipe for the grape sapling and the barrel. None of the drinks are showing. I dunno why.

JEI Version is 10.1.3.240

Mod Version

0.0.1-alpha

Minecraft Version

1.18

Minecraft Loader

No response

Fabric/Forge Version

40.1.68

Relevant log output

No response

error message with missing tough as nails

What happened?

during minecraft startup i get an error message about tough as nails, which i dont have installed

probably not that important but it should not throw an error, i think?

Mod Version

0.0.3-alpha

Minecraft Version

1.18

Minecraft Loader

Forge

Fabric/Forge Version

40.1.80

Relevant log output

[Worker-Main-46/ERROR] [minecraft/TagLoader]: Couldn't load tag create:upright_on_belt as it is missing following references: toughasnails:purified_water_bottle (from bigsip-0.0.3-alpha.jar), 
	toughasnails:dirty_water_bottle (from bigsip-0.0.3-alpha.jar), 
	toughasnails:empty_canteen (from bigsip-0.0.3-alpha.jar), 
	toughasnails:water_canteen (from bigsip-0.0.3-alpha.jar), 
	toughasnails:purified_water_canteen (from bigsip-0.0.3-alpha.jar), 
	toughasnails:dirty_water_canteen (from bigsip-0.0.3-alpha.jar), 
	toughasnails:apple_juice (from bigsip-0.0.3-alpha.jar), 
	toughasnails:cactus_juice (from bigsip-0.0.3-alpha.jar), 
	toughasnails:chorus_fruit_juice (from bigsip-0.0.3-alpha.jar), 
	toughasnails:melon_juice (from bigsip-0.0.3-alpha.jar), 
	toughasnails:glow_berry_juice (from bigsip-0.0.3-alpha.jar), 
	toughasnails:pumpkin_juice (from bigsip-0.0.3-alpha.jar), 
	toughasnails:sweet_berry_juice (from bigsip-0.0.3-alpha.jar)

Barrel Multiblock Placing

The MaturingBarrel items placement logic should be updated to act similar to the one of the ItemVault

1.19 update?

Describe the feature you have in mind.

Hi there, I love the mod. I don't want to be annoying, but are you planning on updating the mod to 1.19?

Also, it might help people to find the mod if you put the word "create" in the title.

I probably sound pretentious but I just want more people to enjoy your mod!! :)

Thanks :)

Does this solve a particular problem?

No response

Create 0.5.1 compat for 1.18.2

Describe the feature you have in mind.

Hello, I was just wondering if your lovely create add-ons, including Big Sip, Slice and Dice, and the jetpack one will receive a compatibility update for Create 0.5.1 for the version 1.18.2?

I am making a 1.18.2 modpack, so I would like to know. This was the best place to ask that I could find.

Thank you!

Does this solve a particular problem?

No response

Error while loading the mod

What happened?

Minecraft Forge got some errors while attempting to load the mod. Here's a screenshot:
image
And here's the crash report:
crash-2023-09-13_21.53.28-fml.txt
and the latest.log:
latest.log

Mod Version

0.0.3-alpha

Minecraft Version

None

Minecraft Loader

None

Fabric/Forge Version

40.2.10

Relevant log output

No response

Fluid Textures

The current fluid texture placeholders should be replaced by better ones

Recommend Projects

  • React photo React

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

  • Vue.js photo Vue.js

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

  • Typescript photo Typescript

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

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

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

Recommend Topics

  • javascript

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

  • web

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

  • server

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

  • Machine learning

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

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

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

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.