Coder Social home page Coder Social logo

emergingtechnology's People

Contributors

genom10 avatar kane-thornwyrd avatar moonmanmodding avatar smollet777 avatar swoolcock avatar

Stargazers

 avatar  avatar  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  avatar  avatar  avatar  avatar  avatar

emergingtechnology's Issues

Feature Request

Hey, so I've been doing some research into hyroponics and how everything is made, and I was thinking I may be able to help with designing a pH system, along with nutrients. I'm not that great with coding, but I have some general knowledge and I've been trying to make this as an addon mod.

Crafting Logic

I think I have found an error in a crafting logic process.

-the auto filler needs plastic in order to craft it
-the processor makes plastic
-the processor needs water to do its job
-using just emerging tech alone, i couldn't find or think of a way to create plastic as there
is no other way to put water in the processor other than putting the filler next to it.

the use of other mods is completely necessary in order to make plastic as far as i can tell.

[Suggestion] Config option to remove biome requirement for Waste Collector

I would love to use the Waste Collector in a skyblock-esque pack I am working on, but in my world there are no ocean/river/beach biomes, so I was hoping that there could be a simple config option to disable this requirement for machine operation so that this machine can be used in a wider range of packs.

Feature Request: Automation

I may be dumb, but is there a way to automate the extraction of the grown crops? I can't seem to figure it out. If it's not already I thing, I'd like to request it.

CraftTweaker compatibilities

Hello MoonMan,

I'm very grateful for all you have done, and since this mod provide a plethora of new machines, some things seems like they have a fancy gauntlet and are near inevitable, like the CraftTweaker support.

So, your mission, MoonMan, should you decide to accept it, will be to implement the CraftTweaker support into Emerging Technology; you can use Blu implementation as example : https://github.com/BluSunrize/ImmersiveEngineering/tree/a9c98dd956d911fb2d3f59aaea6d63340d95384d/src/main/java/blusunrize/immersiveengineering/common/util/compat/crafttweaker .

As always, should you or any of your Modding Force be caught or killed, the Secretary will disavow any knowledge of your actions. This Issue will self-destruct in case of rejection. Good luck, MoonMan.

:)

[Suggestion] Solar Panels share power

Maybe it would be reasonable if Solar Panels share power. So I can make big solar field, and get all the power from one spot.
Maybe make so ALL power sharing machines was one big multiblock machine, or maybe make so they all share power in one direction. Anyways it looks better when all machines placed in lines.

Texture Update

I was wondering if you had any plans to rework the textures for shredded plant/plastic/starch plus plastic waste and Biomass. They feel more like place holders and somewhat unfinished.

Crash when updating on a server

Updated the mod on my server from 1.2.12 to 1.2.21. Due to the mentioned harvester crash, I first deleted the mod, rebooted the server and wiped all the items/blocks from the world, then added 1.2.21. Doing this process in SP was successful, but on the server it failed - this is the crash that happened on startup.

---- Minecraft Crash Report ----
// Shall we play a game?

Time: 2020-01-16 01:32:13 CST
Description: Exception in server tick loop

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Emerging Technology (emergingtechnology)
Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/multiplayer/WorldClient
    at java.lang.Class.getDeclaredConstructors0(Native Method)
    at java.lang.Class.privateGetDeclaredConstructors(Class.java:2671)
    at java.lang.Class.getConstructor0(Class.java:3075)
    at java.lang.Class.newInstance(Class.java:412)
    at net.minecraftforge.fml.common.network.simpleimpl.SimpleNetworkWrapper.instantiate(SimpleNetworkWrapper.java:166)
    at net.minecraftforge.fml.common.network.simpleimpl.SimpleNetworkWrapper.registerMessage(SimpleNetworkWrapper.java:159)
    at io.moonman.emergingtechnology.network.PacketHandler.registerMessages(PacketHandler.java:23)
    at io.moonman.emergingtechnology.network.PacketHandler.registerMessages(PacketHandler.java:17)
    at io.moonman.emergingtechnology.proxy.CommonProxy.preInit(CommonProxy.java:67)
    at io.moonman.emergingtechnology.proxy.DedicatedServerProxy.preInit(DedicatedServerProxy.java:21)
    at io.moonman.emergingtechnology.EmergingTechnology.preInit(EmergingTechnology.java:36)
    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:498)
    at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
    at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    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:219)
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
    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:498)
    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:136)
    at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:627)
    at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99)
    at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333)
    at net.minecraft.server.dedicated.DedicatedServer.init(DedicatedServer.java:125)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
    at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.multiplayer.WorldClient
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
    ... 46 more
Caused by: net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer@50a3d0f6 from coremod FMLCorePlugin
    at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:260)
    at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
    ... 48 more
Caused by: java.lang.RuntimeException: Attempted to load class bsb for invalid side SERVER
    at net.minecraftforge.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:62)
    at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:256)
    ... 50 more


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: Linux (amd64) version 4.9.0-8-amd64
  Java Version: 1.8.0_232, Oracle Corporation
  Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
  Memory: 4434516592 bytes (4229 MB) / 5332008960 bytes (5085 MB) up to 7635730432 bytes (7282 MB)
  JVM Flags: 2 total; -Xmx8G -Xms2G
  IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  FML: MCP 9.42 Powered by Forge 14.23.5.2836 149 mods loaded, 149 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.2836-universal.jar         | e3c3d50c7c986df74c645c0ac54639741c90a557 |
       | LCH   | forge                                | 14.23.5.2836             | forge-1.12.2-14.23.5.2836-universal.jar         | e3c3d50c7c986df74c645c0ac54639741c90a557 |
       | LCH   | ivtoolkit                            | 1.3.3-1.12               | minecraft.jar                                   | None                                     |
       | LCH   | otgcore                              | 1.12.2 - v8.3            | minecraft.jar                                   | None                                     |
       | LCH   | foamfixcore                          | 7.7.4                    | minecraft.jar                                   | None                                     |
       | LCH   | appliedenergistics2                  | rv6-stable-7             | appliedenergistics2-rv6-stable-7.jar            | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
       | LCH   | bdlib                                | 1.14.3.12                | bdlib-1.14.3.12-mc1.12.2.jar                    | None                                     |
       | LCH   | ae2stuff                             | 0.7.0.4                  | ae2stuff-0.7.0.4-mc1.12.2.jar                   | None                                     |
       | LCH   | aiimprovements                       | 0.0.1.3                  | AIImprovements-1.12-0.0.1b3.jar                 | None                                     |
       | LCH   | akashictome                          | 1.2-12                   | AkashicTome-1.2-12.jar                          | None                                     |
       | LCH   | applecore                            | 3.1.4                    | AppleCore-mc1.12.2-3.1.4.jar                    | None                                     |
       | LCH   | crafttweaker                         | 4.1.20                   | CraftTweaker2-1.12-4.1.20.jar                   | None                                     |
       | LCH   | mtlib                                | 3.0.5                    | MTLib-3.0.5.jar                                 | None                                     |
       | LCH   | modtweaker                           | 4.0.17                   | modtweaker-4.0.17.jar                           | None                                     |
       | LCH   | jei                                  | 4.15.0.292               | jei_1.12.2-4.15.0.292.jar                       | None                                     |
       | LCH   | appleskin                            | 1.0.9                    | AppleSkin-mc1.12-1.0.9.jar                      | None                                     |
       | LCH   | baubles                              | 1.5.2                    | Baubles-1.12-1.5.2.jar                          | None                                     |
       | LCH   | astralsorcery                        | 1.10.20                  | astralsorcery-1.12.2-1.10.20.jar                | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
       | LCH   | morphtool                            | 1.2-21                   | Morph-o-Tool-1.2-21.jar                         | None                                     |
       | LCH   | quark                                | r1.6-177                 | Quark-r1.6-177.jar                              | None                                     |
       | LCH   | autoreglib                           | 1.3-32                   | AutoRegLib-1.3-32.jar                           | None                                     |
       | LCH   | badwithernocookiereloaded            | 1.12.2-3.3.16            | badwithernocookiereloaded-1.12.2-3.3.16.jar     | None                                     |
       | LCH   | base                                 | 3.13.0                   | base-1.12.2-3.13.0.jar                          | None                                     |
       | LCH   | betterquesting                       | 3.5.318                  | BetterQuesting-3.5.318.jar                      | None                                     |
       | LCH   | openterraingenerator                 | v8.3                     | OpenTerrainGenerator-1.12.2+-+v8.3.jar          | None                                     |
       | LCH   | biomebundle                          | 5.1                      | Biome_Bundle-1.12.2-v6.1.jar                    | None                                     |
       | LCH   | blockcraftery                        | 1.12.2-1.3.1             | blockcraftery-1.12.2-1.3.1.jar                  | None                                     |
       | LCH   | bonsaitrees                          | 1.1.3                    | bonsaitrees-1.1.3-b156.jar                      | None                                     |
       | LCH   | botania                              | r1.10-362                | Botania+r1.10-362.jar                           | None                                     |
       | LCH   | buildinggadgets                      | 2.7.3                    | BuildingGadgets-2.7.3.jar                       | None                                     |
       | LCH   | cctweaked                            | 1.85.2                   | cc-tweaked-1.12.2-1.85.2.jar                    | None                                     |
       | LCH   | computercraft                        | 1.85.2                   | cc-tweaked-1.12.2-1.85.2.jar                    | None                                     |
       | LCH   | chameleon                            | 1.12-4.1.3               | Chameleon-1.12-4.1.3.jar                        | None                                     |
       | LCH   | chesttransporter                     | 2.8.8                    | ChestTransporter-1.12.2-2.8.8.jar               | None                                     |
       | LCH   | chisel                               | MC1.12.2-0.2.1.35        | Chisel-MC1.12.2-0.2.1.35.jar                    | None                                     |
       | LCH   | chiselsandbits                       | 14.33                    | chiselsandbits-14.33.jar                        | None                                     |
       | LCH   | chunkpregenerator                    | 2.1                      | Chunk+Pregenerator+V1.12-2.2.jar                | None                                     |
       | LCH   | clumps                               | 3.1.2                    | Clumps-3.1.2.jar                                | None                                     |
       | LCH   | codechickenlib                       | 3.2.2.353                | CodeChickenLib-1.12.2-3.2.2.353-universal.jar   | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
       | LCH   | redstoneflux                         | 2.1.0                    | RedstoneFlux-1.12-2.1.0.6-universal.jar         | 8a6abf2cb9e141b866580d369ba6548732eff25f |
       | LCH   | cofhcore                             | 4.6.3                    | CoFHCore-1.12.2-4.6.3.27-universal.jar          | None                                     |
       | LCH   | cofhworld                            | 1.3.1                    | CoFHWorld-1.12.2-1.3.1.7-universal.jar          | 8a6abf2cb9e141b866580d369ba6548732eff25f |
       | LCH   | morpheus                             | 1.12-3.3.2               | Morpheus-1.12-3.3.2.jar                         | None                                     |
       | LCH   | comforts                             | 1.4.1.2                  | comforts-1.12.2-1.4.1.2.jar                     | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
       | LCH   | cyclopscore                          | 1.6.0                    | CyclopsCore-1.12.2-1.6.0.jar                    | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
       | LCH   | commoncapabilities                   | 2.4.5                    | CommonCapabilities-1.12.2-2.4.5.jar             | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
       | LCH   | mantle                               | 1.12-1.3.3.49            | Mantle-1.12-1.3.3.49.jar                        | None                                     |
       | LCH   | twilightforest                       | 3.10.1013                | twilightforest-1.12.2-3.10.1013-universal.jar   | None                                     |
       | LCH   | tconstruct                           | 1.12.2-2.13.0.171        | TConstruct-1.12.2-2.13.0.171.jar                | None                                     |
       | LCH   | contenttweaker                       | 1.12.2-4.9.1             | ContentTweaker-1.12.2-4.9.1.jar                 | None                                     |
       | LCH   | cookingforblockheads                 | 6.4.71                   | CookingForBlockheads_1.12.2-6.4.71.jar          | None                                     |
       | LCH   | cosmeticarmorreworked                | 1.12.2-v4                | CosmeticArmorReworked-1.12.2-v4.jar             | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
       | LCH   | cosmeticarmorreworked|tombmanygraves | 1.12.2-v4                | CosmeticArmorReworked-1.12.2-v4.jar             | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
       | LCH   | crafttweakerjei                      | 2.0.3                    | CraftTweaker2-1.12-4.1.20.jar                   | None                                     |
       | LCH   | cucumber                             | 1.1.1                    | Cucumber-1.12.2-1.1.1.jar                       | None                                     |
       | LCH   | p455w0rdslib                         | 2.3.161                  | p455w0rdslib-1.12.2-2.3.161.jar                 | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
       | LCH   | theoneprobe                          | 1.4.28                   | theoneprobe-1.12-1.4.28.jar                     | None                                     |
       | LCH   | danknull                             | 1.7.89                   | DankNull-1.12.2-1.7.89.jar                      | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
       | LCH   | patchouli                            | 1.0-20                   | Patchouli-1.0-20.jar                            | None                                     |
       | LCH   | thermalfoundation                    | 2.6.3                    | ThermalFoundation-1.12.2-2.6.3.27-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
       | LCH   | deepmoblearning                      | 1.12.2-2.5.2             | deepmoblearning-1.12.2-2.5.2-universal.jar      | None                                     |
       | LCH   | eleccore                             | 1.9.452                  | ElecCore-1.12.2-1.9.452.jar                     | None                                     |
       | LCH   | mcjtylib_ng                          | 3.5.4                    | mcjtylib-1.12-3.5.4.jar                         | None                                     |
       | LCH   | rftools                              | 7.72                     | rftools-1.12-7.72.jar                           | None                                     |
       | LCH   | deepresonance                        | 1.8.0                    | deepresonance-1.12-1.8.0.jar                    | None                                     |
       | LCH   | diethopper                           | 1.1                      | diethopper-1.1.jar                              | None                                     |
       | LCH   | discordchat                          | 2.3.0                    | DiscordChat-1.12.2-2.3.0.jar                    | None                                     |
       | LCH   | orelib                               | 3.6.0.1                  | OreLib-1.12.2-3.6.0.1.jar                       | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
       | LCH   | dsurround                            | 3.6.0.2                  | DynamicSurroundings-1.12.2-3.6.0.2.jar          | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
       | LCH   | dynmap                               | 3.0-beta-4-213           | Dynmap-3.0-beta-4-forge-1.12.2.jar              | None                                     |
       | LCH   | dynmapblockscan                      | 3.0-alpha-2-15           | DynmapBlockScan-3.0-alpha-2-forge-1.12.2.jar    | None                                     |
       | LCH   | earthworks                           | 1.3.4.3                  | Earthworks-1.12-1.3.6.jar                       | None                                     |
       | LCH   | effortlessbuilding                   | 1.12.2-2.16              | effortlessbuilding-1.12.2-2.16.jar              | None                                     |
       | LCE   | emergingtechnology                   | 1.2.21-beta              | EmergingTechnology-1.12.2-1.2.21-beta.jar       | None                                     |
       | LC    | csb_ench_table                       | 1.1.3                    | EnchantingTable-1.12-1.1.3.jar                  | None                                     |
       | LC    | enderore                             | 1.12.2-v1.1              | Ender+Ore-1.12.2-v1.1.jar                       | None                                     |
       | LC    | enderstorage                         | 2.4.5.135                | EnderStorage-1.12.2-2.4.5.135-universal.jar     | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
       | LC    | environmentalcreepers                | 1.4.0                    | environmentalcreepers-1.12.2-1.4.0.jar          | 2b03e1423915a189b8094816baa18f239d576dff |
       | LC    | extendedcrafting                     | 1.5.0                    | ExtendedCrafting-1.12.2-1.5.0.jar               | None                                     |
       | LC    | extrautils2                          | 1.0                      | extrautils2-1.12-1.9.9.jar                      | None                                     |
       | LC    | zerocore                             | 1.12-0.1.2.2             | zerocore-1.12-0.1.2.2.jar                       | None                                     |
       | LC    | bigreactors                          | 1.12.2-0.4.5.49          | ExtremeReactors-1.12.2-0.4.5.49.jar             | None                                     |
       | LC    | fairylights                          | 2.1.9                    | fairylights-2.1.9-1.12.2.jar                    | None                                     |
       | LC    | farmingforblockheads                 | 3.1.28                   | FarmingForBlockheads_1.12.2-3.1.28.jar          | None                                     |
       | LC    | fastfurnace                          | 1.3.1                    | FastFurnace-1.12.2-1.3.1.jar                    | None                                     |
       | LC    | fastleafdecay                        | v14                      | FastLeafDecay-v14.jar                           | None                                     |
       | LC    | fastbench                            | 1.7.3                    | FastWorkbench-1.12.2-1.7.3.jar                  | None                                     |
       | LC    | fencejumper                          | 1.0.5                    | fencejumper-1.12-1.0.5.jar                      | None                                     |
       | LC    | foamfix                              | 0.10.9-1.12.2            | foamfix-0.10.9-1.12.2.jar                       | None                                     |
       | LC    | forgelin                             | 1.8.0                    | Forgelin-1.8.0.jar                              | None                                     |
       | LC    | cfm                                  | 6.3.1                    | furniture-6.3.1-1.12.2.jar                      | None                                     |
       | LC    | gravelminer                          | 6.1.2                    | GravelMiner_1.12.1-6.1.2.jar                    | None                                     |
       | LC    | immersiveengineering                 | 0.12-92                  | ImmersiveEngineering-0.12-92.jar                | 4cb49fcde3b43048c9889e0a3d083225da926334 |
       | LC    | immersivepetroleum                   | 1.1.9                    | immersivepetroleum-1.12.2-1.1.9.jar             | None                                     |
       | LC    | immersivetech                        | 1.3.10                   | immersivetech-1.12-1.3.10.jar                   | None                                     |
       | LC    | teslacorelib                         | 1.0.15                   | tesla-core-lib-1.12.2-1.0.15.jar                | d476d1b22b218a10d845928d1665d45fce301b27 |
       | LC    | industrialforegoing                  | 1.12.2-1.12.2            | industrialforegoing-1.12.2-1.12.13-237.jar      | None                                     |
       | LC    | inspirations                         | 1.12.2-0.2.8             | Inspirations-1.12.2-0.2.8.jar                   | None                                     |
       | LC    | integrateddynamics                   | 1.1.1                    | IntegratedDynamics-1.12.2-1.1.1.jar             | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
       | LC    | integrateddynamicscompat             | 1.0.0                    | IntegratedDynamics-1.12.2-1.1.1.jar             | None                                     |
       | LC    | natura                               | 1.12.2-4.3.2.69          | natura-1.12.2-4.3.2.69.jar                      | None                                     |
       | LC    | nuclearcraft                         | 2.18l                    | NuclearCraft-2.18l-1.12.2.jar                   | None                                     |
       | LC    | harvestcraft                         | 1.12.2zb                 | Pam's+HarvestCraft+1.12.2zf.jar                 | None                                     |
       | LC    | rustic                               | 1.1.1                    | rustic-1.1.1.jar                                | None                                     |
       | LC    | integrationforegoing                 | 1.12.2-1.9               | IntegrationForegoing-1.12.2-1.9.jar             | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
       | LC    | inventorytweaks                      | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar                        | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
       | LC    | ironbackpacks                        | 1.12.2-3.0.8-12          | IronBackpacks-1.12.2-3.0.8-12.jar               | None                                     |
       | LC    | ironchest                            | 1.12.2-7.0.34.820        | ironchest-1.12.2-7.0.34.820.jar                 | None                                     |
       | LC    | journeymap                           | 1.12.2-5.5.6             | journeymap-1.12.2-5.5.6.jar                     | None                                     |
       | LC    | kleeslabs                            | 5.4.12                   | KleeSlabs_1.12.2-5.4.12.jar                     | None                                     |
       | LC    | laggoggles                           | FAT-1.12.2-4.9           | LagGoggles-FAT-1.12.2-4.9.jar                   | None                                     |
       | LC    | loottweaker                          | 0.0.6.5                  | LootTweaker-1.12-0.0.6.5.jar                    | None                                     |
       | LC    | malisiscore                          | 1.12.2-6.4.0             | malisiscore-1.12.2-6.4.0.jar                    | None                                     |
       | LC    | malisisblocks                        | 1.12.2-6.1.0             | malisisblocks-1.12.2-6.1.0.jar                  | None                                     |
       | LC    | malisisdoors                         | 1.12.2-7.3.0             | malisisdoors-1.12.2-7.3.0.jar                   | None                                     |
       | LC    | malisisswitches                      | 1.12.2-5.1.0             | malisisswitches-1.12.2-5.1.0.jar                | None                                     |
       | LC    | mcmultipart                          | 2.5.3                    | MCMultiPart-2.5.3.jar                           | None                                     |
       | LC    | netherportalfix                      | 5.3.17                   | NetherPortalFix_1.12.1-5.3.17.jar               | None                                     |
       | LC    | recipehandler                        | 0.13                     | NoMoreRecipeConflict-0.13(1.12.2).jar           | None                                     |
       | LC    | notenoughscaffold                    | 1.8                      | NotEnoughScaffold-1.12.2-1.8.jar                | None                                     |
       | LC    | notsimplelamps                       | 1.3                      | notsimplelamps-1.3.1.jar                        | None                                     |
       | LC    | placebo                              | 1.5.0                    | Placebo-1.12.2-1.5.0.jar                        | None                                     |
       | LC    | shetiphiancore                       | 3.5.8                    | shetiphiancore-1.12.0-3.5.8.jar                 | None                                     |
       | LC    | platforms                            | 1.4.6                    | platforms-1.12.0-1.4.6.jar                      | None                                     |
       | LC    | portablecrafting                     | @VERSION@                | PortableCrafting-1.12.2-1.0.2.jar               | None                                     |
       | LC    | questbook                            | 3.1.1-1.12               | questbook-3.1.1-1.12.jar                        | None                                     |
       | LC    | reccomplex                           | 1.4.8.2                  | RecurrentComplex-1.4.8.2.jar                    | None                                     |
       | LC    | thermalexpansion                     | 5.5.4                    | ThermalExpansion-1.12.2-5.5.4.43-universal.jar  | 8a6abf2cb9e141b866580d369ba6548732eff25f |
       | LC    | redstonearsenal                      | 2.6.3                    | RedstoneArsenal-1.12.2-2.6.3.18-universal.jar   | 8a6abf2cb9e141b866580d369ba6548732eff25f |
       | LC    | rflux                                | 0.4.0                    | rflux-1.12-0.4.0.jar                            | None                                     |
       | LC    | roguelike                            | 1.8.0                    | RoguelikeDungeons-1.12.2-1.8.0.jar              | None                                     |
       | LC    | simplylight                          | 1.12.2-0.8.7             | simplylight-1.12.2-0.8.7.jar                    | None                                     |
       | LC    | spiceoflife                          | 1.3.12                   | SpiceOfLife-mc1.12-1.3.12.jar                   | None                                     |
       | LC    | bq_standard                          | 3.4.171                  | StandardExpansion-3.4.171.jar                   | None                                     |
       | LC    | storagedrawers                       | 1.12.2-5.4.0             | StorageDrawers-1.12.2-5.4.0.jar                 | None                                     |
       | LC    | thermaldynamics                      | 2.5.5                    | ThermalDynamics-1.12.2-2.5.5.21-universal.jar   | 8a6abf2cb9e141b866580d369ba6548732eff25f |
       | LC    | trashslot                            | 8.4.6                    | TrashSlot_1.12.1-8.4.6.jar                      | None                                     |
       | LC    | unloader                             | 1.2.0                    | unloader-1.2.0.jar                              | None                                     |
       | LC    | vanillafix                           | 1.0.10-SNAPSHOT          | VanillaFix-1.0.10-99.jar                        | None                                     |
       | LC    | veinminer                            | 0.38.2                   | VeinMiner-1.12-0.38.2.647+b31535a.jar           | None                                     |
       | LC    | veinminermodsupport                  | 0.38.2                   | VeinMiner-1.12-0.38.2.647+b31535a.jar           | None                                     |
       | LC    | phosphor-lighting                    | 1.12.2-0.2.6             | phosphor-1.12.2-0.2.6+build50-universal.jar     | f0387d288626cc2d937daa504e74af570c52a2f1 |
       | LC    | solcarrot                            | 1.8.3                    | solcarrot-1.12.2-1.8.3.jar                      | None                                     |
       | LC    | eleccoreloader                       | 1.9.452                  | ElecCore-1.12.2-1.9.452.jar                     | None                                     |
       | LC    | mysticallib                          | 1.12.2-1.4.0             | mysticallib-1.12.2-1.4.0.jar                    | None                                     |
       | LC    | teslacorelib_registries              | 1.0.15                   | tesla-core-lib-1.12.2-1.0.15.jar                | None                                     |
       | LC    | wrapup                               | 1.12-1.1.3               | WrapUp-1.12-1.1.3.jar                           | None                                     |
  Loaded coremods (and transformers): MalisisSwitchesPlugin (malisisswitches-1.12.2-5.1.0.jar)
                                        
                                      Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.9-1.12.2.jar)
                                        pl.asie.foamfix.coremod.FoamFixTransformer
                                      Quark Plugin (Quark-r1.6-177.jar)
                                        vazkii.quark.base.asm.ClassTransformer
                                      OTGCorePlugin (OTG-Core.jar)
                                        com.pg85.otg.forge.asm.excluded.OTGClassTransformer
                                      TransformLoader (DynamicSurroundings-1.12.2-3.6.0.2.jar)
                                        
                                      IELoadingPlugin (ImmersiveEngineering-core-0.12-92.jar)
                                        blusunrize.immersiveengineering.common.asm.IEClassTransformer
                                      AstralCore (astralsorcery-1.12.2-1.10.20.jar)
                                        
                                      MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar)
                                        
                                      Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
                                        invtweaks.forge.asm.ContainerTransformer
                                      ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)
                                        shetiphian.asm.ClassTransformer
                                      PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50-universal.jar)
                                        
                                      ForgelinPlugin (Forgelin-1.8.0.jar)
                                        
                                      VanillaFixLoadingPlugin (VanillaFix-1.0.10-99.jar)
                                        
                                      AppleCore (AppleCore-mc1.12.2-3.1.4.jar)
                                        squeek.applecore.asm.TransformerModuleHandler
                                      IvToolkit (IvToolkit-1.3.3-1.12.jar)
                                        
                                      CTMCorePlugin (CTM-MC1.12.2-0.3.2.20.jar)
                                        team.chisel.ctm.client.asm.CTMTransformer
                                      LoadingPlugin (ChunkAnimator-MC1.12-1.2.jar)
                                        lumien.chunkanimator.asm.ClassTransformer
  AE2 Version: stable rv6-stable-7 for Forge 14.23.5.2768
  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)
                                   - chiselsandbitsIntegration (Enabled/Not Forced)
                                   - theoneprobeIntegration (Enabled/Not Forced)
                                   - quarkIntegration (Enabled/Not Forced)
  Pulsar/inspirations loaded Pulses: - InspirationsShared (Enabled/Forced)
                                     - InspirationsBuilding (Enabled/Not Forced)
                                     - InspirationsUtility (Enabled/Not Forced)
                                     - InspirationsTools (Enabled/Not Forced)
                                     - InspirationsRecipes (Enabled/Not Forced)
                                     - InspirationsTweaks (Enabled/Not Forced)
                                     - InspirationsShared (Enabled/Forced)
                                     - TheOneProbePlugin (Enabled/Not Forced)
                                     - TwilightForestPlugin (Enabled/Not Forced)
  Pulsar/natura loaded Pulses: - NaturaCommons (Enabled/Forced)
                               - NaturaOverworld (Enabled/Not Forced)
                               - NaturaNether (Enabled/Not Forced)
                               - NaturaDecorative (Enabled/Not Forced)
                               - NaturaTools (Enabled/Not Forced)
                               - NaturaEntities (Enabled/Not Forced)
                               - NaturaOredict (Enabled/Forced)
                               - NaturaWorld (Enabled/Not Forced)
  List of loaded APIs: * AppleCoreAPI (3.1.0) from AppleCore-mc1.12.2-3.1.4.jar
                       * appliedenergistics2|API (rv6) from appliedenergistics2-rv6-stable-7.jar
                       * Base|API (1.0.0) from base-1.12.2-3.13.0.jar
                       * Baubles|API (1.4.0.2) from Baubles-1.12-1.5.2.jar
                       * BetterQuesting|API (3.2) from BetterQuesting-3.5.318.jar
                       * BetterQuesting|API2 (3.1) from BetterQuesting-3.5.318.jar
                       * BetterWithModsAPI (Beta 0.6) from AppleSkin-mc1.12-1.0.9.jar
                       * bigreactors|API (4.0.1) from ExtremeReactors-1.12.2-0.4.5.49.jar
                       * BotaniaAPI (79) from AkashicTome-1.2-12.jar
                       * chesttransporter|api (2) from ChestTransporter-1.12.2-2.8.8.jar
                       * Chisel-API (0.0.1) from Chisel-MC1.12.2-0.2.1.35.jar
                       * ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-0.2.1.35.jar
                       * ChiselsAndBitsAPI (14.25.0) from chiselsandbits-14.33.jar
                       * cofhapi (2.5.0) from CoFHCore-1.12.2-4.6.3.27-universal.jar
                       * commoncapabilities|api (0.0.1) from CommonCapabilities-1.12.2-2.4.5.jar
                       * ComputerCraft|API (1.85.2) from cc-tweaked-1.12.2-1.85.2.jar
                       * ComputerCraft|API|FileSystem (1.85.2) from cc-tweaked-1.12.2-1.85.2.jar
                       * ComputerCraft|API|Lua (1.85.2) from cc-tweaked-1.12.2-1.85.2.jar
                       * ComputerCraft|API|Media (1.85.2) from cc-tweaked-1.12.2-1.85.2.jar
                       * ComputerCraft|API|Network (1.85.2) from cc-tweaked-1.12.2-1.85.2.jar
                       * ComputerCraft|API|Network|Wired (1.85.2) from cc-tweaked-1.12.2-1.85.2.jar
                       * ComputerCraft|API|Peripheral (1.85.2) from cc-tweaked-1.12.2-1.85.2.jar
                       * ComputerCraft|API|Permissions (1.85.2) from cc-tweaked-1.12.2-1.85.2.jar
                       * ComputerCraft|API|Redstone (1.85.2) from cc-tweaked-1.12.2-1.85.2.jar
                       * ComputerCraft|API|Turtle (1.85.2) from cc-tweaked-1.12.2-1.85.2.jar
                       * ComputerCraft|API|Turtle|Event (1.85.2) from cc-tweaked-1.12.2-1.85.2.jar
                       * cosmeticarmorreworked|api (1.0.0) from CosmeticArmorReworked-1.12.2-v4.jar
                       * ctm-api (0.1.0) from CTM-MC1.12.2-0.3.2.20.jar
                       * ctm-api-events (0.1.0) from CTM-MC1.12.2-0.3.2.20.jar
                       * ctm-api-models (0.1.0) from CTM-MC1.12.2-0.3.2.20.jar
                       * ctm-api-textures (0.1.0) from CTM-MC1.12.2-0.3.2.20.jar
                       * ctm-api-utils (0.1.0) from CTM-MC1.12.2-0.3.2.20.jar
                       * DR-API (1.0.4-Beta) from deepresonance-1.12-1.8.0.jar
                       * ElecCoreAPI (1.0.0) from ElecCore-1.12.2-1.9.452.jar
                       * farmingforblockheads|api (1.0) from FarmingForBlockheads_1.12.2-3.1.28.jar
                       * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-92.jar
                       * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-92.jar
                       * industrialforegoingapi (5) from industrialforegoing-1.12.2-1.12.13-237.jar
                       * integrateddynamics|api (0.2.0) from IntegratedDynamics-1.12.2-1.1.1.jar
                       * jeresources|API (0.9.2.60) from JustEnoughResources-1.12.2-0.9.2.60.jar
                       * journeymap|client-api (1.4) from journeymap-1.12.2-5.5.6.jar
                       * journeymap|client-api-display (1.4) from journeymap-1.12.2-5.5.6.jar
                       * journeymap|client-api-event (1.4) from journeymap-1.12.2-5.5.6.jar
                       * journeymap|client-api-model (1.4) from journeymap-1.12.2-5.5.6.jar
                       * journeymap|client-api-util (1.4) from journeymap-1.12.2-5.5.6.jar
                       * JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.15.0.292.jar
                       * MouseTweaks|API (1.0) from MouseTweaks-2.9-mc1.12.2.jar
                       * PatchouliAPI (6) from Patchouli-1.0-20.jar
                       * QuarkAPI (4) from Quark-r1.6-177.jar
                       * redstonefluxapi (2.1.0) from RedstoneFlux-1.12-2.1.0.6-universal.jar
                       * StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.2-5.4.0.jar
                       * StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.2-5.4.0.jar
                       * StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.2-5.4.0.jar
                       * StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.2-5.4.0.jar
                       * StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.2-5.4.0.jar
                       * StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.2-5.4.0.jar
                       * theoneprobe_api (1.4.4) from theoneprobe-1.12-1.4.28.jar
                       * veinminerApi (0.3) from VeinMiner-1.12-0.38.2.647+b31535a.jar
                       * zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.12-0.1.2.2.jar
                       * zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.12-0.1.2.2.jar
                       * zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.12-0.1.2.2.jar
                       * zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.12-0.1.2.2.jar
  Suspected Mods: Emerging Technology (emergingtechnology)
  Profiler Position: N/A (disabled)
  Is Modded: Definitely; Server brand changed to 'fml,forge'
  Type: Dedicated Server (map_server.txt)

Using forge 14.23.5.2836

Question - How to plant seeds?

Hi! How can i plant some seeds and sugarcane? RMB did not work. May be it is an issue?
2019-12-05_16 59 31

Have a great day!
DigimasterHiro

[BUG] Wierd Solar Panel

PICTURE
As you can see in GIF, when i place new Solar Panel on battery, it generate 100 RF per cycle.
But if i place battery on already pre-charged Solar it generate 5000 RF per cycle.

I think something wrong here.

Synthetic Silk

Not sure if this is a bug or a feature request.
Synthetic silk does not work as a "fuel" source for the galacticraft grappling hook.

In case this is a bug i am going to post on GC github as well

Plastic, Bulbs not craftable in build 1.12.2-1.2.0.

In the latest build, bulbs do not seem to be craftable by a standard crafting table (Tested with a Tinkers' Construct Crafting Station in another pack), and their recipes do not appear in a JEI search. Additionally, placing a Shredded Plant or Shredded Plastic item into a processor does not seem to be doing anything. even when supplied with power and water. I tested this in a small test pack containing Agricraft, Mystical Agriculture/Aggraditions, JEI, and EmergingTechnology.

Dupe bug with harvester

When using a harvester to collect sugar cane, it breaks it and collects it when its more than one tall. However once it collects it it also drops it in the world. So if a sugar cane grows to two tall; its broken, the harvester has two, and it drops one in the world meaning you got three. From there you can just place it on top of one and get two every time.

PS. I seen the new textures, I like them.

[BUG] Couple bugs (Light, Harvester, CO2 Diffuser)

  1. Hydroponic Lights do not share power anymore.
  2. Harvester do not show power level in inventory, even if powered.
  3. Harvester break plant before turn to it, wich looks wierd. Maybe add some delay to breaking, untill animation ended. There is no rush, imho.
  4. CO2 Diffuser does not shown in Growth Bed statistics.

Discussion - Balance

Hello all,

Thanks for your feedback, suggestions and bug reports so far 😎

I'm now looking into adjusting the balance for the mod, specifically in regards to energy capacity/usage, processor timings and recipes etc.

If you've played the mod a little and thought to yourself 'that seems overpowered' or 'this is too slow', let me know here!

[SUGGESTION] some ideas

HI!
I have some ideas maybe you will like.

  1. Makeing nutrient solution for hydroponics. mixer block (input - fertilizer or Chemicals, output - liquid water with nutrient solution). mixed water go to beds
  2. If possibile AQUAPONICS :D You can add Fish tank (multi block), pump and pipes, and some food for fish https://originhydroponics.com/online-training-for-aquaponics/
  3. Your owne plants thats growing is depend on the days (like harvest festival mod)
    fe. tomato grow 20 minecraft days, when using bulbs numbers of days decrease, this system give you ability to add more option/mecanics to decrease growing days
  4. blocks to build nice greenhouse

Some more tweaks

There are two tweak i think VERY needed for better usability

  1. JEI support for Shredder and Processor (Because everyone uses JEI nowadays)
  2. Grow bed should show combined percent of bed with Media and Light with Bulb.
    Like so
    image
    or so
    image
    That would make it much more obvious.

And btw, why don't you call your plastic a Bioplastic? It's obviously ECO-friendly, because made of sugarcanes.
https://en.wikipedia.org/wiki/Bioplastic

Actually, doesn't really matter what materials you use for your machines. Most of modpack developers will alter your recipes anyways. Most important in your mod is it's functionality. And so far it looking good. Not great, but good.

If you want to make it great, you better add some "Depth" to your mod.
You see, there are already couple famous mods adding own ways to grow plants.

  1. Immersive Engineering - Garden Cloche (easy, automated and just OP)
  2. Thermal Expansion - Phytogenic Insolator (not so easy but automated)
  3. Actually Additions - Greenhouse Glass (cheap and easy to use, no automation)
  4. Mystical Agriculture - Growth Accelerator (cheap and easy to use, no automation)
  5. Calculator - Flawless Greenhouse (VERY fast and automated)
  6. Agricraft - the whole mod is for growing plants. No automation.

But every mod got kinda own way to grow plant. So and your mod require own "Quirk".
Your mod is kinda "High-tech" and "Futuristic", unlike all others, so add more techy things to it. Like...

  1. Auto-harvesting and auto-planting robot
    image
  2. Nutrient additions (Bonemeal, Niter, or idk.) https://en.wikipedia.org/wiki/Fertilizer
    image
  3. Carbon dioxide.
    image
    And what ever else can increase yeld and growth speed of Hydroponics.
    The more reasonable complexity you add for better yeld, the more interesting your mod becomes.

Can not find it

Hello,
I do not see it in JEI or the craft.
Can it come from the fact that I have another mod?

Harvester Crash

One of my testers provided me with this crash log caused by the harvester

Forge: 1.12.2 - 14.23.5.2847
Mod: 1.12.2-1.3.9-beta

log

Edit: I see 2 updates were released since beta 9 in the last 24 hours. You can go ahead and close this issue if you think it was specifically fixed in one of those updates.

Global tweaks

Here is a list of tweaks I would like to see.

  1. Bed should accept only allowed blocks, and only 1 instance of it, so i couldn't insert (for example) iron ingots or whole stack of dirt. Only 1 piece of dirt shift+clicked per bed. Maybe even make so when you rightclick bed with dirt/sand/gravel/etc. it would automatically put 1 item in inventory. Setting up big field kinda frustrating.
  2. Lights should share power similar to beds sharing water. Bulbs sould behave same way as dirt with bed. 1 item per inventory, or even rightclicking with bulb automatically put 1 bulb in.
  3. "The One Probe" mod shows there is power storage in beds, what it used for?
  4. You should add some tooltips to blocks describing what they do. For example, at what range does lamp work? If i place it like 8 blocks above sugarcane, will it work? How about it working with trees? How far can i place lamp from a sapling vertically, but it still have effect?
  5. Optimize your blocks so they cause less chunk updates. For example if i have like 100+ beds it cause severe fps drop when ever i'm runing out of water. You shouldn't update bed block depending on water level. Make it eathier have water, or don't have.
  6. Make soil block bigger, size almost as big as bed itself. Small pile of dirt laying in pool of water look silly.

That's all for now

Feature Request

Better way to automate/dispose seeds in harvesters. The seeds fill up very fast and spout everywhere. even something as simple as deleting excess seeds from spawning once the harvester reaches a fiull stack would be nice.

Memory leak on large modpack

I tried adding this to my pack and encountered a memory leak a bit into game play, all I had done with the mod was look at some of the machines and power a biomass generator when the RAM started
filling up.

Log
Modlist
Screenshot:
image

Please note that it usually only sits around 2500mb of memory usage; not once have I seen it get this high under normal circumstances.

Agricraft crop issues

Version: 1.3.3

Hello. So, first of all, the json provided in the guide to set up the grow bed as an Agricraft soil doesn't work properly? The only way I was able to use the grow bed as a 'soil' was to set "ignoreMeta" to true, otherwise I wasn't able to place crop sticks on one at all no matter what I tried.
But, once I got that figured out I found out a more serious issue, which is the fact that the harvesters are both unable to plant on the crop sticks or harvest from them. This is using ones I've just placed in a test world now.

2020-01-20_06 15 50

Synthetic meat issues

In ore dictionary, there's an issue with the meat. Synthetic meat is under rawMeat whereas recipies that require meat need, for example, listAllbeefraw. example

Meat Discussion

just something I wanted to discuss
(Ive been using this in survival so this is based on that experience)

automation process for synth meat in my head is as follows
make plastic
get harvester for plants
make more plastic
make bio machines
use plastic for synth meat
synth meat not better than veggies

i went through the process of thinking how to automate the process of having harvesters use excess veggies to make plastic and then those resources get put into bio machines for scaffolding to make synth meat

synth meat is not any better than a carrot therefore in my head going after the synth meats is completely useless if players can just farm carrots or potatoes from harvesters. There is still wiggle room in the hunger shanks/bars to make the synth steak better than stuff like carrots but still worse than real meat.

Feature request - IC2 Support

As per title, I would like to request the addition of compatibility with IC2's crops (for the Grow Beds) and power system (for the Grow Lights).

[Suggestion] New mod idea maybe?

Not saying this is very necessary but maybe you consider making new, small mod.
This mod should do a simple thing, get list of mobs ID's from config file, and apply atribute so mobs don't suffocate in Galacticraft no-air space.
Here is API for mobs.
LINK

Not sure if this helps, but here is a mod that takes vanila mobs and add new AI to them
LINK
Maybe you can figgure out how to inject this atribute

Here is example of atribute implementation
LINK
You add:
import micdoodle8.mods.galacticraft.api.entity.IEntityBreathable;
and
public class EntityEvolvedWitch extends EntityWitch implements IEntityBreathable
And the rest... unfortunately i don't know how to make this mod, maybe you can figure it out.

Ofcourse this mod will be yours, no need to mention me. All i need is mod for my modpack.

But if you have no time for this, no problem. I just wanted to add some non-Galacticraft mobs on a moon. Exept they suffocate and die.
And not only me mentioned this request LINK but left un-answered.
Thanks!

Amount of starch it takes to convert to bioplastic is too expensive

I was trying to get shredded starch to convert my starch into a block of bioplastic but the cost to convert is 9 so I was wondering if in future plans you can make it where potatoes or any other starch's when shredding them you get 4 shredded starch instead of 1 anyways just a suggestion hope you have a good day I would love to see this as a feature in the mod

Automation

Hello, first off i just want to say i LOVE the mod so far.

Automation has been difficult for me (I could just be a complete idiot though)
the wiki states that placing the shredder over the processor should auto output those items into the processor. this does not work for me.
i have also tried using pipes from various mods to remove items from the shredder, processor and the harvester and i have had no such luck. Mods Pipes i used are Buildcraft, Applied energistics 2, thermal series.

the vanilla hopper does not work on the shredder or processor either, it does work on the harvester however.

also when there is the shredder and processor are stacked the items are deleted.

TL;DR: We need Plumber

Mod crashes when running on server

Just added this mod to my pack. Tested it on the client side and it seems like everything's fine. However, when starting my server I get the following error:
net.minecraftforge.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/audio/SoundManager
Looks like it's trying to load the sound manager and that's why it's failing. The full crash report is below:

---- Minecraft Crash Report ----

WARNING: coremods are present:
  Inventory Tweaks Coremod (inventory-tweaks.jar)
  LibLoader (# LibLoader.jar)
  AppleCore (applecore.jar)
  LittlePatchingLoader (littletiles.jar)
  CoreMod (tickprofiler.jar)
  Wizardry Plugin (wizardry-mod.jar)
  LibrarianLib Plugin (librarianlib.jar)
  IELoadingPlugin (ImmersiveEngineering-core-0.12-92.jar)
  Quark Plugin (quark.jar)
  CreativePatchingLoader (creativecore.jar)
  llibrary (llibrary-core-1.0.11-1.12.2.jar)
  LoadingPlugin (hardcore-darkness.jar)
  ForgelinPlugin (shadowfacts-forgelin.jar)
  BewitchmentFMLLoadingPlugin (bewitchment.jar)
  iceandfire (ice-and-fire-dragons.jar)
  offlineskins (OfflineSkins-1.12.2-v6-core.jar)
  Plugin (notenoughids.jar)
  SSLoadingPlugin (serene-seasons.jar)
Contact their authors BEFORE contacting forge

// There are four lights!

Time: 12/5/19 6:55 PM
Description: Exception in server tick loop

net.minecraftforge.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/audio/SoundManager
	at net.minecraftforge.fml.common.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:89)
	at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:612)
	at sun.reflect.GeneratedMethodAccessor10.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:219)
	at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
	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:136)
	at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595)
	at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98)
	at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333)
	at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125)
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
	at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/audio/SoundManager
	at java.lang.Class.getDeclaredConstructors0(Native Method)
	at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
	at java.lang.Class.getConstructor0(Unknown Source)
	at java.lang.Class.getConstructor(Unknown Source)
	at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:128)
	at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:112)
	at net.minecraftforge.fml.common.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:82)
	... 31 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.audio.SoundManager
	at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	... 38 more
Caused by: net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer@35835fa from coremod FMLCorePlugin
	at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:260)
	at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
	at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
	... 40 more
Caused by: java.lang.RuntimeException: Attempted to load class chm for invalid side SERVER
	at net.minecraftforge.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:62)
	at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:256)
	... 42 more

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.