Giter Club home page Giter Club logo

cucumber's People

Contributors

abbage230 avatar altegar avatar blakebr0 avatar bytegm avatar dracnis avatar finafina233 avatar latvianmodder avatar mikeliro avatar mindy15963 avatar rlnt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

cucumber's Issues

better tag list formatting

image
make the tags show up like on the picture above
image
Example below

Block Tags:
    tag1
    tag2
    tag3
Item Tags:
    tag1
    tag2
    tag3

It would make the tags a bit easier to read when you can spot where block tags end and item tags start easier

A Crash on server startup

[10:25:46 WARN]: Failed to load datapacks, can't proceed with server load. You can either fix your datapacks or reset to vanilla with --safeMode
java.util.concurrent.ExecutionException: java.lang.ClassCastException: class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap cannot be cast to class com.google.common.collect.ImmutableMap$Builder (it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap is in module [email protected] of loader 'MC-BOOTSTRAP' @58326051; com.google.common.collect.ImmutableMap$Builder is in module [email protected] of loader 'MC-BOOTSTRAP' @58326051)
at java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:396) ~[?:?]
at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2073) ~[?:?]
at net.minecraft.server.Main.main(Main.java:250) ~[server-1.20.1-20230612.114412-srg.jar%23858!/:?]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.2.20.jar%23185!/:?]
at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:103) ~[fmlloader-1.20.1-47.2.20.jar%23185!/:?]
at net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$makeService$0(CommonServerLaunchHandler.java:27) ~[fmlloader-1.20.1-47.2.20.jar%23185!/:?]
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.9.jar%23100!/:?]
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.9.jar%23100!/:?]
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.9.jar%23100!/:?]
at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) [modlauncher-10.0.9.jar%23100!/:?]
at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) [modlauncher-10.0.9.jar%23100!/:?]
at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.9.jar%23100!/:?]
at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.9.jar%23100!/:?]
at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?]
at com.mohistmc.MohistMCStart.main(MohistMCStart.java:107) [mohist-1.20.1-595-server.jar:1.20.1-629]
Caused by: java.lang.ClassCastException: class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap cannot be cast to class com.google.common.collect.ImmutableMap$Builder (it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap is in module [email protected] of loader 'MC-BOOTSTRAP' @58326051; com.google.common.collect.ImmutableMap$Builder is in module [email protected] of loader 'MC-BOOTSTRAP' @58326051)
at com.blakebr0.cucumber.helper.RecipeHelper.fireRecipeManagerLoadedEvent(RecipeHelper.java:74) ~[Cucumber-1.20.1-7.0.8.jar%23553!/:7.0.8]
at net.minecraft.world.item.crafting.RecipeManager.handler$ceh000$cucumber$apply(RecipeManager.java:4542) ~[server-1.20.1-20230612.114412-srg.jar%23858!/:?]
at net.minecraft.world.item.crafting.RecipeManager.m_5787_(RecipeManager.java:66) ~[server-1.20.1-20230612.114412-srg.jar%23858!/:?]
at net.minecraft.world.item.crafting.RecipeManager.m_5787_(RecipeManager.java:37) ~[server-1.20.1-20230612.114412-srg.jar%23858!/:?]
at net.minecraft.server.packs.resources.SimplePreparableReloadListener.m_10789_(SimplePreparableReloadListener.java:13) ~[server-1.20.1-20230612.114412-srg.jar%23858!/:?]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718) ~[?:?]
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?]
at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69) ~[server-1.20.1-20230612.114412-srg.jar%23858!/:?]
at net.minecraft.Util.m_214652_(Util.java:783) ~[server-1.20.1-20230612.114412-srg.jar%23858!/:?]
at net.minecraft.Util.m_214679_(Util.java:772) ~[server-1.20.1-20230612.114412-srg.jar%23858!/:?]
at net.minecraft.server.Main.main(Main.java:220) ~[server-1.20.1-20230612.114412-srg.jar%23858!/:?]
... 16 more

To Reproduce
Steps to reproduce the behavior:

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots / Scripts / Logs
Please add your logs and scripts (if applicable).

Versions (please complete the following information):
Minecraft: 1.20.1
Server: Mohist (latest)
Cucumber: 7.0.8

I can`t find extendedcrafting-common.toml in server/config, how can I fix this?

I cannt describe good my problem, so some error happend with cucumber when installing Create Steam's And Rails

Describe the bug
Server wont start cause cucumber error

To Reproduce
Start a server with cucumber ans Steam And Rails last version

Expected behavior
I send the bugs at Author of Steam and rails, and tell me the bugs was on your side, cause compatibility i think

Screenshots / Scripts / Logs
[https://hastebin.com/share/aberaruvem.php]

Versions (please complete the following information):

  • Minecraft: 1.19.2
  • Forge: 43.2.14
  • Cucumber: 1.19.2 6.0.7

Mystical Agriculture/Agradditions or Cucumber newest update preventing Forge Server from starting.

Describe the bug
I am trying to run both Mystical Agriculture and Mystical Agradditions, as well as cucumber, on my Forge Server (47.2.0). All of the previous versions (7.0.6, 7.0.1, and 7.0.4 respectively) run perfectly fine, but after updating all 3 to the versions released on 11/26/2023, the server refuses to start.

To Reproduce
I am just updating all JAR files from pre 11/26 releases of Agriculture/Agradditions/Cucumber to post 11/26 versions. going from (7.0.6, 7.0.1, and 7.0.4) to (7.0.7, 7.0.2, and 7.0.5) and executing 'run.bat' to launch the server normally.

Expected behavior
I expect the server to start as it did before updating.

Screenshots / Scripts / Logs
Attached is the contents of the cmd when attempting to run the server.
Errormessage.txt

Versions (please complete the following information):

  • Minecraft: 1.20.1
  • Forge: 47.2.7
  • Cucumber: 7.0.4
  • Singleplayer or Multiplayer: Multiplayer

Cucumber Tags Not Importing Correcly

Describe the bug
A clear and concise description of what the bug is.
Currently Playing Rangamod VII on an apexhosting server that me and my friends run, Ragnamod resource generation was a pain so we decided to add Mystical Agriculture V.1.18.2-5.15 and Cucumber 1.18.2-5.15. Unfortunately it will not allow us to craft the essence to the corresponding ingots even though the crafting recipes were imported in the cucumber file.
To Reproduce
Steps to reproduce the behavior:
N/A
Expected behavior
A clear and concise description of what you expected to happen.
N/A
Screenshots / Scripts / Logs
Please add your logs and scripts (if applicable).
image_2024-05-25_122549064
image_2024-05-25_122621172
image_2024-05-25_122730236
Screenshot 2024-05-25 122706

Versions (please complete the following information):

  • Minecraft: 1.18.2
  • Forge: 40.2.21
  • Cucumber: 5.15
  • Singleplayer or Multiplayer: Multiplayer
    If you could tell me what I'm doing wrong or if this a known issue I would greatly appreciate it.

Crash on launch 6.0.3

Describe the bug
Game crashes on Launch
Downgrading to Cucumber 6.0.2 fixes it

Note: 6.0.3 has no changelog

To Reproduce
Steps to reproduce the behavior:

  1. Update Cucumber to 6.0.3
  2. Watch the white screen
  3. Watch the crash happen

Expected behavior
No crash :)

Screenshots / Scripts / Logs
log:
debug.log

Crash Log:
crash-2022-10-30_09.29.44-client.txt

Versions (please complete the following information):

  • Minecraft: 1.19.2
  • Forge: 43.1.7
  • Cucumber: 6.0.3

Question on cucumber-tags.json

I see in the latest release that you've suggested this updates and will reload. Playing on minecraft 1,16,5 with forge 36.1.30, and cucumber library 1.16.4-4.1.10 and this is all that's generating in the cucumber-tags.json

{
"__comment": "Instructions: https://mods.blakebr0.com/docs/cucumber/tags-config"
}

I've even pulled out the file and placed it on my desktop to force regeneration of the file, but that doesn't seem to change it either.

Log Spam + Potential Crash

Describe the bug
On 1.19.2 Cucumber likes to spam this in the log:
image
Very frequent, and annoying. I've also been having issues with /reload failing to work unless I reload the whole game, which I'm thinking is tagged to Cucumber in some way, but I'm not sure. Here's the latest.log

To Reproduce
Install Cucumber Library
Load the game.

Expected behavior
No log spam

Screenshots / Scripts / Logs
Latest.log posted ^

Versions (please complete the following information):

  • Minecraft: 1.19.2
  • Forge: 43.2.6
  • Cucumber: 6.0.6

Server Spam when Scythe tries to harvest Ars Magebloom

Describe the bug
The server spams this message [Cucumber Library/]: Unable to get seed from crop null every tick. I found the cause. There was a Scythe in a modular router set to harvest an AoE. It wouldn't harvest the Magebloom seed (Ars Nouveau) and would spam that issue every time it would fail.

To Reproduce
Steps to reproduce the behavior:

  1. Plant a Magebloom seed and another type of crop nearby.
  2. Use a Scythe to harvest a seed nearby, and the AoE effect will not harvest the Magebloom.
  3. The server console will get the outcome message.

Expected behavior
A clear and concise description of what you expected to happen.

The plant becomes harvested, or the server console doesn't get spammed every time the action fails.

Screenshots / Scripts / Logs
Please add your logs and scripts (if applicable).
spamlog
2latest.log

Versions (please complete the following information):

  • Minecraft: 1.20.1
  • Forge: 47.1.3
  • Cucumber: 7.0.1

Cucumber Library 1.14.4

this is what i keep getting when i try to load minecraft sometimes it works but other times it doesn't. i don't know what to do so i'm hopping you can fix it... image of the minecraft error below
Minecraft 1 14 4 8_22_2019 5_27_51 PM
This crash report below
I don't have it just yet when i get it i will add it...

Crashing on server startup

2023-12-12 18:21:55,473 INFO [main] Extended Crafting.loadSingularities(67): Loaded 19 singularity type(s) in 6 ms
2023-12-12 18:21:55,475 WARN [main] n.m.s.Main.main(214): Failed to load datapacks, can't proceed with server load. You can either fix your datapacks or reset to vanilla with --safeMode
java.util.concurrent.ExecutionException: java.lang.ClassCastException: class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap cannot be cast to class com.google.common.collect.ImmutableMap$Builder (it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap is in module [email protected] of loader 'MC-BOOTSTRAP' @58ce9668; com.google.common.collect.ImmutableMap$Builder is in module [email protected] of loader 'MC-BOOTSTRAP' @58ce9668)
at java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:396) ~[?:?]
at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2073) ~[?:?]
at net.minecraft.server.Main.main(Main.java:212) ~[server-1.19.2-20220805.130853-srg.jar%23196!/:?]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
at net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$launchService$0(CommonServerLaunchHandler.java:29) ~[fmlloader-1.19.2-43.3.5.jar%23124!/:?]
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2369!/:?]
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2369!/:?]
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2369!/:?]
at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2369!/:?]
at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2369!/:?]
at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2369!/:?]
at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2369!/:?]
at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?]
at com.mohistmc.MohistMCStart.main(MohistMCStart.java:93) [mohist-1.19.2-82-server.jar:1.19.2-82]
Caused by: java.lang.ClassCastException: class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap cannot be cast to class com.google.common.collect.ImmutableMap$Builder (it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenHashMap is in module [email protected] of loader 'MC-BOOTSTRAP' @58ce9668; com.google.common.collect.ImmutableMap$Builder is in module [email protected] of loader 'MC-BOOTSTRAP' @58ce9668)
at com.blakebr0.cucumber.helper.RecipeHelper.fireRecipeManagerLoadedEvent(RecipeHelper.java:74) ~[common.lib.Cucumber-1.19.2-6.0.10.jar%23165!/:6.0.10]
at net.minecraft.world.item.crafting.RecipeManager.handler$zzh000$cucumber$apply(RecipeManager.java:542) ~[server-1.19.2-20220805.130853-srg.jar%23196!/:?]
at net.minecraft.world.item.crafting.RecipeManager.m_5787_(RecipeManager.java:65) ~[server-1.19.2-20220805.130853-srg.jar%23196!/:?]
at net.minecraft.world.item.crafting.RecipeManager.m_5787_(RecipeManager.java:37) ~[server-1.19.2-20220805.130853-srg.jar%23196!/:?]
at net.minecraft.server.packs.resources.SimplePreparableReloadListener.m_10789_(SimplePreparableReloadListener.java:13) ~[server-1.19.2-20220805.130853-srg.jar%23196!/:?]
at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718) ~[?:?]
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?]
at net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69) ~[server-1.19.2-20220805.130853-srg.jar%23196!/:?]
at net.minecraft.Util.m_214652_(Util.java:781) ~[server-1.19.2-20220805.130853-srg.jar%23196!/:?]
at net.minecraft.Util.m_214679_(Util.java:770) ~[server-1.19.2-20220805.130853-srg.jar%23196!/:?]
at net.minecraft.server.Main.main(Main.java:187) ~[server-1.19.2-20220805.130853-srg.jar%23196!/:?]
... 14 more

To Reproduce
Steps to reproduce the behavior:

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots / Scripts / Logs
Please add your logs and scripts (if applicable).

Versions (please complete the following information):

  • Minecraft: 1.19.2
  • Server: Mohist (latest)
  • Cucumber: 6.0.10

Client starts normal, but server crashes

Tag lookup on logical client

Describe the bug
In your custom recipe types and serializers, you send output tags across the network and use your TagMapper to resolve it on the client side to an actual item. This could cause visual bugs for recipes when configs are different on the server and on the client.

To Reproduce
Have a different preferred mod config on your client and on a dedicated server.

Expected behavior
The preferred item should be resolved on the logical server upon serialization before syncing recipes to the logical client to avoid synchronization issues. That way, the client gets the actual output item from the server and doesn't need to resolve the tag itself.

I could file a PR for this if you want.

1.12 cucumber 1.0.3 crash with mods

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Cucumber (cucumber)
Caused by: java.lang.IllegalArgumentException: argument type mismatch
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:606)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:253)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:231)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:148)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:719)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:352)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:534)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

Almost Unified integration

Is your feature request related to a problem? Please describe.
When building large modpacks, there are several mods introducing recipes with tag outputs which is a nice approach since there are a lot of different materials already present in several other mods and it avoids the requirement to implement own materials.
However, with such a huge amount of mods, it can become a bit tedious to properly set up all the config files and develop proper unification. When changes are being made, you have to ensure that you don't forget to adjust all necessary configs.

Describe the solution you'd like
Cucumber lib, among many other libs and mods, provides a way to define a priority list in its config. Our own project, Almost Unified adapted the idea and introduced a way to semi-automatically handle unification by picking a dominant item per configured tag and replacing all outputs of recipes to the dominant counterpart of its tag.

We have a wiki with special instructions on how to configure certain mods to work flawlessly with AU. The cucumber lib is one of these mods. In order to have correct unification (same outputs across all recipes and machine/agriculture output), you would have to set up the mod priority list exactly like the AU one.

Since Almost Unified gained some decent popularity in the past and is now used a lot by large modpacks (All The Mods, Enigmatica, All of Fabric, and the Opolis series), we would like to suggest to mod authors of popular mods that they could use the AU lookup API to decide the tag output priority. This can be an optional dependency and only uses the API when the mod is present. If not, you could still use your own config.

An example of implementation can be found on the Occultism repository. It's just a simple lookup on our API by passing the tag. If AU is not present which results in a null value, they just use the first entry of the tag. In your case, you could fall back to your own implementation.

If you are too busy implementing it, we can also offer to implement it ourselves and PR it to you. But if you are not interested at all, that's also fine.

Our goal is to simplify pack creation and unification in the future and it would finally bring some consistency to the way recipe outputs are being handled. If you have any questions, concerns, or suggestions, feel free to reach out. Either here or on Discord Relentless#3812.

Edit: This would only affect 1.19.2+

Cucumber configs broken on new versions of forge for 1.16.5

Describe the bug
well it seems you might have empty comment stings that are causing your config to make a backup

To Reproduce
See Enderchests github issue here, ShetiPhian/Localizations-and-Issues#293

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots / Scripts / Logs
Please add your logs and scripts (if applicable).

Versions (please complete the following information):

  • Minecraft: 1.16.5
  • Forge: 36.0.42
  • Cucumber: 1.16.5-4.0.4.0

Crash at launch

---- Minecraft Crash Report ----
// I bet Cylons wouldn't have this problem.

Time: 2020-05-15 12:31:28 CEST
Description: Initializing game

java.lang.RuntimeException: Invalid id 4096 - maximum id range exceeded.
at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:295)
at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:281)
at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:113)
at com.blakebr0.cucumber.registry.ModRegistry.registerBlocks(ModRegistry.java:230)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_441_ModRegistry_registerBlocks_Register.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:845)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:630)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
at net.minecraft.client.Minecraft.init(Minecraft.java:467)
at net.minecraft.client.Minecraft.run(Minecraft.java:3931)
at net.minecraft.client.main.Main.main(SourceFile:123)
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.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

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

-- System Details --
Minecraft Version: 1.12.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: 1077020608 bytes (1027 MB) / 3419930624 bytes (3261 MB) up to 6692536320 bytes (6382 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx7180m -Xms256m -XX:PermSize=256m
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2854 143 mods loaded, 143 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

   | State | ID                     | Version                   | Source                                                    | Signature                                |
   |:----- |:---------------------- |:------------------------- |:--------------------------------------------------------- |:---------------------------------------- |
   | LCH   | minecraft              | 1.12.2                    | minecraft.jar                                             | None                                     |
   | LCH   | mcp                    | 9.42                      | minecraft.jar                                             | None                                     |
   | LCH   | FML                    | 8.0.99.99                 | forge-1.12.2-14.23.5.2854.jar                             | e3c3d50c7c986df74c645c0ac54639741c90a557 |
   | LCH   | forge                  | 14.23.5.2854              | forge-1.12.2-14.23.5.2854.jar                             | e3c3d50c7c986df74c645c0ac54639741c90a557 |
   | LCH   | ivtoolkit              | 1.3.3-1.12                | minecraft.jar                                             | None                                     |
   | LCH   | movillages             | 1.5.4                     | [1.12]MoVillages-1.5.4.jar                                | None                                     |
   | LCH   | jei                    | 4.15.0.291                | jei_1.12.2-4.15.0.291.jar                                 | None                                     |
   | LCH   | abyssalcraft           | 1.9.19.1                  | AbyssalCraft-1.12.2-1.9.19.1.jar                          | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
   | LCH   | actuallyadditions      | 1.12.2-r151               | ActuallyAdditions-1.12.2-r151-2.jar                       | None                                     |
   | LCH   | baubles                | 1.5.2                     | Baubles-1.12-1.5.2.jar                                    | None                                     |
   | LCH   | actuallybaubles        | 1.1                       | ActuallyBaubles-1.12-1.1.jar                              | None                                     |
   | LCH   | forgeendertech         | 1.12.2-4.5.2.0            | ForgeEndertech-1.12.2-4.5.2.0-build.0459.jar              | None                                     |
   | LCH   | adlods                 | 1.12.2-1.0.7.1            | AdLods-1.12.2-1.0.7.1-build.0441.jar                      | None                                     |
   | LCH   | aether_legacy          | 1.4.4                     | aether_legacy-1.12.2-v1.4.4.jar                           | None                                     |
   | LCH   | aether_legacy_addon    | 1.12.2-v1.2.3             | aether_continuation-1.12.2-v1.2.3.jar                     | None                                     |
   | LCH   | infinitylib            | 1.12.2-1.12.0             | infinitylib-1.12.0_oc_patch.jar                           | None                                     |
   | LCH   | agricraft              | 2.12.0-1.12.0-a6          | AgriCraft-2.12.0-1.12.0-a6.jar                            | None                                     |
   | LCH   | animalium              | 0.3.8                     | Animalium-0.3.8.jar                                       | None                                     |
   | LCH   | craftstudioapi         | 1.0.0                     | CraftStudioAPI-universal-1.0.1.95-mc1.12-alpha.jar        | None                                     |
   | LCH   | ctm                    | MC1.12.2-1.0.2.31         | CTM-MC1.12.2-1.0.2.31.jar                                 | None                                     |
   | LCH   | twilightforest         | 3.10.1013                 | twilightforest-1.12.2-3.10.1013-universal.jar             | None                                     |
   | LCH   | animania               | 1.7.3                     | animania-1.12.2-1.7.3.jar                                 | None                                     |
   | LCH   | cyclicmagic            | 1.20.2                    | Cyclic-1.12.2-1.20.2.jar                                  | 0e5cb559be7d03f3fc18b8cba547d663e25f28af |
   | LCH   | guideapi               | 1.12-2.1.8-63             | Guide-API-1.12-2.1.8-63.jar                               | None                                     |
   | LCH   | bloodmagic             | 1.12.2-2.4.3-105          | BloodMagic-1.12.2-2.4.3-105.jar                           | None                                     |
   | LCH   | animus                 | 1                         | Animus-1.12-2.1.7.jar                                     | None                                     |
   | LCH   | aoa3                   | 3.2.7                     | AoA3-3.2.7.jar                                            | 8bddeac148843f40e0b9f69201be2f4b3071700d |
   | LCH   | aqua_creepers          | 1.2.3                     | AquaCreepers-1.2.3.jar                                    | None                                     |
   | LCH   | aquaculture            | 1.6.8                     | Aquaculture-1.12.2-1.6.8.jar                              | None                                     |
   | LCH   | mantle                 | 1.12-1.3.3.55             | Mantle-1.12-1.3.3.55.jar                                  | None                                     |
   | LCH   | roots                  | 1.12.2-3.0.28             | Roots-1.12.2-3.0.28.jar                                   | None                                     |
   | LCH   | mysticalworld          | 1.12.2-1.8.4              | mysticalworld-1.12.2-1.8.4.jar                            | None                                     |
   | LCH   | chisel                 | MC1.12.2-1.0.2.45         | Chisel-MC1.12.2-1.0.2.45.jar                              | None                                     |
   | LCH   | tconstruct             | 1.12.2-2.13.0.183         | TConstruct-1.12.2-2.13.0.183.jar                          | None                                     |
   | LCH   | thedragonlib           | 1.12.2-5.3.0              | thedragonlib-1.12.2-5.3.0.jar                             | None                                     |
   | LCH   | armorplus              | 1.12.2-11.28.0.69         | armorplus-1.12.2-11.28.0.69.jar                           | None                                     |
   | LCH   | astralsorcery          | 1.10.22                   | astralsorcery-1.12.2-1.10.23.jar                          | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
   | LCH   | atum                   | 2.0.17                    | Atum-1.12.2-2.0.17.jar                                    | None                                     |
   | LCH   | autoreglib             | 1.3-32                    | AutoRegLib-1.3-32.jar                                     | None                                     |
   | LCH   | forestry               | 5.8.2.387                 | forestry_1.12.2-5.8.2.387.jar                             | None                                     |
   | LCH   | binniecore             | 2.5.1.203                 | binnie-mods-1.12.2-2.5.1.203.jar                          | None                                     |
   | LCH   | binniedesign           | 2.5.1.203                 | binnie-mods-1.12.2-2.5.1.203.jar                          | None                                     |
   | LCH   | genetics               | 2.5.1.203                 | binnie-mods-1.12.2-2.5.1.203.jar                          | None                                     |
   | LCH   | botany                 | 2.5.1.203                 | binnie-mods-1.12.2-2.5.1.203.jar                          | None                                     |
   | LCH   | extrabees              | 2.5.1.203                 | binnie-mods-1.12.2-2.5.1.203.jar                          | None                                     |
   | LCH   | extratrees             | 2.5.1.203                 | binnie-mods-1.12.2-2.5.1.203.jar                          | None                                     |
   | LCH   | conarm                 | 1.2.5.4                   | conarm-1.12.2-1.2.5.4.jar                                 | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 |
   | LCH   | bloodtinker            | 1.0.5                     | bloodtinker-1.0.5.jar                                     | None                                     |
   | LCH   | bonsaitrees            | 1.1.4                     | bonsaitrees-1.1.4-b170.jar                                | None                                     |
   | LCH   | bookshelf              | 2.3.585                   | Bookshelf-1.12.2-2.3.585.jar                              | d476d1b22b218a10d845928d1665d45fce301b27 |
   | LCH   | chameleon              | 1.12-4.1.3                | Chameleon-1.12-4.1.3.jar                                  | None                                     |
   | LCH   | clumps                 | 3.1.2                     | Clumps-3.1.2.jar                                          | None                                     |
   | LCH   | coherentvillages       | v0.0.5.10                 | coherent_villages-pre-release_v0.0.5.10.jar               | None                                     |
   | LCH   | cyclopscore            | 1.6.4                     | CyclopsCore-1.12.2-1.6.4.jar                              | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
   | LCH   | colossalchests         | 1.7.3                     | ColossalChests-1.12.2-1.7.3.jar                           | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
   | LCH   | cookingforblockheads   | 6.5.0                     | CookingForBlockheads_1.12.2-6.5.0.jar                     | None                                     |
   | LCH   | cucumber               | 1.1.3                     | Cucumber-1.12.2-1.1.3.jar                                 | None                                     |
   | LCH   | doggytalents           | 1.15.1.5                  | DoggyTalents-1.12.2-1.15.1.5.jar                          | None                                     |
   | LCH   | dldungeonsjbg          | 1.13.2                    | DoomlikeDungeons-1.13.2-MC1.12.2.jar                      | None                                     |
   | LCH   | mocreatures            | 12.0.5                    | DrZharks+MoCreatures+Mod-12.0.5.jar                       | None                                     |
   | LCH   | dungeonmobs            | 5.8.5                     | dungeonmobs-5.8.5-MC1.12.2.jar                            | None                                     |
   | LCH   | dungeontactics         | DT-0.16.6                 | DungeonTactics-1.12.2-0.16.6.jar                          | None                                     |
   | LCH   | orelib                 | 3.6.0.1                   | OreLib-1.12.2-3.6.0.1.jar                                 | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
   | LCH   | dsurround              | 3.6.1.0                   | DynamicSurroundings-1.12.2-3.6.1.0.jar                    | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
   | LCH   | ebwizardry             | 4.2.11                    | ElectroblobsWizardry-4.2.11-MC1.12.2.jar                  | None                                     |
   | LCH   | endercrop              | 1.12.2-1.6.0              | endercrop-1.12.2-1.6.0.jar                                | None                                     |
   | LCH   | exoticbirds            | 1.0                       | Exotic+Birds+1.12.2-3.1.0.jar                             | None                                     |
   | LCH   | moa_dlc                | v1.2.0                    | extra-moas-v1.2.0.jar                                     | None                                     |
   | LCH   | extragems              | 1.2.8                     | ExtraGems-1.12.2-(v.1.2.8).jar                            | None                                     |
   | LCH   | extrautils2            | 1.0                       | extrautils2-1.12-1.9.9.jar                                | None                                     |
   | LCH   | familiarfauna          | 1.0.11                    | FamiliarFauna-1.12.2-1.0.11.jar                           | None                                     |
   | LCH   | farlanders             | 1.0.1                     | farlanders-1.12.2-1.0.1.jar                               | None                                     |
   | LCH   | farmingforblockheads   | 3.1.28                    | FarmingForBlockheads_1.12.2-3.1.28.jar                    | None                                     |
   | LCH   | fastfurnace            | 1.3.1                     | FastFurnace-1.12.2-1.3.1.jar                              | None                                     |
   | LCH   | giacomosfoundry        | 1.3.13                    | GiacomosFoundry-1.12.2-1.3.13.jar                         | None                                     |
   | LCH   | huntingdim             | 1.0.42                    | HuntingDimension-1.12.2-1.0.42.jar                        | d476d1b22b218a10d845928d1665d45fce301b27 |
   | LCH   | llibrary               | 1.7.19                    | llibrary-1.7.19-1.12.2.jar                                | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
   | LCH   | iceandfire             | 1.9.1                     | iceandfire-1.9.1-1.12.2.jar                               | None                                     |
   | LCH   | illagers_plus          | 1.1                       | IllagersPlus-1.12.2-1.1.3.jar                             | None                                     |
   | LCH   | inventorypets          | 2.0.5                     | inventorypets-1.12-2.0.5.jar                              | None                                     |
   | LCH   | ironchest              | 1.12.2-7.0.67.844         | ironchest-1.12.2-7.0.72.847.jar                           | None                                     |
   | LCH   | ironfurnaces           | 1.3.5                     | ironfurnaces-1.3.5.jar                                    | None                                     |
   | LCH   | journeymap             | 1.12.2-5.7.1              | journeymap-1.12.2-5.7.1.jar                               | None                                     |
   | LCH   | jaff                   | 1.7_for_1.12              | JustAFewFish-1.7_for_1.12.jar                             | None                                     |
   | LCH   | justenoughdimensions   | 1.6.0-dev.20200416.184714 | justenoughdimensions-1.12.2-1.6.0-dev.20200416.184714.jar | 2b03e1423915a189b8094816baa18f239d576dff |
   | LCH   | libraryex              | 1.1.3                     | LibraryEx-1.12.2-1.1.3.jar                                | None                                     |
   | LCH   | lost_aether            | 0.1.3                     | lost_aether-content-1.12.2-0.1.3.jar                      | None                                     |
   | LCH   | magicbees              | 1.0                       | MagicBees-1.12.2-3.1.10.jar                               | None                                     |
   | LCH   | mysticalagriculture    | 1.7.5                     | MysticalAgriculture-1.12.2-1.7.5.jar                      | None                                     |
   | LCH   | matc                   | 1.0.1-hotfix              | matc-1.0.1-hotfix.jar                                     | None                                     |
   | LCH   | moartinkers            | 0.6.0                     | moartinkers-0.6.0.jar                                     | None                                     |
   | LCH   | mo_swords              | v5                        | moSwords-1.12.2v5.jar                                     | None                                     |
   | LCH   | mousetweaks            | 2.10                      | MouseTweaks-2.10-mc1.12.2.jar                             | None                                     |
   | LCH   | mowziesmobs            | 1.5.4                     | mowziesmobs-1.5.4.jar                                     | None                                     |
   | LCH   | multimob               | 1.0.5                     | multimob-1.0.5.jar                                        | None                                     |
   | LCH   | mysticalagradditions   | 1.3.2                     | MysticalAgradditions-1.12.2-1.3.2.jar                     | None                                     |
   | LCH   | netherex               | 2.1.5                     | NetherEx-1.12.2-2.1.6.jar                                 | None                                     |
   | LCH   | oreexcavation          | 1.4.150                   | OreExcavation-1.4.150.jar                                 | None                                     |
   | LCH   | patchouli              | 1.0-20                    | Patchouli-1.0-20.jar                                      | None                                     |
   | LCH   | prefab                 | 1.3.0.26                  | prefab-1.3.0.26.jar                                       | None                                     |
   | LCH   | primitivemobs          | 1.2.3a                    | primitivemobs-1.2.3a.jar                                  | None                                     |
   | LCH   | randomloot             | 1.7.3                     | randomloot+1.7.4.jar                                      | None                                     |
   | LCH   | reap                   | 1.5.2                     | reap-1.5.2.jar                                            | None                                     |
   | LCH   | reccomplex             | 1.4.8.2                   | RecurrentComplex-1.4.8.2.jar                              | None                                     |
   | LCH   | reptilemod             | 3.8.4                     | reptilemod-1.12.2-3.8.4-89.jar                            | None                                     |
   | LCH   | additionalstructures   | 2.3.1                     | Rex's-Additional-Structures-1.12.x-(v.2.3.1).jar          | None                                     |
   | LCH   | roguelike              | 1.8.0                     | RoguelikeDungeons-1.12.2-1.8.0.jar                        | None                                     |
   | LCH   | rustic                 | 1.1.3                     | rustic-1.1.3.jar                                          | None                                     |
   | LCH   | shipwrecks_winslow     | 2.0.0                     | shipwrecks-mc1.12.2-2.0.0.jar                             | None                                     |
   | LCH   | storagenetwork         | 1.7.10                    | SimpleStorageNetwork-1.12.2-1.7.10.jar                    | None                                     |
   | LCH   | skewers                | 1.1                       | Skewers-1.1.jar                                           | None                                     |
   | LCH   | spartanweaponry        | beta 1.3.8                | SpartanWeaponry-1.12.2-beta-1.3.8.jar                     | None                                     |
   | LCH   | spartancompat          | @VERSION@                 | spartancompat-1.2.2.jar                                   | None                                     |
   | LCH   | spartanfire            | 0.08                      | spartanfire-0.08.jar                                      | None                                     |
   | LCH   | spartanshields         | 1.5.4                     | SpartanShields-1.12.2-1.5.4.jar                           | None                                     |
   | LCH   | stg                    | 1.12.2-1.2.3              | stg-1.12.2-1.2.3.jar                                      | None                                     |
   | LCH   | storagedrawers         | 5.2.2                     | StorageDrawers-1.12.2-5.4.2.jar                           | None                                     |
   | LCH   | strawgolem             | 1.3                       | strawgolem-1.4.1.jar                                      | None                                     |
   | LCH   | subterraneanswitcheroo | 1.1.0                     | SubSwitch1.1.0.jar                                        | None                                     |
   | LCH   | tfspellpack            | 1.0.1                     | TFSpellPack-1.0.1-MC1.12.2.jar                            | None                                     |
   | LCH   | thesummoner            | 1.0.1-beta                | thesummoner-1.0.1.jar                                     | None                                     |
   | LCH   | tinkersaether          | 1.3.0                     | tinkersaether-1.3.0.jar                                   | None                                     |
   | LCH   | tcomplement            | 1.12.2-0.4.3              | TinkersComplement-1.12.2-0.4.3.jar                        | None                                     |
   | LCH   | tinkersjei             | 1.2                       | tinkersjei-1.2.jar                                        | None                                     |
   | LCH   | tinkertoolleveling     | 1.12.2-1.1.0.DEV.b23e769  | TinkerToolLeveling-1.12.2-1.1.0.jar                       | None                                     |
   | LCH   | tombstone              | 3.7.3                     | tombstone-3.7.3-1.12.2.jar                                | None                                     |
   | LCH   | torchmaster            | 1.8.1.81                  | torchmaster_1.12.2-1.8.1.81.jar                           | 5e9a436b366831c8f54a7e80b015784da69278c6 |
   | LCH   | tropicraft             | 7.1.9.115                 | tropicraft-MC1.12.2-7.1.9.115.jar                         | None                                     |
   | LCH   | uniquee                | 1.9.0                     | Unique+Enchantments+V1.12.2-1.9.jar                       | None                                     |
   | LCH   | uppers                 | 0.0.6                     | Uppers-0.0.6.jar                                          | None                                     |
   | LCH   | vanillafix             | 1.0.10-150                | VanillaFix-1.0.10-150.jar                                 | None                                     |
   | LCH   | waddles                | 0.6.0                     | Waddles-1.12.2-0.6.0.jar                                  | None                                     |
   | LCH   | wailaharvestability    | 1.1.12                    | WailaHarvestability-mc1.12-1.1.12.jar                     | None                                     |
   | LCH   | wawla                  | 2.6.275                   | Wawla-1.12.2-2.6.275.jar                                  | d476d1b22b218a10d845928d1665d45fce301b27 |
   | LCH   | waystones              | 4.1.0                     | Waystones_1.12.2-4.1.0.jar                                | None                                     |
   | LCH   | wolfarmor              | 3.4.1.1                   | wolfarmor-1.12.2-3.4.1.1-UNIVERSAL-signed.jar             | None                                     |
   | LCH   | xlfoodmod              | 1.12.2-1.9.2              | XL-Food-Mod-1.12.2-1.9.2.jar                              | None                                     |
   | LCH   | xpbook                 | v1.1.4                    | xptome-1.12.2-v1.1.4.jar                                  | None                                     |
   | LCH   | immersiveengineering   | 0.12-92                   | ImmersiveEngineering-0.12-92.jar                          | 4cb49fcde3b43048c9889e0a3d083225da926334 |
   | LCH   | thebetweenlands        | 3.6.0                     | TheBetweenlands-3.6.0-universal.jar                       | 38067d6878811efb38b6a045521cfd80b9b60b38 |
   | LCH   | totemexpansion         | 1.2.2                     | totemexpansion-1.2.2-1.12.2.jar                           | None                                     |
   | LCH   | adfinders              | 1.12.2-2.3.14.0           | AdFinders-1.12.2-2.3.14.0-build.0501.jar                  | None                                     |
   | LCH   | mysticallib            | 1.12.2-1.7.0              | mysticallib-1.12.2-1.7.0.jar                              | None                                     |

Loaded coremods (and transformers): llibrary (llibrary-core-1.0.11-1.12.2.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
TransformLoader (DynamicSurroundings-1.12.2-3.6.1.0.jar)

                                  VanillaFixLoadingPlugin (VanillaFix-1.0.10-150.jar)
                                    
                                  AstralCore (astralsorcery-1.12.2-1.10.23.jar)
                                    
                                  CorePlugin (ForgeEndertech-1.12.2-4.5.2.0-build.0459.jar)
                                    
                                  TheBetweenlandsLoadingPlugin (TheBetweenlands-3.6.0-core.jar)
                                    thebetweenlands.core.TheBetweenlandsClassTransformer
                                  IvToolkit (IvToolkit-1.3.3-1.12.jar)
                                    
                                  IELoadingPlugin (ImmersiveEngineering-core-0.12-92.jar)
                                    blusunrize.immersiveengineering.common.asm.IEClassTransformer
                                  iceandfire (iceandfire-1.9.1-1.12.2.jar)
                                    com.github.alexthe666.iceandfire.patcher.IceAndFireRuntimePatcher
                                  CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
                                    team.chisel.ctm.client.asm.CTMTransformer
                                  WolfArmorCore (wolfarmor-1.12.2-3.4.1.1-UNIVERSAL-signed.jar)

GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 432.00' Renderer: 'GeForce RTX 2070/PCIe/SSE2'
Pulsar/tconstruct loaded Pulses: - TinkerCommons (Enabled/Forced)
- TinkerWorld (Enabled/Not Forced)
- TinkerTools (Enabled/Not Forced)
- TinkerHarvestTools (Enabled/Forced)
- TinkerMeleeWeapons (Enabled/Forced)
- TinkerRangedWeapons (Enabled/Forced)
- TinkerModifiers (Enabled/Forced)
- TinkerSmeltery (Enabled/Not Forced)
- TinkerGadgets (Enabled/Not Forced)
- TinkerOredict (Enabled/Forced)
- TinkerIntegration (Enabled/Forced)
- TinkerFluids (Enabled/Forced)
- TinkerMaterials (Enabled/Forced)
- TinkerModelRegister (Enabled/Forced)
- chiselIntegration (Enabled/Not Forced)
Pulsar/tcomplement loaded Pulses: - ModuleCommons (Enabled/Forced)
- ModuleMelter (Enabled/Not Forced)
- ModuleArmor (Enabled/Not Forced)
- ModuleSteelworks (Enabled/Not Forced)
- ChiselPlugin (Enabled/Not Forced)
- ToolLevelingPlugin (Enabled/Not Forced)
- Oredict (Enabled/Forced)
Suspected Mods: Cucumber Library (cucumber)
Launched Version: forge-14.23.5.2854
LWJGL: 2.9.4
OpenGL: GeForce RTX 2070/PCIe/SSE2 GL version 4.6.0 NVIDIA 432.00, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs:
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 16x AMD Ryzen 7 2700 Eight-Core Processor

Allthemods 9 Watering can crash loop

Describe the bug
After creating an awakened supremium watering can I filled it with water. After filling I attempted to water essence plants from mystical agriculture, a series of multiple plants, steel essence, coal, netherite, dragon essence, iron, gold, and a couple more. Upon dropping from the sky with a jetpack onto the plants and holding my "shift" or crouch key I was crashed from the game locally. No one else on the server was affected. I am unable to join back into the server, I will have to have the can removed from my inventory via the metadata.

To Reproduce
Create awakened supremium watering can. Fill the can with water. Crouch while attempting to water different kinds of essence plants.

Expected behavior
I expected the watering can to increase crop growth speed as intended. This works with all cans, this is the first issue.

Screenshots / Scripts / Logs
Minecraft Crash Report.txt

Versions (please complete the following information):

  • Minecraft: 1.20.1
  • Forge: 47.2.8
  • Cucumber: Cucumber Library (cucumber), Version: 7.0.6
  • Singleplayer or Multiplayer: Multiplayer

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.