Giter Site home page Giter Site logo

extractinator's Introduction

Alex's Wakatime Stats

Alex's GitHub stats

extractinator's People

Contributors

alexnijjar avatar aria1th avatar cactusstudent avatar kido1611 avatar pexpe3 avatar pggamer2 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

extractinator's Issues

[Bug]: Modded hoppers do not work for automation input

Bug Description

Modded hoppers do not work for automation input

How to Reproduce?

  1. Use a modded hopper to insert items for processing
  2. Items remain in the hopper

Expected Behavior

any hopper should work

Version

1.20-2.2.0

Mod Loader Version

1.20.1-47.1.46

Mod Loader

Forge

Logs or additional context

No response

Code of Conduct

  • I have searched the issue tracker and confirmed that the issue has not been reported
  • I have checked the FAQ (if one is present) and my issue is not listed
  • I have verified that I am using the latest version of the mod
  • I have verified that I do not have Optifine installed. We will close issues if we detect Optifine is in your pack. We cannot fix Optifine issues. Please do not report issues with Optifine present.

[Bug]: Not Working on 1.19.3

Bug Description

I'm sure you're probably already working on an update, but in case you didn't know that 1.19.3 broke the mod, thought I'd let you know

How to Reproduce?

No response

Expected Behavior

No response

Version

2.0.1

Mod Loader Version

1.19.3 - 0.17.8

Mod Loader

Quilt

Logs or additional context

No response

Resourcelib bug causes incompatibility with Extractinator and Bouncylife for EMI in Multiplayer.

Bug Description

Issue found here: emilyploszaj/emi#121

It's not that EMI is incompatible nor bouncylife, but when you have these mods together with EMI it causes issues.

From what I gather a bug with resourceful lib causes extractinator to break vanilla recipe sync, and will prevent EMI from loading recipes. I think you should be notified either way just in case.

How to Reproduce?

Could be a bit weirder to reproduce but essentially in my modpack this is what I had to do:

  1. Install Bouncylife
  2. Install EMI
  3. Install Extractinator
  4. Join Multiplayer server that matches modlist with client
  5. EMI won't show recipes unless you join a singleplayer world first and then go back to the server.

Expected Behavior

All 3 mods should work fine together and have EMI load all recipes in multiplayer without any trouble.

Version

2.0.0

Mod Loader Version

1.18.2 - 0.14.10

Mod Loader

Fabric

Logs or additional context

https://paste.ee/p/ray3y

[Bug]:

Bug Description

nice mod that doesn't work worth a bleep! java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'extractinator'!
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.lambda$invoke0$0(EntrypointUtils.java:51)
at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33)
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:49)
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke(EntrypointUtils.java:35)
at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:52)
at net.minecraft.class_310.(class_310.java:468)
at net.minecraft.client.main.Main.main(Main.java:198)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:462)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:88)
at org.prismlauncher.EntryPoint.listen(EntryPoint.java:126)
at org.prismlauncher.EntryPoint.main(EntryPoint.java:71)
Caused by: java.lang.NoClassDefFoundError: com/teamresourceful/resourcefullib/common/item/tabs/ResourcefulCreativeTab
at dev.alexnijjar.extractinator.registry.ModItems.(ModItems.java:20)
at dev.alexnijjar.extractinator.Extractinator.init(Extractinator.java:16)
at dev.alexnijjar.extractinator.fabric.ExtractinatorFabric.onInitialize(ExtractinatorFabric.java:16)
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:47)
... 10 more
Caused by: java.lang.ClassNotFoundException: com.teamresourceful.resourcefullib.common.item.tabs.ResourcefulCreativeTab
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:226)
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:112)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
... 14 more
Crashed my game for 2 days before I weeded it out! Fix your mod or take it down! We don't need the headaches!

How to Reproduce?

just install the broken ass mod and try to load your game. You will crash EVERY SINGLE TIME.

Expected Behavior

I expected to be able to at least PLAY the game, not fight for two days pulling my hair out on the issue!

Version

0.2.0

Mod Loader Version

1.19.4

Mod Loader

Fabric

Logs or additional context

java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'extractinator'!
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.lambda$invoke0$0(EntrypointUtils.java:51)
at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33)
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:49)
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke(EntrypointUtils.java:35)
at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:52)
at net.minecraft.class_310.(class_310.java:468)
at net.minecraft.client.main.Main.main(Main.java:198)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:462)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:88)
at org.prismlauncher.EntryPoint.listen(EntryPoint.java:126)
at org.prismlauncher.EntryPoint.main(EntryPoint.java:71)
Caused by: java.lang.NoClassDefFoundError: com/teamresourceful/resourcefullib/common/item/tabs/ResourcefulCreativeTab
at dev.alexnijjar.extractinator.registry.ModItems.(ModItems.java:20)
at dev.alexnijjar.extractinator.Extractinator.init(Extractinator.java:16)
at dev.alexnijjar.extractinator.fabric.ExtractinatorFabric.onInitialize(ExtractinatorFabric.java:16)
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:47)
... 10 more
Caused by: java.lang.ClassNotFoundException: com.teamresourceful.resourcefullib.common.item.tabs.ResourcefulCreativeTab
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:226)
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:112)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
... 14 more

Extractinator prevents player from joining server

[Server] [03:02:44] [Server thread/ERROR]: Couldn't place player in world
[Server] java.lang.NullPointerException: Cannot invoke "java.lang.Enum.ordinal()" because "$$0" is null
[Server]        at Not Enough Crashes deobfuscated stack trace.(1.18.1+build.22) ~[?:?]
[Server]        at net.minecraft.network.PacketByteBuf.writeEnumConstant(PacketByteBuf:336) ~[?:?]
[Server]        at com.github.alexnijjar.the_extractinator.TheExtractinator.lambda$onInitialize$0(TheExtractinator.java:59) ~[TheExtractinator-1.0.4.jar:?]
[Server]        at net.minecraft.network.PacketByteBuf.writeCollection(PacketByteBuf:131) ~[?:?]
[Server]        at com.github.alexnijjar.the_extractinator.TheExtractinator.lambda$onInitialize$1(TheExtractinator.java:57) ~[TheExtractinator-1.0.4.jar:?]
[Server]        at net.minecraft.network.PacketByteBuf.writeCollection(PacketByteBuf:131) ~[?:?]
[Server]        at com.github.alexnijjar.the_extractinator.TheExtractinator.lambda$onInitialize$2(TheExtractinator.java:54) ~[TheExtractinator-1.0.4.jar:?]
[Server]        at net.fabricmc.fabric.api.networking.v1.ServerPlayConnectionEvents.lambda$static$2(ServerPlayConnectionEvents.java:48) ~[fabric-networking-api-v1-1.0.19+d7c144a865-27ddd48d544c3695.jar:?]
[Server]        at net.fabricmc.fabric.impl.networking.server.ServerPlayNetworkAddon.onClientReady(ServerPlayNetworkAddon.java:65) ~[fabric-networking-api-v1-1.0.19+d7c144a865-27ddd48d544c3695.jar:?]
[Server]        at net.minecraft.server.PlayerManager.handler$dag000$handlePlayerConnection(PlayerManager:10463) ~[?:?]
[Server]        at net.minecraft.server.PlayerManager.onPlayerConnect(PlayerManager:191) ~[?:?]
[Server]        at net.minecraft.server.network.ServerLoginNetworkHandler.addToServer(ServerLoginNetworkHandler:130) ~[?:?]
[Server]        at net.minecraft.server.network.ServerLoginNetworkHandler.acceptPlayer(ServerLoginNetworkHandler:117) ~[?:?]
[Server]        at net.minecraft.server.network.ServerLoginNetworkHandler.redirect$dah000$handlePlayerJoin(ServerLoginNetworkHandler:1063) ~[?:?]
[Server]        at net.minecraft.server.network.ServerLoginNetworkHandler.tick(ServerLoginNetworkHandler:67) ~[?:?]
[Server]        at net.minecraft.network.ClientConnection.tick(ClientConnection:234) ~[?:?]
[Server]        at net.minecraft.server.ServerNetworkIo.tick(ServerNetworkIo:183) ~[?:?]
[Server]        at net.minecraft.server.MinecraftServer.tickWorlds(MinecraftServer:890) ~[server-intermediary.jar:?]
[Server]        at net.minecraft.server.dedicated.MinecraftDedicatedServer.tickWorlds(MinecraftDedicatedServer:324) ~[?:?]
[Server]        at net.minecraft.server.MinecraftServer.tick(MinecraftServer:823) ~[server-intermediary.jar:?]
[Server]        at net.minecraft.server.MinecraftServer.handler$bjn000$modifiedRunLoop(MinecraftServer:6856) ~[server-intermediary.jar:?]
[Server]        at net.minecraft.server.MinecraftServer.runServer(MinecraftServer:663) ~[server-intermediary.jar:?]
[Server]        at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer:270) ~[server-intermediary.jar:?]
[Server]        at java.lang.Thread.run(Unknown Source) [?:?]
[Server] [03:02:44] [Server thread/INFO]: berrybrownie lost connection: Invalid player data
[Server] [03:02:44] [Server thread/INFO]: berrybrownie left the game
[Server] [03:02:44] [Server thread/WARN]: handleDisconnection() called twice

[Suggestion] EMI support

There some features that EMI support, but not REI. Can you add support for EMI on 1.18.2?
If it's not too difficult, of course.

Automation Not Working

On the Modrinth page, the description says that it can be automated with hoppers. I've attempted to do this, but instead of going into the hopper beneath it, the products fly into the air. I'm using Minecraft version 1.19 and mod version 1.0.9. I'd suggest noting the issue on Modrinth until it's corrected. Thanks!

[Compatibility]: Re-publish old 1.19.2 mod version for compatibility

Is your feature request related to a problem?

As many servers running the mod still have the old (1.0.0) version installed, I suggest re-uploading it to CurseForge for the sake of compatibility.

Solution(s)

No response

Describe alternatives you've considered

No response

Mod Version

2.0.0

Mod Loader Version

1.19.2 - 0.14.10

Mod Loader

Fabric

Additional context

No response

Datapacks unable to overwrite existing supported_blocks

When trying to create a data-pack to overwrite cobblestone, it continues to use the mod's default settings.
I believe this is because in ResourceData, the new datapack's version is being added to the supportedBlocks list instead of replacing the existing value.

From my testing it seems the datapack version is always loaded after the mod's one. So I guess its just a case of over-wiring the old value when another one is loaded afterwards.

Havant tested the output tiers one yet.

[Feature Request]: Allow disabling additional blocks

Is your feature request related to a problem?

Blocks added by this mod (currently Silt and Slush) are only there to use for extracting.
They don't have any other reason to exist. They're not used in anything else, including their non-existent variants.

Also, some other mods already add these. For example, Twigs already adds Silt, with all its respective variants.

Allowing disabling this will alleviate duplicate block problems in modpack instances.

Solution(s)

Allow a config to disable additional blocks. This config should completely unregister the block, not just stop its world generation (it's the player's responsibility to manage missing blocks if they disable it after world generation).

Describe alternatives you've considered

Just remove the blocks altogether. This mod does not need to add these. I know it's from Terraria, but Terraria is a completely different game.
You may need to warn existent players, though.
Those blocks can be separated as another mod to avoid missing blocks.

Mod Version

2.0.1

Mod Loader Version

0.19.21

Mod Loader

Fabric

Additional context

Image containing Extractinator's Silt and Twigs' Silt and its variants.
image

[Bug]: No longer mines compatible blocks above it.

Bug Description

I'm unsure if this was intentionally removed or not but I very much enjoyed the feature that I do believe is still in 1.19.2 version but no longer works in 1.19.4. Basically, if I placed a block above (cobblestone) the extractinator, it would mine the block and there was a chance ore would drop. This no longer works.

How to Reproduce?

Place extractinator, shift right click block on top or other method of placing compatible block (i.e. cobblestone) above extractinator.

Expected Behavior

Basically, if I placed a block above (cobblestone) the extractinator, it would mine the block and there was a chance or would drop.

Version

extractinator-forge-1.19.4-2.1.0.jar

Mod Loader Version

Forge - 45.0.49 (1.19.4)

Mod Loader

Forge

Logs or additional context

I even tried creating a new mod profile on Forge 45.0.50 for 1.19.4. No optifine and as the only mod other than dependencies. I love your mod and don't think the lack of this feature would make me stray away from it. But I do miss it!

Code of Conduct

  • I have searched the issue tracker and confirmed that the issue has not been reported
  • I have checked the FAQ (if one is present) and my issue is not listed
  • I have verified that I am using the latest version of the mod
  • I have verified that I do not have Optifine installed. We will close issues if we detect Optifine is in your pack. We cannot fix Optifine issues. Please do not report issues with Optifine present.

[Bug]: extractinator accepts non-block items but doesn't process them

Bug Description

when using a non-block item (e.g. arrows) as input for an extractinator recipe, the items can be placed (or piped via hopper) into the extractinator, but will not be processed and instead simply clog the machine entirely.

How to Reproduce?

add the following extractinator recipe to a datapack:

{
  "type": "extractinator:extractinating",
  "input": {
    "item": "minecraft:arrow"
  },
  "drops": [
    {
      "drop": "minecraft:flint",
      "drop_chance": 0.15
    },
    {
      "drop": "minecraft:stick",
      "drop_chance": 0.2
    }
  ]
}

attempt to use the recipe with an extractinator.

Expected Behavior

the extractinator should process the item as it does any block item, and output the relevant resources.

Version

2.1.0

Mod Loader Version

1.19.4 - 0.14.22

Mod Loader

Fabric

Logs or additional context

full modlist:

	- accurateblockplacement 1.0.17
	- anarchronism 0.6.0
	- antibat 1.19.2
	- areas 5.0
	- axesareweapons 1.7.1
	   \-- com_github_llamalad7_mixinextras 0.2.0-beta.9
	- betterdungeons 1.19.4-Fabric-3.4.0
	   \-- org_reflections_reflections 0.10.2
	- betterf3 6.0.2
	- bettermineshafts 1.19.4-Fabric-3.4.0
	- betterstrongholds 1.19.4-Fabric-3.4.0
	- betterthirdperson 1.9.0
	- bridgingmod 1.19.4-v2.1.0
	- cakechomps 6.0.1+1.19.4
	- cardinal-components 5.1.0
	   |-- cardinal-components-base 5.1.0
	   |-- cardinal-components-block 5.1.0
	   |-- cardinal-components-chunk 5.1.0
	   |-- cardinal-components-entity 5.1.0
	   |-- cardinal-components-item 5.1.0
	   |-- cardinal-components-level 5.1.0
	   |-- cardinal-components-scoreboard 5.1.0
	   \-- cardinal-components-world 5.1.0
	- carpet 1.4.101+v230319
	- citresewn 1.1.3+1.19.4
	   \-- citresewn-defaults 1.1.3+1.19.4
	- cloth-config 10.1.105
	   \-- cloth-basic-math 0.6.1
	- collective 6.65
	- connectivity 1.19.4-4.2
	- continuity 3.0.0-beta.3+1.19.4
	- cooldown-coordinator 0.6.2
	- debugify 1.19.4+2.2
	- ears 1.4.6
	- easyanvils 6.0.0
	- editsign 2.8.0
	- emi 1.0.19+1.19.4+fabric
	- entityculling 1.6.2-mc1.19.4
	- extractinator 2.1.0
	- fabric-api 0.87.0+1.19.4
	   |-- fabric-api-base 0.4.28+737a6ee8f4
	   |-- fabric-api-lookup-api-v1 1.6.29+504944c8f4
	   |-- fabric-biome-api-v1 13.0.9+10ce000ff4
	   |-- fabric-block-api-v1 1.0.8+e022e5d1f4
	   |-- fabric-blockrenderlayer-v1 1.1.38+10ce000ff4
	   |-- fabric-client-tags-api-v1 1.1.1+0eee1254f4
	   |-- fabric-command-api-v1 1.2.31+f71b366ff4
	   |-- fabric-command-api-v2 2.2.10+10ce000ff4
	   |-- fabric-commands-v0 0.2.48+df3654b3f4
	   |-- fabric-containers-v0 0.1.59+df3654b3f4
	   |-- fabric-content-registries-v0 3.5.14+10ce000ff4
	   |-- fabric-convention-tags-v1 1.5.3+6d727b51f4
	   |-- fabric-crash-report-info-v1 0.2.17+aeb40ebef4
	   |-- fabric-data-generation-api-v1 11.5.2+26f09d40f4
	   |-- fabric-dimensions-v1 2.1.50+44c9c860f4
	   |-- fabric-entity-events-v1 1.5.17+10ce000ff4
	   |-- fabric-events-interaction-v0 0.6.1+4b6b93f0f4
	   |-- fabric-events-lifecycle-v0 0.2.56+df3654b3f4
	   |-- fabric-game-rule-api-v1 1.0.35+a1ccd7bff4
	   |-- fabric-item-api-v1 2.1.21+10ce000ff4
	   |-- fabric-item-group-api-v1 3.0.10+8400c67ef4
	   |-- fabric-key-binding-api-v1 1.0.35+504944c8f4
	   |-- fabric-keybindings-v0 0.2.33+df3654b3f4
	   |-- fabric-lifecycle-events-v1 2.2.19+10ce000ff4
	   |-- fabric-loot-api-v2 1.1.32+10ce000ff4
	   |-- fabric-loot-tables-v1 1.1.36+9e7660c6f4
	   |-- fabric-message-api-v1 5.1.5+53c11dadf4
	   |-- fabric-mining-level-api-v1 2.1.44+10ce000ff4
	   |-- fabric-model-loading-api-v1 1.0.2+3a1ea2f1f4
	   |-- fabric-models-v0 0.4.1+a0255436f4
	   |-- fabric-networking-api-v1 1.3.6+ae9c4c6af4
	   |-- fabric-networking-v0 0.3.46+df3654b3f4
	   |-- fabric-object-builder-api-v1 7.1.1+d63b52eaf4
	   |-- fabric-particles-v1 1.1.1+86d48884f4
	   |-- fabric-recipe-api-v1 1.0.13+10ce000ff4
	   |-- fabric-registry-sync-v0 2.3.2+95ae8716f4
	   |-- fabric-renderer-api-v1 2.4.2+90110d8df4
	   |-- fabric-renderer-indigo 1.4.2+90110d8df4
	   |-- fabric-renderer-registries-v1 3.2.42+df3654b3f4
	   |-- fabric-rendering-data-attachment-v1 0.3.32+10ce000ff4
	   |-- fabric-rendering-fluids-v1 3.0.25+10ce000ff4
	   |-- fabric-rendering-v0 1.1.45+df3654b3f4
	   |-- fabric-rendering-v1 2.1.5+10ce000ff4
	   |-- fabric-resource-conditions-api-v1 2.3.3+10ce000ff4
	   |-- fabric-resource-loader-v0 0.11.7+8400c67ef4
	   |-- fabric-screen-api-v1 1.0.49+10ce000ff4
	   |-- fabric-screen-handler-api-v1 1.3.25+10ce000ff4
	   |-- fabric-sound-api-v1 1.0.11+10ce000ff4
	   |-- fabric-transfer-api-v1 3.3.0+7bf81db9f4
	   \-- fabric-transitive-access-wideners-v1 3.3.0+1b5f819af4
	- fabrication 3.3.1+1.19.4
	   \-- lib39-deferral 1.5.0-pre2.2+1.19.3
	- fabricloader 0.14.22
	- fabrictailor 2.1.1
	   |-- config2brigadier 1.2.3
	   \-- fabric-permissions-api-v0 0.2-SNAPSHOT
	- ferritecore 5.2.0
	- forager_bow_ench 1.1.0
	- forgeconfigapiport 6.0.2
	   |-- com_electronwill_night-config_core 3.6.5
	   \-- com_electronwill_night-config_toml 3.6.5
	- grapplemod 1.19.4-v1.7
	- immediatelyfast 1.1.28+1.19.4
	   |-- com_github_llamalad7_mixinextras 0.2.0-beta.9
	   \-- net_lenni0451_reflect 1.2.1
	- indium 1.0.19+mc1.19.4
	- infinitywaterbucket 2.0.0
	- inventory_control_tweaks 1.3.26
	   |-- com_github_llamalad7_mixinextras 0.2.0-beta.9
	   \-- crowdin-translate 1.4+1.19.3
	- itemswapper 0.4.0-mc1.19.4
	- java 17
	- keepmysoiltilled 2.0
	- krypton 0.2.2
	   \-- com_velocitypowered_velocity-native 3.2.0-SNAPSHOT
	- languagereload 1.5.8+1.19.4
	- linearxp 1.0.1
	- lithium 0.11.1
	- logicates 1.1.0+1.19.4
	- lootr 0.6.28.69
	- malilib 0.15.4
	- map_atlases 2.4.0
	- matchbox 0.3.0-1.19.4
	- memoryleakfix 1.1.1
	- midnightlib 1.3.0
	- minecraft 1.19.4
	- modern_beta 6.4.1+1.19.4
	- modernfix 5.7.1+mc1.19.4
	   \-- com_github_llamalad7_mixinextras 0.2.0-beta.9
	- modmenu 6.3.1
	- mousetweaks 2.24
	- nohunger 1.1.0
	- notenoughanimations 1.6.4
	- omnihopper 2.0.1+1.19.4
	   \-- cicada 0.4.0
	- origins 1.9.0
	   |-- apoli 2.8.0
	   |    |-- additionalentityattributes 1.2.2+1.19.4
	   |    |-- calio 1.10.0
	   |    |-- cardinal-components-base 5.1.0
	   |    |-- cardinal-components-entity 5.1.0
	   |    \-- playerabilitylib 1.7.0
	   \-- reach-entity-attributes 2.3.2
	- overflowingbars 6.0.0
	- owo 0.10.6+1.19.4
	   \-- blue_endless_jankson 1.2.2
	- pehkui 3.7.8+1.14.4-1.20.1
	   \-- kanos_config 0.4.1+1.14.4-1.19.4
	- pettable 1.3.2
	- ping-wheel 1.4.0
	- puzzleslib 6.0.11
	- quickshulker 1.4.0-1.19.4
	   |-- kyrptconfig 1.5.3-1.19.4
	   \-- shulkerutils 1.0.4-1.19
	- raknetify 0.1.0+alpha.5.97
	- repurposed_structures 6.3.25+1.19.4-fabric
	- resourcefulconfig 1.2.0
	- resourcefullib 1.3.6
	   \-- com_teamresourceful_yabn 1.0.3
	- rrls 1.19.4-3.1.0-fabric
	- scaffoldingdropsnearby 3.0
	- server-hats 0.15
	- shimmer 1.19.4-0.1.15
	- shulkerboxtooltip 3.4.0+1.19.4
	- simplemagnets 1.1.9
	- smoothboot 1.19.4-1.7.0
	- sodium 0.4.10+build.24
	- sound_physics_remastered 1.19.4-1.1.1
	- spyglass-improvements 1.4+mc1.19.4+fabric
	- starlight 1.1.1+fabric.ae22326
	- styled-nicknames 1.2.0+1.19.3
	   \-- player-data-api 0.2.2+1.19.3
	- styledchat 2.1.6+1.19.4
	   |-- fabric-permissions-api-v0 0.2-SNAPSHOT
	   |-- placeholder-api 2.1.0+1.19.4
	   |-- player-data-api 0.2.2+1.19.3
	   \-- predicate-api 0.1.0+1.19.3
	- suitablystackablestew 1.1.2
	- supermartijn642configlib 1.1.8
	- supermartijn642corelib 1.1.12+a
	- switchy 2.7.3+1.19.4
	   |-- switchy-cardinal 2.7.3+1.19.4
	   |-- switchy-cardinal-ui 2.7.3+1.19.4
	   |-- switchy-client 2.7.3+1.19.4
	   |-- switchy-compat 2.7.3+1.19.4
	   |-- switchy-compat-ui 2.7.3+1.19.4
	   |-- switchy-core 2.7.3+1.19.4
	   |    \-- server_translations_api 2.0.0-beta.2+1.19.4-pre2
	   |         \-- packet_tweaker 0.3.1+23w06a
	   \-- switchy-ui 2.7.3+1.19.4
	- tinkerers_smithing 2.3.1+1.19.4
	- tooltipfix 1.1.1-1.19.3
	- travelersbackpack 1.19.4-8.4.8
	   \-- reach-entity-attributes 2.3.2
	- tweakeroo 0.16.0
	- waterdripsound 1.19-0.3.2
	- whereisit 1.14.16
	- worldedit 7.2.14+6360-094b734
	- worldeditcui 1.19.4+01
	- yet_another_config_lib_v3 3.1.0+1.19.4
	   |-- com_twelvemonkeys_common_common-image 3.10.0-SNAPSHOT
	   |-- com_twelvemonkeys_common_common-io 3.10.0-SNAPSHOT
	   |-- com_twelvemonkeys_common_common-lang 3.10.0-SNAPSHOT
	   |-- com_twelvemonkeys_imageio_imageio-core 3.10.0-SNAPSHOT
	   |-- com_twelvemonkeys_imageio_imageio-metadata 3.10.0-SNAPSHOT
	   |-- com_twelvemonkeys_imageio_imageio-webp 3.10.0-SNAPSHOT
	   \-- yet_another_config_lib 2.5.1+1.19.4
	- yungsapi 1.19.4-Fabric-3.10.1
	   \-- org_javassist_javassist 3.29.2-GA
	- yungsextras 1.19.4-Fabric-3.3.0

Code of Conduct

  • I have searched the issue tracker and confirmed that the issue has not been reported
  • I have checked the FAQ (if one is present) and my issue is not listed
  • I have verified that I am using the latest version of the mod
  • I have verified that I do not have Optifine installed. We will close issues if we detect Optifine is in your pack. We cannot fix Optifine issues. Please do not report issues with Optifine present.

[Feature Request]: NeoForge mod loader support

Is your feature request related to a problem?

Extractinator mod does not load when using NeoForge mod manager. (Extractinator devices are missing from world save, with no option to build new ones.) Any plans to support NeoForge in an upcoming mod update?

Solution(s)

Ideally, NeoForge support could be added alongside a typical Extractinator mod update targeting a contemporary game version (e.g. 1.20.4+)

Describe alternatives you've considered

No workarounds known, other than reverting back to og Forge mod manager.

Mod Version

2.3.0

Mod Loader Version

20.4.234

Mod Loader

NeoForge

Additional context

Several of my other favorite mods are adopting NeoForge, so it appears to be emerging as an increasingly-legit loader.

[Feature Request]:

Is your feature request related to a problem?

i would like to add some items that are not automaticaly included for example yellorium from extreme reactors or some self made stuff

and maybe add some blocks that can be crushed like example compressed cobblestone

just examples

i want this for personal use dont know if this mod is free to use for modpacks

Solution(s)

knowledge of how to change/add item drops and blocks to crush

Describe alternatives you've considered

maybe an config .json option? may be helpful for modpacks or personal use

Mod Version

1.20.1

Mod Loader Version

1.20.1 47.1.3

Mod Loader

Forge

Additional context

i have looked in to the jar file but could not find anything about item drops maybe im just too lost

[Feature Request]: Show output drop chances in JEI

Is your feature request related to a problem?

Not knowing the chance of certain outputs is rather annoying when in the JEI menu, and makes it unclear which outputs are rare and which are common.

Solution(s)

Having drop chance as either a tooltip, and overlay on the item itself (similar to stack size), or maybe just a way of categorizing the items based on drop chance would be nice.

Describe alternatives you've considered

The solutions entry already lists a couple alternatives to the initial idea.

Mod Version

2.0.0

Mod Loader Version

1.18.2 - 40.1.86

Mod Loader

Forge

Additional context

No response

[Feature Request]: Recipes cannot work properly, and works randomly with datapack

Is your feature request related to a problem?

Current code uses findFirst, but if multiple recipe is registered, its order is random for every server reboot.

Also you registered everything with 'extractinator:stones'.

Assume if you want additional recipe for basalt extractinating.

But you might not be able to use additional recipe, because server will only find first recipe matching.

Solution(s)

Instead of using findFirst, use anything else - and seriously it is recommended to have recipe cache for each block Entity, its searching for recipe every actions.

Describe alternatives you've considered

I'll do pull request when I have time.

Mod Version

2.0.1

Mod Loader Version

1.19.2-fabric

Mod Loader

Fabric

Additional context

No response

[Bug]: Automation is still not working correctly

Bug Description

extractinator-forge-1.19.2-2.0.1
The automation works, but not quite correctly.
As you can see in the screenshot, when you set the funnel on the same plane as the Extractor, it ejects something and collects something. When the funnel is mounted on top, the Extractor does not eject anything into the air, but sends it into the funnel below it. Also on the same plane as the Extractor there is the sound of stone breaking and partials, but when the funnel is set on top there are no partials and the sound of the ground is heard.
2023-05-20_18 58 44

How to Reproduce?

No response

Expected Behavior

No response

Version

extractinator-forge-1.19.2-2.0.1

Mod Loader Version

1.19.2 - 43.2.6

Mod Loader

No response

Logs or additional context

No response

Code of Conduct

  • I have searched the issue tracker and confirmed that the issue has not been reported
  • I have checked the FAQ (if one is present) and my issue is not listed
  • I have verified that I am using the latest version of the mod
  • I have verified that I do not have Optifine installed. We will close issues if we detect Optifine is in your pack. We cannot fix Optifine issues. Please do not report issues with Optifine present.

[Bug]: Server Crash

Bug Description

When I Start The Server On Aternos It Crashes It Works On Client But Not On Server

How to Reproduce?

No response

Expected Behavior

No response

Version

extractinator-forge-1.19.2-2.0.0.jar

Mod Loader Version

Server :1.19.2 43.2.0 Client : 1.19.2 43.1.2

Mod Loader

Forge

Logs or additional context

---- Minecraft Crash Report ----

2 | // Don't do that.
3 |  
4 | Time: 2022-12-06 00:35:54
5 | Description: Mod loading error has occurred
6 |  
7 | java.lang.Exception: Mod Loading has failed
8 | at net.minecraftforge.logging.CrashReportExtender.dumpModLoadingCrashReport(CrashReportExtender.java:55) ~[forge-1.19.2-43.1.65-universal.jar%23198!/:?] {re:classloading}
9 | at net.minecraftforge.server.loading.ServerModLoader.load(ServerModLoader.java:39) ~[forge-1.19.2-43.1.65-universal.jar%23198!/:?] {re:classloading}
10 | at net.minecraft.server.Main.main(Main.java:113) ~[server-1.19.2-20220805.130853-srg.jar%23193!/:?] {re:classloading}
11 | at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
12 | at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:?] {}
13 | at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:?] {}
14 | at java.lang.reflect.Method.invoke(Unknown Source) ~[?:?] {}
15 | at net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$launchService$0(CommonServerLaunchHandler.java:29) ~[fmlloader-1.19.2-43.1.65.jar%2367!/:?] {}
16 | at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2354!/:?] {}
17 | at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2354!/:?] {}
18 | at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2354!/:?] {}
19 | at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2354!/:?] {}
20 | at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2354!/:?] {}
21 | at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2354!/:?] {}
22 | at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2354!/:?] {}
23 | at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] {}
24 |  
25 |  
26 | A detailed walkthrough of the error, its code path and all known details is as follows:
27 | ---------------------------------------------------------------------------------------
28 |  
29 | -- Head --
30 | Thread: main
31 | Stacktrace:
32 | at net.minecraftforge.fml.loading.RuntimeDistCleaner.processClassWithFlags(RuntimeDistCleaner.java:57) ~[fmlloader-1.19.2-43.1.65.jar%2367!/:1.0] {}
33 | -- MOD extractinator --
34 | Details:
35 | Caused by 0: java.lang.reflect.InvocationTargetException
36 | at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?] {}
37 | at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:?] {}
38 | at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:?] {}
39 | at java.lang.reflect.Constructor.newInstanceWithCaller(Unknown Source) ~[?:?] {}
40 | at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:?] {}
41 | at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:68) ~[javafmllanguage-1.19.2-43.1.65.jar%23195!/:?] {}
42 | at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$10(ModContainer.java:121) ~[fmlcore-1.19.2-43.1.65.jar%23194!/:?] {}
43 | at java.util.concurrent.CompletableFuture$AsyncRun.run(Unknown Source) ~[?:?] {}
44 | at java.util.concurrent.CompletableFuture$AsyncRun.exec(Unknown Source) ~[?:?] {}
45 | at java.util.concurrent.ForkJoinTask.doExec(Unknown Source) ~[?:?] {}
46 | at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(Unknown Source) ~[?:?] {}
47 | at java.util.concurrent.ForkJoinPool.scan(Unknown Source) ~[?:?] {}
48 | at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source) ~[?:?] {}
49 | at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source) ~[?:?] {}
50 |  
51 | Mod File: /server/mods/extractinator-forge-1.19.2-2.0.0.jar
52 | Failure message: Extractinator (extractinator) has failed to load correctly
53 | java.lang.reflect.InvocationTargetException: null
54 | Mod Version: 2.0.0
55 | Mod Issue URL: https://github.com/AlexNijjar/The-Extractinator/issues
56 | Exception message: java.lang.RuntimeException: Attempted to load class net/minecraft/client/gui/screens/Screen for invalid dist DEDICATED_SERVER
57 | Stacktrace:
58 | at net.minecraftforge.fml.loading.RuntimeDistCleaner.processClassWithFlags(RuntimeDistCleaner.java:57) ~[fmlloader-1.19.2-43.1.65.jar%2367!/:1.0] {}
59 | at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-10.0.8.jar%2354!/:?] {}
60 | at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-10.0.8.jar%2354!/:?] {}
61 | at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-10.0.8.jar%2354!/:?] {}
62 | at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113) ~[securejarhandler-2.1.4.jar:?] {}
63 | at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-2.1.4.jar:?] {}
64 | at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) ~[securejarhandler-2.1.4.jar:?] {}
65 | at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) ~[securejarhandler-2.1.4.jar:?] {}
66 | at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) ~[securejarhandler-2.1.4.jar:?] {}
67 | at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:?] {}
68 | at dev.alexnijjar.extractinator.forge.ExtractinatorForge.(ExtractinatorForge.java:22) ~[extractinator-forge-1.19.2-2.0.0.jar%23162!/:?] {re:classloading}
69 | at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?] {}
70 | at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:?] {}
71 | at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:?] {}
72 | at java.lang.reflect.Constructor.newInstanceWithCaller(Unknown Source) ~[?:?] {}
73 | at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:?] {}
74 | at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:68) ~[javafmllanguage-1.19.2-43.1.65.jar%23195!/:?] {}
75 | at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$10(ModContainer.java:121) ~[fmlcore-1.19.2-43.1.65.jar%23194!/:?] {}
76 | at java.util.concurrent.CompletableFuture$AsyncRun.run(Unknown Source) ~[?:?] {}
77 | at java.util.concurrent.CompletableFuture$AsyncRun.exec(Unknown Source) ~[?:?] {}
78 | at java.util.concurrent.ForkJoinTask.doExec(Unknown Source) ~[?:?] {}
79 | at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(Unknown Source) ~[?:?] {}
80 | at java.util.concurrent.ForkJoinPool.scan(Unknown Source) ~[?:?] {}
81 | at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source) ~[?:?] {}
82 | at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source) ~[?:?] {}
83 |  
84 |  
85 | -- System Details --
86 | Details:
87 | Minecraft Version: 1.19.2
88 | Minecraft Version ID: 1.19.2
89 | Operating System: Linux (amd64) version 5.4.0-107-generic
90 | Java Version: 17.0.4.1, Eclipse Adoptium
91 | Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Eclipse Adoptium
92 | Memory: 509099008 bytes (485 MiB) / 1205862400 bytes (1150 MiB) up to 2411724800 bytes (2300 MiB)
93 | CPUs: 3
94 | Processor Vendor: AuthenticAMD
95 | Processor Name: AMD EPYC 7502P 32-Core Processor
96 | Identifier: AuthenticAMD Family 23 Model 49 Stepping 0
97 | Microarchitecture: Zen 2
98 | Frequency (GHz): -0.00
99 | Number of physical packages: 1
100 | Number of physical CPUs: 32
101 | Number of logical CPUs: 64
102 | Graphics card #0 name: unknown
103 | Graphics card #0 vendor: unknown
104 | Graphics card #0 VRAM (MB): 0.00
105 | Graphics card #0 deviceId: unknown
106 | Graphics card #0 versionInfo: unknown
107 | Virtual memory max (MB): 129830.30
108 | Virtual memory used (MB): 174794.38
109 | Swap memory total (MB): 1024.00
110 | Swap memory used (MB): 994.02
111 | JVM Flags: 3 total; -XX:MaxMetaspaceSize=300M -Xmx2300M -Xms1150M
112 | ModLauncher: 10.0.8+10.0.8+main.0ef7e830
113 | ModLauncher launch target: forgeserver
114 | ModLauncher naming: srg
115 | ModLauncher services:
116 | mixin-0.8.5.jar mixin PLUGINSERVICE
117 | eventbus-6.0.3.jar eventbus PLUGINSERVICE
118 | fmlloader-1.19.2-43.1.65.jar slf4jfixer PLUGINSERVICE
119 | fmlloader-1.19.2-43.1.65.jar object_holder_definalize PLUGINSERVICE
120 | fmlloader-1.19.2-43.1.65.jar runtime_enum_extender PLUGINSERVICE
121 | fmlloader-1.19.2-43.1.65.jar capability_token_subclass PLUGINSERVICE
122 | accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE
123 | fmlloader-1.19.2-43.1.65.jar runtimedistcleaner PLUGINSERVICE
124 | modlauncher-10.0.8.jar mixin TRANSFORMATIONSERVICE
125 | modlauncher-10.0.8.jar fml TRANSFORMATIONSERVICE
126 | FML Language Providers:
127 | [email protected]
128 | lowcodefml@null
129 | [email protected]
130 | javafml@null
131 | Mod List:
132 | zombiehorsespawn_1.19.2-3.2.jar |Zombie Horse Spawn |zombiehorsespawn |3.2 |COMMON_SET|Manifest: NOSIGNATURE
133 | cgm-1.2.8-1.19.jar |MrCrayfish's Gun Mod |cgm |1.2.8 |COMMON_SET|Manifest: NOSIGNATURE
134 | shieldmechanics-1.19.2-3.5.jar |Shield Mechanics |shieldmechanics |1.19.2-3.5 |COMMON_SET|Manifest: NOSIGNATURE
135 | incapacitated-1.19.2-1.3.jar |Incapacitated |incapacitated |1.19.2-1.3 |COMMON_SET|Manifest: NOSIGNATURE
136 | jei-1.19.2-forge-11.4.0.287.jar |Just Enough Items |jei |11.4.0.287 |COMMON_SET|Manifest: NOSIGNATURE
137 | majruszs-difficulty-1.19.2-1.5.11.jar |Majrusz's Progressive Difficul|majruszsdifficulty |1.5.11 |COMMON_SET|Manifest: NOSIGNATURE
138 | sophisticatedcore-1.19.2-0.5.26.166.jar |Sophisticated Core |sophisticatedcore |1.19.2-0.5.26.166 |COMMON_SET|Manifest: NOSIGNATURE
139 | waystones-forge-1.19-11.1.0.jar |Waystones |waystones |11.1.0 |COMMON_SET|Manifest: NOSIGNATURE
140 | zombieawareness-1.19.2-1.12.3.jar |Zombie Awareness |zombieawareness |1.19.2-1.12.3 |COMMON_SET|Manifest: NOSIGNATURE
141 | additional-guns-0.7.2-1.19.jar |Additional Guns |additionalguns |0.7.2 |COMMON_SET|Manifest: NOSIGNATURE
142 | BadMobs-1.19.2-16.1.3.jar |BadMobs |badmobs |16.1.3 |COMMON_SET|Manifest: NOSIGNATURE
143 | create-confectionery1.19.2_v1.0.8.jar |Create Confectionery |create_confectionery |1.0.8 |COMMON_SET|Manifest: NOSIGNATURE
144 | sophisticatedbackpacks-1.19.2-3.18.33.742.jar |Sophisticated Backpacks |sophisticatedbackpacks |1.19.2-3.18.33.742 |COMMON_SET|Manifest: NOSIGNATURE
145 | balm-4.5.3.jar |Balm |balm |4.5.3 |COMMON_SET|Manifest: NOSIGNATURE
146 | extendedbonemeal_1.19.2-1.8.jar |Extended Bone Meal |extendedbonemeal |1.8 |COMMON_SET|Manifest: NOSIGNATURE
147 | cloth-config-8.2.88-forge.jar |Cloth Config v8 API |cloth_config |8.2.88 |COMMON_SET|Manifest: NOSIGNATURE
148 | forge-1.19.2-43.1.65-universal.jar |Forge |forge |43.1.65 |COMMON_SET|Manifest: 84:ce:76:e8:45:35:e4:0e:63:86:df:47:59:80:0f:67:6c:c1:5f:6e:5f:4d:b3:54:47:1a:9f:7f:ed:5e:f2:90
149 | ironchest-1.19.2-14.2.7.jar |Iron Chests |ironchest |1.19.2-14.2.7 |COMMON_SET|Manifest: NOSIGNATURE
150 | server-1.19.2-20220805.130853-srg.jar |Minecraft |minecraft |1.19.2 |COMMON_SET|Manifest: NOSIGNATURE
151 | FarmersDelight-1.19-1.2.0.jar |Farmer's Delight |farmersdelight |1.19-1.2.0 |COMMON_SET|Manifest: NOSIGNATURE
152 | libIPN-forge-1.19-1.0.8.jar |libIPN |libipn |1.0.8 |COMMON_SET|Manifest: NOSIGNATURE
153 | commonality-1.19.2-4.2.0.jar |Commonality |commonality |4.2.0 |COMMON_SET|Manifest: NOSIGNATURE
154 | vtaw_mw-forge-1.19-41.0.100-1.0.2.jar |Variant Tools and Weaponry - E|vtaw_mw |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE
155 | ironfurnaces-1.19.2-3.6.3.jar |Iron Furnaces |ironfurnaces |3.6.3 |COMMON_SET|Manifest: NOSIGNATURE
156 | inventorio-1.19-forge-1.8.7.jar |Inventorio |inventorio |1.8.7 |COMMON_SET|Manifest: NOSIGNATURE
157 | simplylight-1.19.2-1.4.5-build.42.jar |Simply Light |simplylight |1.19.2-1.4.5-build.4|COMMON_SET|Manifest: NOSIGNATURE
158 | resourcefulconfig-forge-1.19.2-1.0.14.jar |Resourcefulconfig |resourcefulconfig |1.0.14 |COMMON_SET|Manifest: NOSIGNATURE
159 | extractinator-forge-1.19.2-2.0.0.jar |Extractinator |extractinator |2.0.0 |ERROR |Manifest: NOSIGNATURE
160 | rottencreatures-forge-1.19.2-1.0.1.jar |Rotten Creatures |rottencreatures |1.0.1 |COMMON_SET|Manifest: NOSIGNATURE
161 | curios-forge-1.19.2-5.1.1.0.jar |Curios API |curios |1.19.2-5.1.1.0 |COMMON_SET|Manifest: NOSIGNATURE
162 | flywheel-forge-1.19.2-0.6.7-8.jar |Flywheel |flywheel |0.6.7-8 |COMMON_SET|Manifest: NOSIGNATURE
163 | create-1.19.2-0.5.0.f.jar |Create |create |0.5.0.f |COMMON_SET|Manifest: NOSIGNATURE
164 | create-stuff-additions1.19.2_v2.0.1c.jar |Create Stuff & Additions |create_sa |2.0.1 |COMMON_SET|Manifest: NOSIGNATURE
165 | collective-1.19.2-5.21.jar |Collective |collective |5.21 |COMMON_SET|Manifest: NOSIGNATURE
166 | mobsunscreen-1.19.2-forge-3.0.7.jar |Mob Sunscreen |mobsunscreen |3.0.7 |COMMON_SET|Manifest: NOSIGNATURE
167 | camera-1.19.2-1.0.1.jar |Camera Mod |camera |1.19.2-1.0.1 |COMMON_SET|Manifest: NOSIGNATURE
168 | DoubleSlabs-1.19-6.1.0.jar |Double Slabs |doubleslabs |6.1.0 |COMMON_SET|Manifest: NOSIGNATURE
169 | lostcities-1.19-6.0.8.jar |LostCities |lostcities |1.19-6.0.8 |COMMON_SET|Manifest: NOSIGNATURE
170 | resourcefullib-forge-1.19.2-1.1.17.jar |Resourceful Lib |resourcefullib |1.1.17 |COMMON_SET|Manifest: NOSIGNATURE
171 | Atlas-Lib-1.19.2-1.1.6.jar |Atlas Lib |atlaslib |1.1.5a |COMMON_SET|Manifest: NOSIGNATURE
172 | coroutil-1.19.2-1.2.37.jar |CoroUtil |coroutil |1.19.2-1.2.37 |COMMON_SET|Manifest: NOSIGNATURE
173 | InventoryProfilesNext-forge-1.19-1.8.6.jar |Inventory Profiles Next |inventoryprofilesnext |1.8.6 |COMMON_SET|Manifest: NOSIGNATURE
174 | appleskin-forge-mc1.19-2.4.2.jar |AppleSkin |appleskin |2.4.2+mc1.19 |COMMON_SET|Manifest: NOSIGNATURE
175 | apexcore-1.19.2-7.3.0.jar |ApexCore |apexcore |7.3.0 |COMMON_SET|Manifest: NOSIGNATURE
176 | infusedfoods-1.19.2-7.2.0.jar |InfusedFoods |infusedfoods |7.2.0 |COMMON_SET|Manifest: NOSIGNATURE
177 | majrusz-library-1.19.2-2.17.0.jar |Majrusz Library |majruszlib |2.17.0 |COMMON_SET|Manifest: NOSIGNATURE
178 | PuzzlesLib-v4.3.12-1.19.2-Forge.jar |Puzzles Lib |puzzleslib |4.3.12 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
179 | framework-0.3.3-1.19.jar |Framework |framework |0.3.3 |COMMON_SET|Manifest: NOSIGNATURE
180 | FallingTree-1.19.2-3.10.0.jar |FallingTree |fallingtree |3.10.0 |COMMON_SET|Manifest: 3c:8e:df:6c:df:a6:2a:9f:af:64:ea:04:9a:cf:65:92:3b:54:93:0e:96:50:b4:52:e1:13:42:18:2b:ae:40:29
181 | sulfurpotassiummod-1.19-2.3.4+Forge.jar |Sulfur & Potassium Mod |sulfurpotassiummod |2.3.4 |COMMON_SET|Manifest: NOSIGNATURE
182 | EnchantingInfuser-v4.2.2-1.19.2-Forge.jar |Enchanting Infuser |enchantinginfuser |4.2.2 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
183 | Crash Report UUID: 2defb6c3-79e8-409c-915c-ed173f63b099
184 | FML: 43.1
185 | Forge: net.minecraftforge:43.1.65

---- Minecraft Crash Report ---- // Don't do that.

Time: 2022-12-06 00:35:54
Description: Mod loading error has occurred

java.lang.Exception: Mod Loading has failed
at net.minecraftforge.logging.CrashReportExtender.dumpModLoadingCrashReport(CrashReportExtender.java:55) ~[forge-1.19.2-43.1.65-universal.jar%23198!/:?] {re:classloading}
at net.minecraftforge.server.loading.ServerModLoader.load(ServerModLoader.java:39) ~[forge-1.19.2-43.1.65-universal.jar%23198!/:?] {re:classloading}
at net.minecraft.server.Main.main(Main.java:113) ~[server-1.19.2-20220805.130853-srg.jar%23193!/:?] {re:classloading}
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:29) ~[fmlloader-1.19.2-43.1.65.jar%2367!/:?] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2354!/:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2354!/:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2354!/:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2354!/:?] {}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2354!/:?] {}
at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2354!/:?] {}
at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2354!/:?] {}
at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] {}

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

-- Head --
Thread: main
Stacktrace:
at net.minecraftforge.fml.loading.RuntimeDistCleaner.processClassWithFlags(RuntimeDistCleaner.java:57) ~[fmlloader-1.19.2-43.1.65.jar%2367!/:1.0] {}
-- MOD extractinator --
Details:
Caused by 0: java.lang.reflect.InvocationTargetException
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?] {}
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:?] {}
at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:?] {}
at java.lang.reflect.Constructor.newInstanceWithCaller(Unknown Source) ~[?:?] {}
at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:?] {}
at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:68) ~[javafmllanguage-1.19.2-43.1.65.jar%23195!/:?] {}
at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$10(ModContainer.java:121) ~[fmlcore-1.19.2-43.1.65.jar%23194!/:?] {}
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) ~[?:?] {}
at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source) ~[?:?] {}
at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source) ~[?:?] {}

Mod File: /server/mods/extractinator-forge-1.19.2-2.0.0.jar
Failure message: Extractinator (extractinator) has failed to load correctly
	java.lang.reflect.InvocationTargetException: null
Mod Version: 2.0.0
Mod Issue URL: https://github.com/AlexNijjar/The-Extractinator/issues
Exception message: java.lang.RuntimeException: Attempted to load class net/minecraft/client/gui/screens/Screen for invalid dist DEDICATED_SERVER

Stacktrace:
at net.minecraftforge.fml.loading.RuntimeDistCleaner.processClassWithFlags(RuntimeDistCleaner.java:57) ~[fmlloader-1.19.2-43.1.65.jar%2367!/:1.0] {}
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(Unknown Source) ~[?:?] {}
at dev.alexnijjar.extractinator.forge.ExtractinatorForge.(ExtractinatorForge.java:22) ~[extractinator-forge-1.19.2-2.0.0.jar%23162!/:?] {re:classloading}
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?] {}
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:?] {}
at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:?] {}
at java.lang.reflect.Constructor.newInstanceWithCaller(Unknown Source) ~[?:?] {}
at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:?] {}
at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:68) ~[javafmllanguage-1.19.2-43.1.65.jar%23195!/:?] {}
at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$10(ModContainer.java:121) ~[fmlcore-1.19.2-43.1.65.jar%23194!/:?] {}
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) ~[?:?] {}
at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source) ~[?:?] {}
at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source) ~[?:?] {}

-- System Details --
Details:
Minecraft Version: 1.19.2
Minecraft Version ID: 1.19.2
Operating System: Linux (amd64) version 5.4.0-107-generic
Java Version: 17.0.4.1, Eclipse Adoptium
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Eclipse Adoptium
Memory: 509099008 bytes (485 MiB) / 1205862400 bytes (1150 MiB) up to 2411724800 bytes (2300 MiB)
CPUs: 3
Processor Vendor: AuthenticAMD
Processor Name: AMD EPYC 7502P 32-Core Processor
Identifier: AuthenticAMD Family 23 Model 49 Stepping 0
Microarchitecture: Zen 2
Frequency (GHz): -0.00
Number of physical packages: 1
Number of physical CPUs: 32
Number of logical CPUs: 64
Graphics card #0 name: unknown
Graphics card #0 vendor: unknown
Graphics card #0 VRAM (MB): 0.00
Graphics card #0 deviceId: unknown
Graphics card #0 versionInfo: unknown
Virtual memory max (MB): 129830.30
Virtual memory used (MB): 174794.38
Swap memory total (MB): 1024.00
Swap memory used (MB): 994.02
JVM Flags: 3 total; -XX:MaxMetaspaceSize=300M -Xmx2300M -Xms1150M
ModLauncher: 10.0.8+10.0.8+main.0ef7e830
ModLauncher launch target: forgeserver
ModLauncher naming: srg
ModLauncher services:
mixin-0.8.5.jar mixin PLUGINSERVICE
eventbus-6.0.3.jar eventbus PLUGINSERVICE
fmlloader-1.19.2-43.1.65.jar slf4jfixer PLUGINSERVICE
fmlloader-1.19.2-43.1.65.jar object_holder_definalize PLUGINSERVICE
fmlloader-1.19.2-43.1.65.jar runtime_enum_extender PLUGINSERVICE
fmlloader-1.19.2-43.1.65.jar capability_token_subclass PLUGINSERVICE
accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE
fmlloader-1.19.2-43.1.65.jar runtimedistcleaner PLUGINSERVICE
modlauncher-10.0.8.jar mixin TRANSFORMATIONSERVICE
modlauncher-10.0.8.jar fml TRANSFORMATIONSERVICE
FML Language Providers:
[email protected]
lowcodefml@null
[email protected]
javafml@null
Mod List:
zombiehorsespawn_1.19.2-3.2.jar |Zombie Horse Spawn |zombiehorsespawn |3.2 |COMMON_SET|Manifest: NOSIGNATURE
cgm-1.2.8-1.19.jar |MrCrayfish's Gun Mod |cgm |1.2.8 |COMMON_SET|Manifest: NOSIGNATURE
shieldmechanics-1.19.2-3.5.jar |Shield Mechanics |shieldmechanics |1.19.2-3.5 |COMMON_SET|Manifest: NOSIGNATURE
incapacitated-1.19.2-1.3.jar |Incapacitated |incapacitated |1.19.2-1.3 |COMMON_SET|Manifest: NOSIGNATURE
jei-1.19.2-forge-11.4.0.287.jar |Just Enough Items |jei |11.4.0.287 |COMMON_SET|Manifest: NOSIGNATURE
majruszs-difficulty-1.19.2-1.5.11.jar |Majrusz's Progressive Difficul|majruszsdifficulty |1.5.11 |COMMON_SET|Manifest: NOSIGNATURE
sophisticatedcore-1.19.2-0.5.26.166.jar |Sophisticated Core |sophisticatedcore |1.19.2-0.5.26.166 |COMMON_SET|Manifest: NOSIGNATURE
waystones-forge-1.19-11.1.0.jar |Waystones |waystones |11.1.0 |COMMON_SET|Manifest: NOSIGNATURE
zombieawareness-1.19.2-1.12.3.jar |Zombie Awareness |zombieawareness |1.19.2-1.12.3 |COMMON_SET|Manifest: NOSIGNATURE
additional-guns-0.7.2-1.19.jar |Additional Guns |additionalguns |0.7.2 |COMMON_SET|Manifest: NOSIGNATURE
BadMobs-1.19.2-16.1.3.jar |BadMobs |badmobs |16.1.3 |COMMON_SET|Manifest: NOSIGNATURE
create-confectionery1.19.2_v1.0.8.jar |Create Confectionery |create_confectionery |1.0.8 |COMMON_SET|Manifest: NOSIGNATURE
sophisticatedbackpacks-1.19.2-3.18.33.742.jar |Sophisticated Backpacks |sophisticatedbackpacks |1.19.2-3.18.33.742 |COMMON_SET|Manifest: NOSIGNATURE
balm-4.5.3.jar |Balm |balm |4.5.3 |COMMON_SET|Manifest: NOSIGNATURE
extendedbonemeal_1.19.2-1.8.jar |Extended Bone Meal |extendedbonemeal |1.8 |COMMON_SET|Manifest: NOSIGNATURE
cloth-config-8.2.88-forge.jar |Cloth Config v8 API |cloth_config |8.2.88 |COMMON_SET|Manifest: NOSIGNATURE
forge-1.19.2-43.1.65-universal.jar |Forge |forge |43.1.65 |COMMON_SET|Manifest: 84:ce:76:e8:45:35:e4:0e:63:86:df:47:59:80:0f:67:6c:c1:5f:6e:5f:4d:b3:54:47:1a:9f:7f:ed:5e:f2:90
ironchest-1.19.2-14.2.7.jar |Iron Chests |ironchest |1.19.2-14.2.7 |COMMON_SET|Manifest: NOSIGNATURE
server-1.19.2-20220805.130853-srg.jar |Minecraft |minecraft |1.19.2 |COMMON_SET|Manifest: NOSIGNATURE
FarmersDelight-1.19-1.2.0.jar |Farmer's Delight |farmersdelight |1.19-1.2.0 |COMMON_SET|Manifest: NOSIGNATURE
libIPN-forge-1.19-1.0.8.jar |libIPN |libipn |1.0.8 |COMMON_SET|Manifest: NOSIGNATURE
commonality-1.19.2-4.2.0.jar |Commonality |commonality |4.2.0 |COMMON_SET|Manifest: NOSIGNATURE
vtaw_mw-forge-1.19-41.0.100-1.0.2.jar |Variant Tools and Weaponry - E|vtaw_mw |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE
ironfurnaces-1.19.2-3.6.3.jar |Iron Furnaces |ironfurnaces |3.6.3 |COMMON_SET|Manifest: NOSIGNATURE
inventorio-1.19-forge-1.8.7.jar |Inventorio |inventorio |1.8.7 |COMMON_SET|Manifest: NOSIGNATURE
simplylight-1.19.2-1.4.5-build.42.jar |Simply Light |simplylight |1.19.2-1.4.5-build.4|COMMON_SET|Manifest: NOSIGNATURE
resourcefulconfig-forge-1.19.2-1.0.14.jar |Resourcefulconfig |resourcefulconfig |1.0.14 |COMMON_SET|Manifest: NOSIGNATURE
extractinator-forge-1.19.2-2.0.0.jar |Extractinator |extractinator |2.0.0 |ERROR |Manifest: NOSIGNATURE
rottencreatures-forge-1.19.2-1.0.1.jar |Rotten Creatures |rottencreatures |1.0.1 |COMMON_SET|Manifest: NOSIGNATURE
curios-forge-1.19.2-5.1.1.0.jar |Curios API |curios |1.19.2-5.1.1.0 |COMMON_SET|Manifest: NOSIGNATURE
flywheel-forge-1.19.2-0.6.7-8.jar |Flywheel |flywheel |0.6.7-8 |COMMON_SET|Manifest: NOSIGNATURE
create-1.19.2-0.5.0.f.jar |Create |create |0.5.0.f |COMMON_SET|Manifest: NOSIGNATURE
create-stuff-additions1.19.2_v2.0.1c.jar |Create Stuff & Additions |create_sa |2.0.1 |COMMON_SET|Manifest: NOSIGNATURE
collective-1.19.2-5.21.jar |Collective |collective |5.21 |COMMON_SET|Manifest: NOSIGNATURE
mobsunscreen-1.19.2-forge-3.0.7.jar |Mob Sunscreen |mobsunscreen |3.0.7 |COMMON_SET|Manifest: NOSIGNATURE
camera-1.19.2-1.0.1.jar |Camera Mod |camera |1.19.2-1.0.1 |COMMON_SET|Manifest: NOSIGNATURE
DoubleSlabs-1.19-6.1.0.jar |Double Slabs |doubleslabs |6.1.0 |COMMON_SET|Manifest: NOSIGNATURE
lostcities-1.19-6.0.8.jar |LostCities |lostcities |1.19-6.0.8 |COMMON_SET|Manifest: NOSIGNATURE
resourcefullib-forge-1.19.2-1.1.17.jar |Resourceful Lib |resourcefullib |1.1.17 |COMMON_SET|Manifest: NOSIGNATURE
Atlas-Lib-1.19.2-1.1.6.jar |Atlas Lib |atlaslib |1.1.5a |COMMON_SET|Manifest: NOSIGNATURE
coroutil-1.19.2-1.2.37.jar |CoroUtil |coroutil |1.19.2-1.2.37 |COMMON_SET|Manifest: NOSIGNATURE
InventoryProfilesNext-forge-1.19-1.8.6.jar |Inventory Profiles Next |inventoryprofilesnext |1.8.6 |COMMON_SET|Manifest: NOSIGNATURE
appleskin-forge-mc1.19-2.4.2.jar |AppleSkin |appleskin |2.4.2+mc1.19 |COMMON_SET|Manifest: NOSIGNATURE
apexcore-1.19.2-7.3.0.jar |ApexCore |apexcore |7.3.0 |COMMON_SET|Manifest: NOSIGNATURE
infusedfoods-1.19.2-7.2.0.jar |InfusedFoods |infusedfoods |7.2.0 |COMMON_SET|Manifest: NOSIGNATURE
majrusz-library-1.19.2-2.17.0.jar |Majrusz Library |majruszlib |2.17.0 |COMMON_SET|Manifest: NOSIGNATURE
PuzzlesLib-v4.3.12-1.19.2-Forge.jar |Puzzles Lib |puzzleslib |4.3.12 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
framework-0.3.3-1.19.jar |Framework |framework |0.3.3 |COMMON_SET|Manifest: NOSIGNATURE
FallingTree-1.19.2-3.10.0.jar |FallingTree |fallingtree |3.10.0 |COMMON_SET|Manifest: 3c:8e:df:6c:df:a6:2a:9f:af:64:ea:04:9a:cf:65:92:3b:54:93:0e:96:50:b4:52:e1:13:42:18:2b:ae:40:29
sulfurpotassiummod-1.19-2.3.4+Forge.jar |Sulfur & Potassium Mod |sulfurpotassiummod |2.3.4 |COMMON_SET|Manifest: NOSIGNATURE
EnchantingInfuser-v4.2.2-1.19.2-Forge.jar |Enchanting Infuser |enchantinginfuser |4.2.2 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
Crash Report UUID: 2defb6c3-79e8-409c-915c-ed173f63b099
FML: 43.1
Forge: net.minecraftforge:43.1.65

[Bug]: Can't add recipes via KubeJS event.custom()

Bug Description

image
I tried to add recipe with KubeJS event.custom method but it didn't work. I can remove recipes but can't add.

How to Reproduce?

No response

Expected Behavior

No response

Version

1.18.2-2.0.1

Mod Loader Version

40.2.0

Mod Loader

Forge

Logs or additional context

No response

[Feature Request]: There are no instructions, rendering the mod useless

Is your feature request related to a problem?

The mod doesn't describe how to use it.

Solution(s)

No response

Describe alternatives you've considered

No response

Mod Version

Sky Fabrication 3

Mod Loader Version

Sky Fabrication 3

Mod Loader

No response

Additional context

No response

[Feature Request]: Silent extracting...

Is your feature request related to a problem?

Hi it's awesome that we can automate but the permanent block breaking sound every second drives me absolutely insane, is there a way to disable it?

Solution(s)

No response

Describe alternatives you've considered

No response

Mod Version

2.2.0

Mod Loader Version

47.1.0

Mod Loader

Forge

Additional context

No response

Minecraft Server Error

Hi i have the following error on my server:

[14:36:01] [Worker-Main-1/ERROR]: Non [a-z0-9/._-] character in path of location: minecraft:tags/blocks/needs_iron_tool/pickaxe 2.json

Could you rename this file "pickaxe 2.json" to "pickaxe-2.json" to fix this error.

Thanks for help.

[Feature Request]: List of compatible mods

Is your feature request related to a problem?

I looked through your bug report for compatible mods like bewitchment, but i feel like it would be a handy resource, as a modpack developer, to know what mods by default are already hard coded to work.

Solution(s)

No response

Describe alternatives you've considered

Even if you don't want to have it on your main modpage I think it would be nice to have an updated list here or another alternative.

Mod Version

2.0.1

Mod Loader Version

1.19.2

Mod Loader

No response

Additional context

No response

[Feature Request]:

Is your feature request related to a problem?

No way to easily add or change individual chances of resources that come out of it

Solution(s)

in the config area under resourseful, add a way to add new ores/things

Describe alternatives you've considered

or basically make it so it could use datapacks to add them

Mod Version

2.0.1

Mod Loader Version

1.19.2 - 0.14.12

Mod Loader

Fabric

Additional context

it would help alot for modpack authors if they wanna use this mod for one of the main sources of resources and what not! c:

[Feature Request] Ability to edit outputs or add new ones

This might already be a planned feature in which this can be ignore. The ability to add items to the output of say cobblestone or adjust the weighting to the default outputs would be great. Additionally being able to add new recipes using any modded block/item as input or output for the extractinator would be amazing.

[Feature Request] [Forge 1.20.1]: Ability to configure the mod

Is your feature request related to a problem?

As the title says, being able to configure the mod (accepted blocks, what each block drops, the droprate for items, speed of the machine, etc.) would be great.

Solution(s)

No response

Describe alternatives you've considered

No response

Mod Version

2.3.0

Mod Loader Version

47.2.6

Mod Loader

Forge

Additional context

No response

[Bug]: Worst config file ever

Bug Description

I cant add custom drops because of terrible config file. Is there any way to bring the old one back ?

How to Reproduce?

No response

Expected Behavior

No response

Version

0.2.1

Mod Loader Version

Custom version 1.19.2

Mod Loader

Fabric

Logs or additional context

No response

[Bug]: Create Mod Funnels don't output items unless there is no input

Bug Description

When using a Create brass funnel on the block (bottom) to output items made/harvested by the block, it won't output those items if an input item still exists , such as cobble, or gravel
bug has been noticed in 1.20.1 and 1.19.2 most likely other versions too
i have ensured i am on latest version (2.3.0)
i find this bug using fabric , forge has not been tested

How to Reproduce?

  1. Install Create Mod
  2. Install Extractinator
  3. Create World
  4. Place Extractinator with Brass Funnel (From Create Mod) under the Extractinator with it in output mode (arrow facing away from block)
  5. Give Extractinator some input items such as cobble or gravel
  6. Brass Funnel will not output harvested items until all cobble/gravel is gone

Expected Behavior

Harvested items should be outputted as soon as harvested, not when there are no input items

Version

2.3.0

Mod Loader Version

1.20.1 - 0.15.9

Mod Loader

Fabric

Logs or additional context

This may be related to other modded hopper issues but unsure
if this issue/bug can not be fixed or can not be fixed without more effort than it's worth then just let me know

Code of Conduct

  • I have searched the issue tracker and confirmed that the issue has not been reported
  • I have verified that I am using the latest version of the mod
  • I have verified that I have installed all the required dependencies for the mod
  • I have verified that I do not have Optifine installed. We will close issues if we detect Optifine is in your pack. We cannot fix Optifine issues. Please do not report issues with Optifine present.

[Feature Request]: Config True/False toggle for additional blocks.

Is your feature request related to a problem?

I've created many modpacks for a private multiplayer server in the past and always included in the extractinator. Many people enjoyed using it. Although I've encountered a big abuse issue recently. Some people noticed, that with the help of a massive cobble generator you can get pretty much every valuable material in game and a lot of them. And with the automation and some chunk loading mods as an option it gets worse.

Solution(s)

I've though about Terraria and why it isn't so overpowered there and realized that it needs to be limited to slush/silt blocks only. That makes finding those blocks exciting and can't just be indefinitely abused, since those blocks spawn more randomly. So even with drill/quarry machines it takes more time.

I've tried figuring out how to fix this with KubeJS or Datapacks, but I'm a coding moron so it's been taking me a lot of time, but no successful solutions. Could you please add a simple True/False to the config that disables every additional blocks that isn't Silt/Slush so it would work more like the Terraria's Extractinator.

And while I'm at it, togglable config value for the extractinator supporting automation would be amazing as well.

Thanks!

Describe alternatives you've considered

No response

Mod Version

2.3.0

Mod Loader Version

1.20.1

Mod Loader

Forge

Additional context

No response

[Suggestion] Item Output for Automation

So far the mod allows players to automatically insert items using hoppers into the extractinator. It would be nice if the extractinator could check whether a hopper is present below it and transfer the item outputs into it.

[Feature Request]:

Is your feature request related to a problem?

I'm frustrated that you removed extractinators from subterrestrials and nerfed them completely. I don't care for the new texture either but that is my opinion

Solution(s)

Please go back and atleast put extractinators in subterrestrials again, that was the main reason of adding that mod to my modpack. It also makes subterrestrials really filled with the same few blocks and rewards when there is no extractinator

Describe alternatives you've considered

Perhaps you could make the spawn rate of extractinators in subterresterials low, so its not easy to find them but still rewarding nonetheless??

Mod Version

2.0.1

Mod Loader Version

1.19.2 fabric 0.14.12

Mod Loader

Fabric

Additional context

No response

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.