Giter VIP home page Giter VIP logo

gtplusplus's Introduction

Welcome to the GT++ Issues Github!

Patreon

Become a humble Patron! <-- Clicky clicky
There's cookies, capes and sometimes even cakes!
Monthly goals will permit a community vote, which dictates new content additions.
Funds raised are distributed between all active developers. (Currently Alkalus & Bot)

Discord

Join the GT++ Channel - Click here

Issues & Suggestions

The sole reason this repository exists!

Modpacks

You as a user are free to use officials builds of GT++ however you wish. I do not require written forms asking for permission and will ignore any. Posting on the IC2 forum page and letting me know is appreciated, but not required.

License

Copyright 2016-2020
All rights reserved.
Distribution of the software in any form is only allowed with explicit, prior permission from the owner.

Where did the code go?

It has been moved to a private repository, if you'd like access to a copy, please just ask Alkalus on Discord.

Derivative Works

These modifications are provided freely, Public use of modified or derivative versions is prohibited unless you are given specific written permission. Distribution of the source code, modified (including custom compilation) or otherwise, is prohibited by anyone except the author, except in the case of a derivative mod that has been given prior approval. Creating derivative works for commercial use is expressly forbidden and the owner reserves full right to seek damages.

gtplusplus's People

Contributors

bartimaeusnek avatar botn365 avatar codewarrior0 avatar deforce avatar dermilchkarton avatar draknyte1 avatar dream-master avatar extrn avatar huajijam avatar imgbotapp avatar leagris avatar mitchej123 avatar npawk12 avatar richardhendricks avatar technus 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

gtplusplus's Issues

GT Multitank

Wrong Tool tip (Size: 3xHx3)

2016-09-25_17 08 08

Version: GT-PlusPlus-1.4.8.2-prerelease-hotfix-2

Energy Buffer recipes (new recipe suggestion)

Maybe it will be better to use not ic2MFE but something from gregtech in initial recipe? Medium Lithium battery, for example, or something like. Some players can disable ic2 machines from crafting so it is actual question.

Processing times in the Iron Plated Blast Furnace

Hey, since the Iron Plated Blast Furnace is kind of an upgrade to the Bronze Blast Furnace, wouldn't it make sense that it is slightly faster or atleast working at the same speed? Currently it takes 5 times longer for the Iron BF to make one steel ingot.

Error after version 1.4.1.4

---- Minecraft Crash Report ----
// On the bright side, I bought you a teddy bear!

Time: 9/22/16 7:58 AM
Description: There was a severe problem during mod loading that has caused the game to fail

cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: gtPlusPlus/core/item/general/ItemCloakingDevice
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:739)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
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 org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:395)
at org.multimc.EntryPoint.listen(EntryPoint.java:170)
at org.multimc.EntryPoint.main(EntryPoint.java:54)
Caused by: java.lang.NoClassDefFoundError: gtPlusPlus/core/item/general/ItemCloakingDevice
at gtPlusPlus.core.common.CommonProxy.init(CommonProxy.java:87)
at gtPlusPlus.core.proxy.ClientProxy.init(ClientProxy.java:25)
at gtPlusPlus.GTplusplus.init(GTplusplus.java:145)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
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.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
... 18 more
Caused by: java.lang.ClassNotFoundException: gtPlusPlus.core.item.general.ItemCloakingDevice
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 47 more
Caused by: java.lang.NoClassDefFoundError: baubles/api/IBauble
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 49 more
Caused by: java.lang.ClassNotFoundException: baubles.api.IBauble
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 53 more

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

-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows XP (x86) version 5.1
Java Version: 1.7.0_67, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 382394232 bytes (364 MB) / 823562240 bytes (785 MB) up to 912719872 bytes (870 MB)
JVM Flags: 7 total; -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx896m -XX:PermSize=128m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1558 41 mods loaded, 41 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHI mcp{9.05} Minecraft Coder Pack
UCHI FML{7.10.99.99} Forge Mod Loader
UCHI Forge{10.13.4.1558} Minecraft Forge
UCHI appliedenergistics2-core{rv3-beta-6} Applied Energistics 2 Core
UCHI Aroma1997Core{1.0.2.15} Aroma1997Core
UCHI CodeChickenCore{1.0.7.47} CodeChicken Core
UCHI NotEnoughItems{1.0.5.120} Not Enough Items
UCHI OpenComputers|Core{1.6.0.965-dev} OpenComputers (Core)
UCHI FastCraft{1.23} FastCraft
UCHI bspkrsCore{6.16} bspkrsCore
UCHI Treecapitator{1.7.10} Treecapitator
UCHI appliedenergistics2{rv3-beta-6} Applied Energistics 2
UCHI Aroma1997CoreHelper{1.0.2.15} Aroma1997Core|Helper
UCHI AromaBackup{0.0.0.5} AromaBackup
UCHI asielib{0.4.6} asielib
UCHI bdlib{1.9.2.104} BD Lib
UCHI betterbuilderswands{0.5.3} Better Builder's Wands
UCHI BiblioCraft{1.11.5} BiblioCraft
UCHI catwalks{2.0.4} Catwalks Mod
UCHI catwalkmod{x.x.x} Legacy Catwalk Compat
UCHI ChestTransporter{2.0.3} Chest Transporter
UCHI endercore{1.7.10-0.2.0.36_beta} EnderCore
UCHI EnderIO{1.7.10-2.3.0.429_beta} Ender IO
UCHI IC2{2.2.825-experimental} IndustrialCraft 2
UCHI magicalcrops{4.0.0_PUBLIC_BETA_3} Magical Crops
UCHI gregtech{MC1710} GregTech
UCHI ImmibisCore{59.0.8} Immibis Core
UCHI RedLogic{59.1.9} RedLogic
UCHI OpenComputers{1.6.0.965-dev} OpenComputers
UCHI computronics{1.6.1} Computronics
UCHI extracells{2.3.14} Extra Cells 2
UCHI fastleafdecay{1.4} Fast Leaf Decay
UCHI GraviSuiteReloaded{1.7.10-0.9.1} GraviSuiteReloaded
UCHE miscutils{1.4.8-prerelease} GT++
UCHI GTTweaker{1.1.0} GTTweaker
UCHI IC2NuclearControl{2.4.1a} Nuclear Control 2
UCHI IronChest{6.0.62.742} Iron Chest
UCHI MineTweaker3{3.0.10} MineTweaker 3
UCHI ReiMinimap{1.7.10} Rei's Minimap
UCHI warpbook{2.0.null} Warp Book
UCHI MrTJPCoreMod{1.1.0.33} MrTJPCore
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 355.98' Renderer: 'GeForce GTX 750 Ti/PCIe/SSE2'
AE2 Version: beta rv3-beta-6 for Forge 10.13.4.1448
List of loaded APIs:
* appliedenergistics2|API (rv3) from appliedenergistics2-rv3-beta-6.jar
* asielibAPI (1.1) from AsieLib-1.7.10-0.4.6.100-dev.jar
* asielibAPI|chat (1.0) from AsieLib-1.7.10-0.4.6.100-dev.jar
* asielibAPI|tile (1.0) from AsieLib-1.7.10-0.4.6.100-dev.jar
* asielibAPI|tool (1.1) from AsieLib-1.7.10-0.4.6.100-dev.jar
* CoFHAPI (1.7.10R1.0.13) from EnderCore-1.7.10-0.2.0.36_beta.jar
* CoFHAPI|block (1.7.10R1.0.13) from EnderIO-1.7.10-2.3.0.429_beta.jar
* CoFHAPI|energy (1.7.10R1.0.13) from EnderIO-1.7.10-2.3.0.429_beta.jar
* CoFHAPI|inventory (1.7.10R1.0.13) from EnderIO-1.7.10-2.3.0.429_beta.jar
* CoFHAPI|item (1.7.10R1.0.13) from EnderIO-1.7.10-2.3.0.429_beta.jar
* CoFHAPI|tileentity (1.7.10R1.0.13) from EnderIO-1.7.10-2.3.0.429_beta.jar
* CoFHAPI|transport (1.7.10R1.0.13) from EnderIO-1.7.10-2.3.0.429_beta.jar
* computronicsAPI (1.3) from Computronics-1.7.10-1.6.1.100-dev-OC1.6.jar
* computronicsAPI|audio (1.0) from Computronics-1.7.10-1.6.1.100-dev-OC1.6.jar
* computronicsAPI|chat (1.3) from Computronics-1.7.10-1.6.1.100-dev-OC1.6.jar
* computronicsAPI|multiperipheral (1.1) from Computronics-1.7.10-1.6.1.100-dev-OC1.6.jar
* computronicsAPI|tape (1.0) from Computronics-1.7.10-1.6.1.100-dev-OC1.6.jar
* EnderIOAPI (0.0.2) from EnderIO-1.7.10-2.3.0.429_beta.jar
* EnderIOAPI|Redstone (0.0.2) from EnderIO-1.7.10-2.3.0.429_beta.jar
* EnderIOAPI|Teleport (0.0.2) from EnderIO-1.7.10-2.3.0.429_beta.jar
* EnderIOAPI|Tools (0.0.2) from EnderIO-1.7.10-2.3.0.429_beta.jar
* IC2API (1.0) from industrialcraft-2-2.2.825-experimental.jar
* NuclearControlAPI (v1.0.5) from IC2NuclearControl-2.4.1a.jar
* OpenComputersAPI|Component (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.965-dev-universal.jar
* OpenComputersAPI|Core (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.965-dev-universal.jar
* OpenComputersAPI|Driver (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.965-dev-universal.jar
* OpenComputersAPI|Driver|Item (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.965-dev-universal.jar
* OpenComputersAPI|Event (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.965-dev-universal.jar
* OpenComputersAPI|FileSystem (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.965-dev-universal.jar
* OpenComputersAPI|Internal (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.965-dev-universal.jar
* OpenComputersAPI|Machine (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.965-dev-universal.jar
* OpenComputersAPI|Manual (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.965-dev-universal.jar
* OpenComputersAPI|Network (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.965-dev-universal.jar
* OpenComputersAPI|Prefab (6.0.0-alpha) from OpenComputers-MC1.7.10-1.6.0.965-dev-universal.jar
EnderIO: Found the following problem(s) with your installation:
* An unknown AE2 API is installed (rv3 from appliedenergistics2-rv3-beta-6.jar).
Ender IO was build against API version rv2 and may or may not work with a newer version.
This may have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.

Add EnderIO Dust

Gregtech and EnderIO fail to add dusts for the materials, so the blast smelting recipes are wrong.

Nuclear Power

So, I want other peoples thoughts on how to implement nuclear reactors.

I wish to use molten salts but otherwise it's open as to how people would like it implemented.
Varying outputs in terms of power and isotopes (Breeder reactors will be a thing too.)

@leagris @bear989 @muramasa- @Dream-Master

Remaining:

Add recipes for each casing and the Controller.
Improve build design, add another layer or two.

Backpack dupe bug

As the title says with backpack you can dupe any item if you shift-click it while backpack open.
That's all.

Block Registration fails

Mod now fails to register blocks after I made some changes to the block generator.
All Materials should have a Block and a Frame Box, which they currently do not.

crash with thaumcraft

java.lang.IllegalArgumentException: No enum constant gtPlusPlus.xmod.gregtech.api.enums.GregtechOrePrefixes.GT_Materials.VoidMetal
at java.lang.Enum.valueOf(Unknown Source)
at gtPlusPlus.xmod.gregtech.api.enums.GregtechOrePrefixes$GT_Materials.valueOf(GregtechOrePrefixes.java:295)
at gtPlusPlus.xmod.gregtech.registration.gregtech.GregtechConduits.superConductorFactory(GregtechConduits.java:138)
at gtPlusPlus.xmod.gregtech.registration.gregtech.GregtechConduits.run1(GregtechConduits.java:58)
at gtPlusPlus.xmod.gregtech.registration.gregtech.GregtechConduits.run(GregtechConduits.java:42)
at gtPlusPlus.xmod.gregtech.HANDLER_GT.init(HANDLER_GT.java:36)
at gtPlusPlus.core.handler.COMPAT_IntermodStaging.init(COMPAT_IntermodStaging.java:23)
at gtPlusPlus.core.common.CommonProxy.init(CommonProxy.java:95)
at gtPlusPlus.core.proxy.ClientProxy.init(ClientProxy.java:28)
at gtPlusPlus.GTplusplus.init(GTplusplus.java:149)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
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.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

[Question] Mutagenic Frame

Is it correct that the last tick from the Mutagenic Frame dostent kill the bee instandley (3 frams)

Version: GT-PlusPlus-1.4.8.2-prerelease-hotfix-2
Version: gregtech-5.09.23

PRs with GT5U

Things like the Energy Buffers and Industrial Coke Oven would make really nice additions on Blood's fork.

Have you thought about submitting PRs?

tanks not saving fluids again

I was redoing my testing today with 1.9.8-alpha to show bloody the difference between .23 and .26 and now they are not saving fluids again in either .23 and .26. this is in a fresh build with just GT++ and GT5u and dependencies.

Help Maceration Stack Controller

I try to build this multi block but i'm stuck with "Incomplete Structure."
I tried many combinations. I can't find what i missing. :/
This is what i test in creative mode :

creative test

ZPM Energy Hatch + Maintenance Hatch + ZPM Input bus + 3 ZPM Output bus + Controller and casing.

Recipes is missing.

Not many recipes for machines. So it should be in the final version?
Matter fabrication cpu e.g.

NPE crashes the game when gt++ checking new version during PreInit

Crashreport: http://pastebin.com/sCKApGka
(Using GT++1.4.9-release)

I believe this crash happens everytime the network checking in NetworkUtils.java fails and return false.
Thus the getContentFromURL() method in NetworkUtils.java will always return null.
Then when calculating the value of the field MASTER_VERSION in Core.java, there will always be a null.toLowerCase(), which will cause a NPE crashing the game.

I think not only the return null; in NetworkUtils.java should be changed, but also the netIsAvailable() method should use other website rather than google to check the net-connecting status.
The reason of the latter part is that actually there's a Greet Firewall in China which forbids the Chinese to browse some foreign website, such as Google, YouTube or Twitter. So nearly all the Chinese player will fails the net-checking of gt++. I think maybe gt++ should double-check http://www.baidu.com (which is a Chinese website) if it fails to connect to google, or use other foreign websites instead of google. (Maybe github?)

Safes [v1.4.4.1-release]

After making one on my own private server, where the version above is used, I came across some issues.

-> Call Client Side Code in strange places - but catch the issue and move on.
-> Don't store locked status on servers.
-> Have invalid recipes for certain tiers.

Will update my modpack, Alkaluscraft, then see what issues are already fixed.
Afterwards, resolve all remaining issues for https://github.com/draknyte1/GTplusplus/milestone/1

Power Substation Multiblocks

Multiblock configurations for Power Storage.
Power Sub Stations will contain many capacitors, capable of storage large amounts of EU at LuV and above. Sub Stations will consume 1% of input power, but will feature many capabilities essential for the long running of your base. (Not sure what yet, but that's why we brainstorm. Please offer suggestions.)
Probably something like this - https://en.wikipedia.org/wiki/Vanadium_redox_battery

Just something I worked on tonight.
2016-09-03_03 05 26

Probably holds more EU than you'd need to store.

potin stuff missing

plates in extruder, plates and double plates in metal bender power costs are off as well

Small Liquid Storage Tanks & Multiblock tanks too!

Multiblock configurations for Liquid Storage.

The Storage tanks will consume a small amount of EU to either 'refrigerate' or 'warm' the liquid contained inside. Power usage is based on the liquids temperate, so Lava and Cryotheum probably will cost you a chunk more than say, distilled water. Comparable in density to half a drum (Maybe a 1/4 - 64000mb) per block in the structure, this should allow dense, albeit costly, liquid storage.

industrial centrifuge lacks spot to insert turbine

as title says, i cannot find a way to insert the turbine to the industrial centrifuge. the multiblock has been formed, and issues have been solved, but i cannot insert a turbine anywhere. to list the things i have tried,
tungsten steel huge turbine,
iridium gearbox rotor
tungsten steel turbine blades
gas turbine blocks are varying descriptions,
and the null turbines of every size through creative
i have tried inserting all of these into every area of which i can insert an item, and have yet to have it perform any process,
additional information, everything was done at zpm for convenience sake, a texture pack was in use, gui scale was on normal. am i simply missing something?

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.