Giter Club home page Giter Club logo

tinkerssteelworks's Introduction

#Tinkers' Steelworks

A steel-based expansion for Tinkers' Construct.

##Builds ""Stable"" releases are found on github.

Dev builds can be found on TehNut's Jenkins.

##Issue reporting Please include the following:

  • Minecraft version
  • Forge version/build
  • Tinkers' Construct version (if available)
  • Tinkers' Steelworks version
  • Versions of any mods potentially related to the issue
  • Any relevant screenshots are greatly appreciated.
  • For crashes:
    • Steps to reproduce
    • ForgeModLoader-client-0.log (the FML log) from the root folder of the client

Project Style

Indentation is 1 tab character. Braces on same line. Braces may be omitted for single-statement conditions and loops, with the statement indented on the next line. Sun/Oracle guidelines for everything else.

Releases

Releases follow the major.minor.revision-buildnum scheme. For more information, please read http://semver.org/

##Licenses Most code is licensed under Creative Commons 3.0.

##Modpacks You're free to include this mod in any modpack

##Minetweaker support TSteelworks comes with built-in minetweaker3 support, here is a list of available methods:

###High oven fuel

// Adds a valid High Oven fuel (ItemStack fuel, int burnTime, int heatRate)
mods.tsteelworks.highoven.addFuel(<minecraft:stone>, 20, 1000);
mods.tsteelworks.highoven.removeFuel(<minecraft:coal:1>);

###High oven meltables

// Makes an itemstack meltable in the high oven (ItemStack input, boolean isOre, FluidStack output, int meltTemp)
mods.tsteelworks.highoven.addMeltable(<minecraft:dirt>, true, <liquid:iron.molten> * 72, 1500);
mods.tsteelworks.highoven.removeMeltable(<minecraft:dirt>);

###Mixing agents These are used in mixs (like redstone + gunpowder + sand [+ liquid iron] => liquid steel)

// agents are managed using oredict, you need to pass it as a string (we're weirdos)
// An agent can only be an oxidizer, a reducer or a purifier, not more than one at a time
mods.tsteelworks.mix.addOxidizer(String agent, int consumeChance)
mods.tsteelworks.mix.addReducer(String agent, int consumeChance)
mods.tsteelworks.mix.addPurifier(String agent, int consumeChance)

mods.tsteelworks.mix.removeAgent(String agent)

###Mix recipes

// agents used in here must be registered.
mods.tsteelworks.mix.addFluidMix(FluidStack input, String oxidizer, String reducer, String purifier, FluidStack output)
mods.tsteelworks.mix.addSolidMix(FluidStack input, String oxidizer, String reducer, String purifier, ItemStack output)
mods.tsteelworks.mix.addMix(FluidStack input, String oxidizer, String reducer, String purifier, FluidStack outputLiquid, ItemStack outputSolid)

mods.tsteelworks.mix.removeMix(FluidStack input, String oxidizer, String reducer, String purifier)

##Notice Much of the code and structure of this project is heavily based on projects by SlimeKnights. Even this readme file is partially lifted from said projects. ^_^ This project is meant to compliment their efforts.

tinkerssteelworks's People

Contributors

aarondandy avatar adaptivity avatar aegislesha avatar ephys avatar fewizz avatar guro2 avatar jkauven avatar joccob avatar knightminer avatar mazdallier avatar riking avatar thevikingwarrior avatar timeslice42 avatar toops avatar vexatos avatar wisthy avatar zerokyuuni avatar zmaster587 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

Watchers

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

tinkerssteelworks's Issues

ore berry bushes generate random berrys

Hey,

My ig story :p
I have found a few copper bushes and raised them.
After harvesting them I have gotten random (alu, tin, iron) berries.
After a server restart I have gotten tin only from all copper bushes.
The latest restart make me get iron berries from all bushes.

I have posted this problem in as TConstruct issue and getting the answer, that TSteelworks caused this. SlimeKnights/TinkersConstruct#1085

I can confirm it, after I disabled the TSteelworks 1.7.10-1.0.6 version, it worked fine.

I have read your last post "I'd love to do more than fixes, but I'm pretty busy right now :(" - so I don't know if you have already been informed about this.

Thank you for your work and take all the time you need!

Metallurgy ores not compatible with High Oven.

Trying to make a modpack with iguanna tweaks extra tic and steelworks I found the metallurgy ores don't work in the high oven. Using latest versions at time of the writing I believe.

Ex Astris Issue

had this happen to me this morning http://pastebin.com/nWavHQCc and was ablt to fix it in the ex astris config for now b setting it as follows B:"Tsteelworks melting allowed"=false
I'm still new to all of this so i am not entirely sure what that does or does not allow but figured a heads up would be helpful.

ItemStacks in High Oven Slots

I don't think High Ovens should behave like this. Smelteries don't do it either.
Basically you can place whole ItemStacks instead of just a single item in the meltableSlots in the High Oven.
2015-01-25_23 28 44

High Oven only holds 1 type of liquid at a time

MC 1.7.10
Forge 1208
TSteelworks-1.7.10-1.0.5
TConstruct-1.7.10-1.7.0d3.1

When using a high oven, once a single type of metal smelts and enters the high oven's liquid inventory, it will cease to accept any other kind of molten metal until all of that type is removed.

I.E. when smelting Iron, Copper, Gold, Tin, Aluminium, and Silver, the tin will smelt first, and then the progress bars will stay maxxed out on all others but only Tin will be accepted.
2014-10-09_23 34 07
2014-10-09_23 34 12
2014-10-09_23 34 17

Structure validation bug

Everything under the high oven controller is ignored. Which means that every duct or drain placed under the controller layer will be unusable.

Issue with iguana tweaks i think ??

I am trying to make a modpack but i cannot start it with Tsteelworks enabled. i am not sure but it seems that Iguana tweaks "stack size changes" are causing Tsteelworks to crash on start...
here is the crashlog http://pastebin.com/qjpTp0Q9
awesome mod btw I used it in my 1.6.4 pack (was a very unbalanced and just throw as many mod together as possible pack with no changes) ...but i am planing on making it the main way to get steel in next pack.

Edit managed to get past this

Tinkers Steelworks 1.0.7 & Cookiecore 1.3.0 crash

I've just installed these two files and it crashes on load, here's the report:

---- Minecraft Crash Report ----
// Ooh. Shiny.

Time: 2/18/15 8:15 PM
Description: Initializing game

java.lang.NullPointerException: Initializing game
at nf.fr.ephys.cookiecore.util.HashedItemStack.hashCode(HashedItemStack.java:22)
at java.util.HashMap.hash(Unknown Source)
at java.util.HashMap.put(Unknown Source)
at tsteelworks.lib.registry.FuelHandlerRegistry.addFuel(FuelHandlerRegistry.java:17)
at tsteelworks.common.core.TSRecipes.addHighOvenFuels(TSRecipes.java:69)
at tsteelworks.common.core.TSRecipes.setupRecipes(TSRecipes.java:55)
at tsteelworks.common.core.TSCommonProxy.postInit(TSCommonProxy.java:31)
at tsteelworks.client.core.TSClientProxy.postInit(TSClientProxy.java:57)
at tsteelworks.TSteelworks.postInit(TSteelworks.java:69)
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:513)
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:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
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:118)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:694)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
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)

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

-- Head --
Stacktrace:
at nf.fr.ephys.cookiecore.util.HashedItemStack.hashCode(HashedItemStack.java:22)
at java.util.HashMap.hash(Unknown Source)
at java.util.HashMap.put(Unknown Source)
at tsteelworks.lib.registry.FuelHandlerRegistry.addFuel(FuelHandlerRegistry.java:17)
at tsteelworks.common.core.TSRecipes.addHighOvenFuels(TSRecipes.java:69)
at tsteelworks.common.core.TSRecipes.setupRecipes(TSRecipes.java:55)
at tsteelworks.common.core.TSCommonProxy.postInit(TSCommonProxy.java:31)
at tsteelworks.client.core.TSClientProxy.postInit(TSClientProxy.java:57)
at tsteelworks.TSteelworks.postInit(TSteelworks.java:69)
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:513)
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:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
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:118)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:694)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541)

-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
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)

-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_75, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 602791712 bytes (574 MB) / 1177899008 bytes (1123 MB) up to 4268163072 bytes (4070 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn256M -XX:PermSize=256m -XX:MaxPermSize=256m
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.85.1291 Minecraft Forge 10.13.2.1291 125 mods loaded, 125 mods active
mcp{9.05} Minecraft Coder Pack Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
FML{7.10.85.1291} Forge Mod Loader Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
Forge{10.13.2.1291} Minecraft Forge Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
accore{1.2.0} AbyssalCraft Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
AppliedEnergistics2-Core{rv0-stable-10} AppliedEnergistics2 Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
CodeChickenCore{1.0.2.9} CodeChicken Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
{000} CoFH ASM Data Initialization Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ImmibisMicroblocks{59.0.0} Immibis's Microblocks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
Micdoodlecore{} Micdoodle8 Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
NotEnoughItems{1.0.2.15} Not Enough Items Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
OpenModsCore{0.6} OpenModsCore Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
battlegear2{1.0.6.1} Mine & Blade Battlegear 2 - Bullseye Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
lucky{5.1.0} Lucky Block Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
abyssalcraft{1.7.6} AbyssalCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
IC2{2.2.650-experimental} IndustrialCraft 2 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ImmibisCore{59.0.1} Immibis Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
AdvancedRepulsionSystems{59.0.2} Advanced Repulsion Systems Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
AdvancedMachines{59.0.2} Advanced Machines Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
CoFHCore{1.7.10R3.0.0B9} CoFH Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
BuildCraft|Core{6.3.6} BuildCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ComputerCraft{1.65} ComputerCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
Baubles{1.0.1.8} Baubles Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ForgeMultipart{1.1.0.314} Forge Multipart Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ThermalFoundation{1.7.10R1.0.0RC1} Thermal Foundation Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ExtraUtilities{1.2.1} Extra Utilities Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
Mantle{1.7.10-0.3.2.jenkins184} Mantle Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
Natura{2.2.0} Natura Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
BiomesOPlenty{2.1.0} Biomes O' Plenty Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
Forestry{3.1.1.4} Forestry for Minecraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
MetallurgyCore{4.0.4} Metallurgy Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
MineFactoryReloaded{1.7.10R2.8.0RC6} MineFactory Reloaded Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
BuildCraft|Builders{6.3.6} BC Builders Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
BuildCraft|Energy{6.3.6} BC Energy Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
BuildCraft|Factory{6.3.6} BC Factory Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
Railcraft{9.5.0.0} Railcraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ThermalExpansion{1.7.10R4.0.0B8} Thermal Expansion Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
RedstoneArsenal{1.7.10R1.1.0RC1} Redstone Arsenal Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
GalacticraftCore{3.0.8} Galacticraft Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
Mekanism{7.1.1} Mekanism Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
appliedenergistics2{rv0-stable-10} Applied Energistics 2 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ArchimedesShips{1.7.10 v1.7.1} Archimedes' Ships Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
betterstorage{0.12.0.124} BetterStorage Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
BiblioCraft{1.9.2} BiblioCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
BiblioWoodsBoP{1.9} BiblioWoods Biomes O'Plenty Edition Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
BiblioWoodsForestry{1.7} BiblioWoods Forestry Edition Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
BiblioWoodsNatura{1.5} BiblioWoods Natura Edition Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
BuildCraft|Transport{6.3.6} BC Transport Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
BuildCraft|Silicon{6.3.6} BC Silicon Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
BuildCraft|Compat{6.3.0} BuildCraft Compat Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
CarpentersBlocks{3.3.5} [Carpenter's Blocks](Carpenter's Blocks v3.3.5 - MC 1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ChestTransporter{1.1.10} Chest Transporter Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
TwilightForest{2.3.2} The Twilight Forest Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
chisel{2.3.7.34} Chisel 2 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ChiselFacades{1.7.10-2.10-cricket} Chisel Facades Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
cookiecore{1.3.0} Cookie Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
eplus{1.7.10-3.0.1} Enchanting Plus Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ExtraPeripherals{0.3.0} Extra Peripherals Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
Waila{1.5.5} Waila Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
TConstruct{1.7.10-1.8.2.build858} Tinkers' Construct Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
Metallurgy{4.0.6} Metallurgy 4 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ExtraTiC{0.8.4} ExtraTiC Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
factorization.notify{1.0} Factorization Notification System Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
factorization.dimensionalSlice{0.8.88.8.8888d} Factorization Dimensional Slices Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
factorization{0.8.88.8.8888d} Factorization Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
factorization.misc{0.8.88.8.8888d} Factorization Miscellaneous Nonsense Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
McMultipart{1.1.0.314} Minecraft Multipart Plugin Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
GalacticraftMars{3.0.8} Galacticraft Planets Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
GregsLighting{1.11.2} Greg's Lighting Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
iChunUtil{4.0.0} iChunUtil Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
Hats{4.0.1} Hats Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
HatStand{4.0.0} HatStand Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
HoloInventory{1.8.3.86} HoloInventory Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ImmibisPeripherals{59.0.2} Immibis's Peripherals Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
journeymap{4.0.5} JourneyMap Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
LiquidXP{59.0.0} Liquid XP Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
MekanismGenerators{7.1.1} MekanismGenerators Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
MekanismTools{7.1.1} MekanismTools Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0RC6} MFR Compat: Applied Energistics Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
MineFactoryReloaded|CompatAtum{1.7.10R2.8.0RC6} MFR Compat: Atum Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0RC6} MFR Compat: BackTools Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0RC6} MFR Compat: BuildCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0RC6} MFR Compat: Chococraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0RC6} MFR Compat: ExtraBiomes Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
MineFactoryReloaded|CompatForestry{1.7.10R2.8.0RC6} MFR Compat: Forestry Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0RC6} MFR Compat: ForgeMicroblock Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
MineFactoryReloaded|CompatIC2{1.7.10R2.8.0RC6} MFR Compat: IC2 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0RC6} MFR Compat: Mystcraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
MrTJPCoreMod{1.0} MrTJPCoreMod Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ProjRed|Core{4.5.8.59} ProjectRed Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ProjRed|Exploration{4.5.8.59} ProjectRed-Exploration Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0RC6} MFR Compat ProjectRed Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0RC6} MFR Compat: Railcraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
MineFactoryReloaded|CompatRP2{1.7.10R2.8.0RC6} MFR Compat: RP2 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0RC6} MFR Compat: Sufficient Biomes Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0RC6} MFR Compat: Thaumcraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0RC6} MFR Compat: Thermal Expansion Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.0RC6} MFR Compat: Tinkers' Construct Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0RC6} MFR Compat: TwilightForest Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0RC6} MFR Compat: Vanilla Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
MoreFurnaces{1.3.9} More Furnaces Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
MultiPageChest{1.3.2} Multi Page Chest Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
NetherOres{1.7.10R2.3.0RC4} Nether Ores Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
OpenMods{0.6} OpenMods Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
OpenPeripheralCore{0.5.0} OpenPeripheralCore Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
OpenPeripheral{0.2.0} OpenPeripheralAddons Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
OpenPeripheralIntegration{0.1.0} OpenPeripheralIntegration Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
PowerConverters{1.7.10-3.0.0.32} Power Converters Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ProjRed|Transmission{4.5.8.59} ProjectRed-Transmission Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ProjRed|Transportation{4.5.8.59} ProjectRed-Transportation Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ProjRed|Compatibility{4.5.8.59} ProjectRed-Compatibility Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ProjRed|Integration{4.5.8.59} ProjectRed-Integration Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ProjRed|Illumination{4.5.8.59} ProjectRed-Illumination Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ProjRed|Expansion{4.5.8.59} ProjectRed-Expansion Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
shipwrecks_winslow{1.6.2} Shipwrecks! Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
SimpleRecycling{59.0.0} Simple Recycling Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
tabbychat{1.11.1.65} TabbyChat Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
telepads{1.6.4 v5} Teleportation Pads Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
SubWorlds{0.0} SubWorlds Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
TinyCarts{0.2} TinyCarts Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
TMechworks{1.7.10-67.34d1d9b} Tinkers' Mechworks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
TSteelworks{1.7.10-1.0.7} Tinkers' Steelworks Unloaded->Constructed->Pre-initialized->Initialized->Errored
Tubestuff{59.0.3} Tubestuff Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
UsefulFood{1.5.0} UsefulFood Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
wawla{1.0.7} What Are We Looking At Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ForgeMicroblock{1.1.0.314} Forge Microblocks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
OpenModsLib crash transformers: [gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED],[map_gen_fix:FINISHED],[movement_callback:FINISHED],[stencil_patches:FINISHED]
Mantle Environment: Environment healthy.
AE2 Version: stable rv0-stable-10 for Forge 10.13.0.1152
TConstruct Environment: Environment healthy.
Stencil buffer state: Function set: GL30, pool: internal, bits: 8
AE2 Integration: RotaryCraft:OFF, IC2:ON, RC:ON, BC:ON, MJ5:ON, MJ6:ON, RF:ON, RFItem:ON, MFR:ON, DSU:ON, FZ:ON, Waila:ON, CLApi:OFF, RB:OFF, InvTweaks:OFF, NEI:ON, CraftGuide:OFF, FMP:ON
Launched Version: 1.7.10-Forge10.13.2.1291
LWJGL: 2.9.1
OpenGL: GeForce GTX 675M/PCIe/SSE2 GL version 4.3.0, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.

Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)

Crash on creating deep tank

Hello, i creating a Deep Tank and server crash.

I used blocks in tutorial and version:
Forge version: 10.13.0.1208
Tcon version: 1.6.0.d39
TSteelWorks version: 1.0.2

[15:51:09] [Server thread/ERROR]: Encountered an unexpected exception
net.minecraft.util.ReportedException: Ticking block entity
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:642) ~[MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:335) ~[lt.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) ~[MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
Caused by: java.lang.ClassCastException: tsteelworks.common.blocks.logic.DeepTankLogic cannot be cast to tsteelworks.common.blocks.logic.HighOvenLogic
at tsteelworks.common.blocks.logic.HighOvenDuctLogic.getHighOvenController(HighOvenDuctLogic.java:115) ~[HighOvenDuctLogic.class:?]
at tsteelworks.common.blocks.logic.HighOvenDuctLogic.insertToHighOven(HighOvenDuctLogic.java:126) ~[HighOvenDuctLogic.class:?]
at tsteelworks.common.blocks.logic.HighOvenDuctLogic.func_145845_h(HighOvenDuctLogic.java:57) ~[HighOvenDuctLogic.class:?]
at net.minecraft.world.World.func_72939_s(World.java:1912) ~[ahb.class:?]
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489) ~t.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636) ~[MinecraftServer.class:?]
... 4 more

Crash log file: http://pastebin.com/2hzTnJJw

Steams output.

Make a separate output for the steams.As water leaves before heating.
The steam turbine does not work well ..

Register limestone as limestone in oredictionary?

Hello,
I was wondering if you could possibly register the limestone block as limestone in addition to blockLimestone in the ore-dictionary? This way Chisel would be compatible with the limestone added by this mod.

Request: Dynamically sized Deep Tank GUI

Currently it is accurately sized to the deep tank storage capacity.
However when starting out, I make extra Clear Glass purposely to over compensate the Deep Tank.
This leaves several buckets not visible on the GUI. (First ~5 Buckets are out of range. Next 5-10 is about 1/2 pixels high.)

Downside is I can't move fluids around to re-pour into a casting basin if it isn't quite full.

Crash when placing down steam turbine from NEI

java.lang.NullPointerException: Unexpected error
at net.minecraftforge.fluids.FluidStack.<init>(FluidStack.java:27)
at tsteelworks.common.blocks.logic.SteamTurbineLogic.<init>(SteamTurbineLogic.java:17)
at tsteelworks.common.blocks.SteamTurbineBlock.func_149915_a(SteamTurbineBlock.java:26)
at net.minecraft.block.Block.createTileEntity(Block.java:1444)
at net.minecraft.world.chunk.Chunk.func_150806_e(Chunk.java:850)
at net.minecraft.world.chunk.Chunk.func_150807_a(Chunk.java:660)
at net.minecraft.world.World.func_147465_d(World.java:441)
at net.minecraft.item.ItemBlock.placeBlockAt(ItemBlock.java:206)
at net.minecraft.item.ItemBlock.func_77648_a(ItemBlock.java:103)
at net.minecraft.item.ItemStack.func_77943_a(ItemStack.java:127)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78760_a(PlayerControllerMP.java:353)
at net.minecraft.client.Minecraft.func_147121_ag(Minecraft.java:1436)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1942)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:962)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:421)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:512)
at org.multimc.EntryPoint.listen(EntryPoint.java:165)
at org.multimc.EntryPoint.main(EntryPoint.java:54)

[Feature Request] New interesting way to make charcoal?

Considering this mod relies heavily on charcoal, would it also make sense to provide an interesting and fun way to produce it aside from the plain vanilla way of just smelting logs? I love how Terra firma craft has you making an actual charcoal pit; but you wouldn't want to just steal their ideas. There are other real world methods of making charcoal such as sealed metal containers in place of dirt mounds. Maybe there could be a new multiblock structure that could take in a bunch of wood, and when lit, would burn for a while and output some charcoal (at a bit of a loss).

I've just been trying to think of some fun ways to produce this cheaply renewable fuel, and I figured if there's any mod that already exists that's in line to do something like this, TSteelworks would be my first guess since it centers around blacksmithing and using charcoal almost exclusively.

Weird duct bug

For some reason the high oven ducts will not move from the purifier slot. Earlier I had ones that were working but when I broke and replaced them they also would not work.

[Not important but nifty] Minetweaker Support

Hello, will it be possible to implement code allowing custom Minetweaker recipes? I know ModTweaker supported Toops' Tinker's Steelworks in 1.6.4, but will you add native support for it?

NPE modifiers

---- Minecraft Crash Report ----
// Daisy, daisy...

Time: 9/5/14 3:34 PM
Description: Ticking entity

java.lang.NullPointerException: Ticking entity
at tsteelworks.common.modifier.TSActiveOmniMod.updateTool(TSActiveOmniMod.java:19)
at tconstruct.library.tools.ToolCore.func_77663_a(ToolCore.java:585)
at tconstruct.library.tools.Weapon.func_77663_a(Weapon.java:107)
at net.minecraft.item.ItemStack.func_77945_a(ItemStack.java:379)
at net.minecraft.entity.player.InventoryPlayer.func_70429_k(InventoryPlayer.java:311)
at net.minecraft.entity.player.EntityPlayer.func_70636_d(EntityPlayer.java:538)
at net.minecraft.client.entity.EntityPlayerSP.func_70636_d(EntityPlayerSP.java:287)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1609)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:288)
at net.minecraft.client.entity.EntityClientPlayerMP.func_70071_h_(SourceFile:63)
at net.minecraft.world.World.func_72866_a(World.java:2043)
at net.minecraft.world.World.func_72870_g(World.java:2007)
at net.minecraft.world.World.func_72939_s(World.java:1860)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1995)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:962)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
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:134)
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:286)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:376)
at org.multimc.EntryPoint.listen(EntryPoint.java:165)
at org.multimc.EntryPoint.main(EntryPoint.java:54)

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

-- Head --
Stacktrace:
at tsteelworks.common.modifier.TSActiveOmniMod.updateTool(TSActiveOmniMod.java:19)
at tconstruct.library.tools.ToolCore.func_77663_a(ToolCore.java:585)
at tconstruct.library.tools.Weapon.func_77663_a(Weapon.java:107)
at net.minecraft.item.ItemStack.func_77945_a(ItemStack.java:379)
at net.minecraft.entity.player.InventoryPlayer.func_70429_k(InventoryPlayer.java:311)
at net.minecraft.entity.player.EntityPlayer.func_70636_d(EntityPlayer.java:538)
at net.minecraft.client.entity.EntityPlayerSP.func_70636_d(EntityPlayerSP.java:287)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1609)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:288)
at net.minecraft.client.entity.EntityClientPlayerMP.func_70071_h_(SourceFile:63)
at net.minecraft.world.World.func_72866_a(World.java:2043)
at net.minecraft.world.World.func_72870_g(World.java:2007)

-- Entity being ticked --
Details:
Entity Type: null (net.minecraft.client.entity.EntityClientPlayerMP)
Entity ID: 1112342
Entity Name: Stortack
Entity's Exact location: -805.17, 56.62, 381.30
Entity's Block location: World: (-806,56,381), Chunk: (at 10,3,13 in -51,23; contains blocks -816,0,368 to -801,255,383), Region: (-2,0; contains chunks -64,0 to -33,31, blocks -1024,0,0 to -513,255,511)
Entity's Momentum: 0.00, -0.08, 0.00
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1860)

Seared Glass not compatible with deep tank

Seared glass was not working on my server so I was lucky to find these lines on a server startup:

[Server thread/INFO] [TSteelworks]: Registered deep tank glass type Glass with capacity of 20000mB
[Server thread/INFO] [TSteelworks]: Registered deep tank glass type White Stained Glass with capacity of 20000mB
[Server thread/INFO] [TSteelworks]: Registered deep tank glass type Thickened Glass with capacity of 25000mB
[Server thread/INFO] [TSteelworks]: Registered deep tank glass type Edged Glass with capacity of 25000mB
[Server thread/INFO] [TSteelworks]: Registered deep tank glass type Glass Bricks with capacity of 25000mB
[Server thread/INFO] [TSteelworks]: Registered deep tank glass type Carved Glass with capacity of 35000mB
[Server thread/INFO] [TSteelworks]: Registered deep tank glass type Golden Edged Glass with capacity of 60000mB
[Server thread/INFO] [TSteelworks]: Registered deep tank glass type Obsidian Glass with capacity of 50000mB
[Server thread/INFO] [TSteelworks]: Registered deep tank glass type Swirling Glass with capacity of 25000mB
[Server thread/INFO] [TSteelworks]: Registered deep tank glass type Glowstone Glass with capacity of 60000mB
[Server thread/INFO] [TSteelworks]: Registered deep tank glass type Heart Glass with capacity of 30000mB
[Server thread/INFO] [TSteelworks]: Registered deep tank glass type Square Glass with capacity of 25000mB
[Server thread/INFO] [TSteelworks]: Registered deep tank glass type Dark Glass with capacity of 50000mB

[Server thread/WARN] [TSteelworks]: Failled to register deep tank glass type Seared Glass: Block has a tile entity
[Server thread/WARN] [TSteelworks]: Failled to register deep tank glass type Seared Glass: Block has a tile entity

[Server thread/INFO] [TSteelworks]: Registered deep tank glass type Clear Glass with capacity of 25000mB
[Server thread/INFO] [TSteelworks]: Registered deep tank glass type White Stained Glass with capacity of 25000mB

Limestone recipes are not Ore Dictionaried

The Smeltery recipes for limestone do not appear to be using the Ore Dictionary. For example, I cannot use blockLimestone (from Chisel) to smelt down to Molten Limestone.

[Request] Slots are restricted

Basically you can put any item anywhere in the High Oven. This is not really convenient and screws up shift-clicking.
The melting slots get limited to things that can actually be melted, etc.

Modpack Permission

Hi Ephys,

Since I can't seem to find you anywhere else but your git hub I am asking here for that reason only.
I would like to ask your permission to use Tinkers' Steelworks and Cookie Core in my modpack.
Please get back to me as soon as you can Thanks.
Snow :-)

Can't change iconography in High Oven Duct

So I have a little problem, I can't change where the items are routed in the High Oven Duct. I can press the arrows but the icon inside the box won't change no matter what I do. Everything else seems to work and what I mean is that if I put gunpowder in the High Oven Duct, since the oxidizers icon is the default one, the gunpowder will end up in the right slot in the High Oven. So basically I can't change WHERE items end up in the High Oven but they still do. I'm pretty sure this is caused by another mod.
I know you'll need some kind of Log or a mod list to find what the problem is but I don't really know where to find those in my minecraft directory.

Tinker's Steelworks Version: 1.7.10-1.0.6

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.