From 2db8e30b1d2151fdde5d08a6c06aef55f0c397d2 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Fri, 27 Jan 2017 11:32:28 +0300 Subject: License, readme and stuff --- assets/ihl/config/ihl-recipe.cfg | 35 +++++++++++++++++++-- assets/ihl/lang/en_US.lang | 18 +++++++++++ assets/ihl/sounds.json | 12 +++++++ assets/ihl/sounds/explosion.ogg | Bin 0 -> 34262 bytes assets/ihl/sounds/fuse.ogg | Bin 0 -> 25668 bytes .../ihl/textures/blocks/explosiveBlockBottom.png | Bin 0 -> 1013 bytes assets/ihl/textures/blocks/explosiveBlockSide.png | Bin 0 -> 1097 bytes assets/ihl/textures/blocks/explosiveBlockTop.png | Bin 0 -> 1705 bytes .../textures/blocks/fluidAcetaldehydeFlowing.png | Bin 0 -> 2857 bytes .../ihl/textures/blocks/fluidAcetaldehydeStill.png | Bin 0 -> 2790 bytes assets/ihl/textures/blocks/fluidAmmoniaFlowing.png | Bin 0 -> 2914 bytes assets/ihl/textures/blocks/fluidAmmoniaStill.png | Bin 0 -> 2790 bytes .../textures/blocks/fluidFormaldehydeFlowing.png | Bin 0 -> 2906 bytes .../ihl/textures/blocks/fluidFormaldehydeStill.png | Bin 0 -> 2790 bytes .../ihl/textures/blocks/fluidMethanolFlowing.png | Bin 0 -> 2870 bytes .../ihl/textures/blocks/fluidMethanolFlowing.xcf | Bin 0 -> 4649 bytes assets/ihl/textures/blocks/fluidMethanolStill.png | Bin 0 -> 2789 bytes .../ihl/textures/blocks/fluidTarWaterFlowing.png | Bin 0 -> 2876 bytes assets/ihl/textures/blocks/fluidTarWaterStill.png | Bin 0 -> 2789 bytes .../blocks/vacuumInductionMeltingFurnaceBack.png | Bin 3747 -> 1438 bytes .../blocks/vacuumInductionMeltingFurnaceFront.png | Bin 2813 -> 1406 bytes .../blocks/vacuumInductionMeltingFurnaceLeft.png | Bin 5091 -> 1455 bytes .../blocks/vacuumInductionMeltingFurnaceRight.png | Bin 2394 -> 1270 bytes assets/ihl/textures/gui/GUIChemicalReactor.png | Bin 5486 -> 3329 bytes assets/ihl/textures/gui/GUIGlassBox.xcf | Bin 121209 -> 0 bytes assets/ihl/textures/gui/GUILabElectrolyzer.png | Bin 7773 -> 4028 bytes assets/ihl/textures/items/catalystIron.png | Bin 0 -> 1756 bytes assets/ihl/textures/items/catalystIronOxide.png | Bin 0 -> 1740 bytes assets/ihl/textures/items/catalystRawIronOxide.png | Bin 0 -> 1058 bytes assets/ihl/textures/items/detonator.png | Bin 0 -> 1482 bytes assets/ihl/textures/items/dustCalciumAcetate.png | Bin 0 -> 549 bytes .../textures/items/dustIronOxideCatalystMix.png | Bin 0 -> 450 bytes assets/ihl/textures/items/dustMercuryChloride.png | Bin 0 -> 539 bytes assets/ihl/textures/items/dustPentaerythritol.png | Bin 0 -> 387 bytes .../items/dustPentaerythritolTetranitrate.png | Bin 0 -> 387 bytes assets/ihl/textures/items/dustPotassiumOxide.png | Bin 0 -> 332 bytes assets/ihl/textures/items/dustSodiumFormate.png | Bin 0 -> 309 bytes assets/ihl/textures/items/ingotPotassium.png | Bin 0 -> 337 bytes assets/ihl/textures/items/itemCellMethanol.png | Bin 0 -> 320 bytes assets/ihl/textures/particles/explosion.png | Bin 0 -> 357813 bytes 40 files changed, 63 insertions(+), 2 deletions(-) create mode 100644 assets/ihl/sounds/explosion.ogg create mode 100644 assets/ihl/sounds/fuse.ogg create mode 100644 assets/ihl/textures/blocks/explosiveBlockBottom.png create mode 100644 assets/ihl/textures/blocks/explosiveBlockSide.png create mode 100644 assets/ihl/textures/blocks/explosiveBlockTop.png create mode 100644 assets/ihl/textures/blocks/fluidAcetaldehydeFlowing.png create mode 100644 assets/ihl/textures/blocks/fluidAcetaldehydeStill.png create mode 100644 assets/ihl/textures/blocks/fluidAmmoniaFlowing.png create mode 100644 assets/ihl/textures/blocks/fluidAmmoniaStill.png create mode 100644 assets/ihl/textures/blocks/fluidFormaldehydeFlowing.png create mode 100644 assets/ihl/textures/blocks/fluidFormaldehydeStill.png create mode 100644 assets/ihl/textures/blocks/fluidMethanolFlowing.png create mode 100644 assets/ihl/textures/blocks/fluidMethanolFlowing.xcf create mode 100644 assets/ihl/textures/blocks/fluidMethanolStill.png create mode 100644 assets/ihl/textures/blocks/fluidTarWaterFlowing.png create mode 100644 assets/ihl/textures/blocks/fluidTarWaterStill.png delete mode 100644 assets/ihl/textures/gui/GUIGlassBox.xcf create mode 100644 assets/ihl/textures/items/catalystIron.png create mode 100644 assets/ihl/textures/items/catalystIronOxide.png create mode 100644 assets/ihl/textures/items/catalystRawIronOxide.png create mode 100644 assets/ihl/textures/items/detonator.png create mode 100644 assets/ihl/textures/items/dustCalciumAcetate.png create mode 100644 assets/ihl/textures/items/dustIronOxideCatalystMix.png create mode 100644 assets/ihl/textures/items/dustMercuryChloride.png create mode 100644 assets/ihl/textures/items/dustPentaerythritol.png create mode 100644 assets/ihl/textures/items/dustPentaerythritolTetranitrate.png create mode 100644 assets/ihl/textures/items/dustPotassiumOxide.png create mode 100644 assets/ihl/textures/items/dustSodiumFormate.png create mode 100644 assets/ihl/textures/items/ingotPotassium.png create mode 100644 assets/ihl/textures/items/itemCellMethanol.png create mode 100644 assets/ihl/textures/particles/explosion.png (limited to 'assets/ihl') diff --git a/assets/ihl/config/ihl-recipe.cfg b/assets/ihl/config/ihl-recipe.cfg index 44df9e0..45451a3 100644 --- a/assets/ihl/config/ihl-recipe.cfg +++ b/assets/ihl/config/ihl-recipe.cfg @@ -1,8 +1,14 @@ // <- This is a commentary. ; <- This is also a commentary. // Syntax are simple as fist. Every recipe modifier must start from new line and keyword. -// Keywords are "addrecipe" and "removerecipe". -// Right after keyword goes parameters. Parameters are machine name (see in bottom of this file), +// Keywords are "addrecipe", "removerecipe" and "addcasting". +// "addcasting" is a special function to define amount of molten metal nessesary for castind certain parts. +// Syntax is "addcasting(name_of_a_part,amount_of_metal)". "name_of_a_part" is ore dictionary name +// without material suffix. +// Do not include a metal name in "name_of_a_part"! +// It is "toolHeadHammer" not "toolHeadHammerBronze". +// For "addrecipe" and "removerecipe" right after keyword goes parameters. +// Parameters are machine name (see in bottom of this file), // recipeinput (with parameters) and recipeoutput (with parameters). // All parameters are separated with "," symbol. // For adding recipe add both input and output. @@ -10,6 +16,7 @@ // Inside "recipeinput" and "recipeoutput" are parameters, separated with ",". // For "recipeinput" those parameters are: // itemstack(modname:internal_itemname,stacksize,damage) +// fluidcontainer(fluidname,minimal_amount) // toolitemstack(modname:internal_itemname,stacksize,damage) //For iron workbench only // machine(modname:internal_itemname) //For iron workbench only // die(transverseSection) @@ -31,6 +38,30 @@ // fluidstack(fluid,quantity) // Examples: +//addcasting +//( +//nozzle, +//864 +//) + +// To add custom forced casting recipe using any fluid and any itemstack (even those, who are not registered in ore dictionary): +//addrecipe +//( +//injectionmold, +//recipeinput(fluidstack(water,100),itemstack(ihl:injectionMold,1,hash(diamond))), +//recipeoutput(itemstack(minecraft:diamond,1,0)) +//) +// "hash" will convert argument into string hash. +// It is nessesary for casting recipes to contain itemstack damage matching "resultSuffix" string hash. + +// To add casting form craft use "resultSuffix" NBT tag: +//addrecipe +//( +//ironworkbench, +//recipeinput(oredict(sand,1),fluidcontainer(water,1),oredict(dustClay,1)), +//recipeoutput(itemstack(ihl:injectionMold,1,24,tags(string(resultSuffix,diamond)))) +//) + //addrecipe //( //evaporator, diff --git a/assets/ihl/lang/en_US.lang b/assets/ihl/lang/en_US.lang index 4be6075..9b7b25a 100644 --- a/assets/ihl/lang/en_US.lang +++ b/assets/ihl/lang/en_US.lang @@ -2,6 +2,23 @@ language.name=HAYO language.region=US language.code=en_US +ihl.detonator_delay=Detonation delay: +ihl.seconds=s +tile.pileBlock.name=Pile of something +detonator.name=Detonator +dustPentaerythritolTetranitrate.name=Pentaerythritol tetranitrate +dustPentaerythritol.name=Pentaerythritol +dustPotassiumOxide=Potassium oxide +ingotPotassium.name=Potassium ingot +catalystIron.name=Iron catalyst +catalystIronOxide.name=Iron oxide catalyst blank +catalystRawIronOxide.name=Iron oxide catalyst blank (not sintered) +dustIronOxideCatalystMix.name=Mix for preparing an iron catalyst +dustSodiumFormate.name=Sodium formate +dustMercuryChloride.name=Mercury chloride +dustCalciumAcetate.name=Calcium acetate +itemCellMethanol=Methanol cell + item.skull.name=Wailer remains item.guidebook.name=IHL manual item.handpump.name=IHL handpump @@ -30,6 +47,7 @@ tile.boneBlock.name=Bone pillar entity.LostHead.name=Wailer tile.basicHarvestorBlock.name=IHL Auto crop harvestor tile.blowerBlock.name=IHL Industrial fan +tile.ihlExplosive.name=Explosive pack ihl.gui.blower=Air speed: ihl.gui.blowerUnits=m/s tile.glassBox.name=Glass box diff --git a/assets/ihl/sounds.json b/assets/ihl/sounds.json index 9e3e08b..d1369e7 100644 --- a/assets/ihl/sounds.json +++ b/assets/ihl/sounds.json @@ -72,5 +72,17 @@ "sounds": [ "zap" ] + }, + "explosion": { + "category": "master", + "sounds": [ + "explosion" + ] + }, + "fuse": { + "category": "master", + "sounds": [ + "fuse" + ] } } diff --git a/assets/ihl/sounds/explosion.ogg b/assets/ihl/sounds/explosion.ogg new file mode 100644 index 0000000..56d4c4c Binary files /dev/null and b/assets/ihl/sounds/explosion.ogg differ diff --git a/assets/ihl/sounds/fuse.ogg b/assets/ihl/sounds/fuse.ogg new file mode 100644 index 0000000..9693279 Binary files /dev/null and b/assets/ihl/sounds/fuse.ogg differ diff --git a/assets/ihl/textures/blocks/explosiveBlockBottom.png b/assets/ihl/textures/blocks/explosiveBlockBottom.png new file mode 100644 index 0000000..eddc613 Binary files /dev/null and b/assets/ihl/textures/blocks/explosiveBlockBottom.png differ diff --git a/assets/ihl/textures/blocks/explosiveBlockSide.png b/assets/ihl/textures/blocks/explosiveBlockSide.png new file mode 100644 index 0000000..91729a2 Binary files /dev/null and b/assets/ihl/textures/blocks/explosiveBlockSide.png differ diff --git a/assets/ihl/textures/blocks/explosiveBlockTop.png b/assets/ihl/textures/blocks/explosiveBlockTop.png new file mode 100644 index 0000000..b313484 Binary files /dev/null and b/assets/ihl/textures/blocks/explosiveBlockTop.png differ diff --git a/assets/ihl/textures/blocks/fluidAcetaldehydeFlowing.png b/assets/ihl/textures/blocks/fluidAcetaldehydeFlowing.png new file mode 100644 index 0000000..084e79e Binary files /dev/null and b/assets/ihl/textures/blocks/fluidAcetaldehydeFlowing.png differ diff --git a/assets/ihl/textures/blocks/fluidAcetaldehydeStill.png b/assets/ihl/textures/blocks/fluidAcetaldehydeStill.png new file mode 100644 index 0000000..af64436 Binary files /dev/null and b/assets/ihl/textures/blocks/fluidAcetaldehydeStill.png differ diff --git a/assets/ihl/textures/blocks/fluidAmmoniaFlowing.png b/assets/ihl/textures/blocks/fluidAmmoniaFlowing.png new file mode 100644 index 0000000..faa27db Binary files /dev/null and b/assets/ihl/textures/blocks/fluidAmmoniaFlowing.png differ diff --git a/assets/ihl/textures/blocks/fluidAmmoniaStill.png b/assets/ihl/textures/blocks/fluidAmmoniaStill.png new file mode 100644 index 0000000..9619e25 Binary files /dev/null and b/assets/ihl/textures/blocks/fluidAmmoniaStill.png differ diff --git a/assets/ihl/textures/blocks/fluidFormaldehydeFlowing.png b/assets/ihl/textures/blocks/fluidFormaldehydeFlowing.png new file mode 100644 index 0000000..4252b6f Binary files /dev/null and b/assets/ihl/textures/blocks/fluidFormaldehydeFlowing.png differ diff --git a/assets/ihl/textures/blocks/fluidFormaldehydeStill.png b/assets/ihl/textures/blocks/fluidFormaldehydeStill.png new file mode 100644 index 0000000..621a940 Binary files /dev/null and b/assets/ihl/textures/blocks/fluidFormaldehydeStill.png differ diff --git a/assets/ihl/textures/blocks/fluidMethanolFlowing.png b/assets/ihl/textures/blocks/fluidMethanolFlowing.png new file mode 100644 index 0000000..e1e37bb Binary files /dev/null and b/assets/ihl/textures/blocks/fluidMethanolFlowing.png differ diff --git a/assets/ihl/textures/blocks/fluidMethanolFlowing.xcf b/assets/ihl/textures/blocks/fluidMethanolFlowing.xcf new file mode 100644 index 0000000..d3ca048 Binary files /dev/null and b/assets/ihl/textures/blocks/fluidMethanolFlowing.xcf differ diff --git a/assets/ihl/textures/blocks/fluidMethanolStill.png b/assets/ihl/textures/blocks/fluidMethanolStill.png new file mode 100644 index 0000000..948e525 Binary files /dev/null and b/assets/ihl/textures/blocks/fluidMethanolStill.png differ diff --git a/assets/ihl/textures/blocks/fluidTarWaterFlowing.png b/assets/ihl/textures/blocks/fluidTarWaterFlowing.png new file mode 100644 index 0000000..6a58cbe Binary files /dev/null and b/assets/ihl/textures/blocks/fluidTarWaterFlowing.png differ diff --git a/assets/ihl/textures/blocks/fluidTarWaterStill.png b/assets/ihl/textures/blocks/fluidTarWaterStill.png new file mode 100644 index 0000000..dd67de2 Binary files /dev/null and b/assets/ihl/textures/blocks/fluidTarWaterStill.png differ diff --git a/assets/ihl/textures/blocks/vacuumInductionMeltingFurnaceBack.png b/assets/ihl/textures/blocks/vacuumInductionMeltingFurnaceBack.png index 5dc90f7..d519cd7 100644 Binary files a/assets/ihl/textures/blocks/vacuumInductionMeltingFurnaceBack.png and b/assets/ihl/textures/blocks/vacuumInductionMeltingFurnaceBack.png differ diff --git a/assets/ihl/textures/blocks/vacuumInductionMeltingFurnaceFront.png b/assets/ihl/textures/blocks/vacuumInductionMeltingFurnaceFront.png index 9736bd0..10dcd29 100644 Binary files a/assets/ihl/textures/blocks/vacuumInductionMeltingFurnaceFront.png and b/assets/ihl/textures/blocks/vacuumInductionMeltingFurnaceFront.png differ diff --git a/assets/ihl/textures/blocks/vacuumInductionMeltingFurnaceLeft.png b/assets/ihl/textures/blocks/vacuumInductionMeltingFurnaceLeft.png index 9c2a8a2..122e95c 100644 Binary files a/assets/ihl/textures/blocks/vacuumInductionMeltingFurnaceLeft.png and b/assets/ihl/textures/blocks/vacuumInductionMeltingFurnaceLeft.png differ diff --git a/assets/ihl/textures/blocks/vacuumInductionMeltingFurnaceRight.png b/assets/ihl/textures/blocks/vacuumInductionMeltingFurnaceRight.png index 6c00f99..a9347eb 100644 Binary files a/assets/ihl/textures/blocks/vacuumInductionMeltingFurnaceRight.png and b/assets/ihl/textures/blocks/vacuumInductionMeltingFurnaceRight.png differ diff --git a/assets/ihl/textures/gui/GUIChemicalReactor.png b/assets/ihl/textures/gui/GUIChemicalReactor.png index 687c217..2af8f55 100644 Binary files a/assets/ihl/textures/gui/GUIChemicalReactor.png and b/assets/ihl/textures/gui/GUIChemicalReactor.png differ diff --git a/assets/ihl/textures/gui/GUIGlassBox.xcf b/assets/ihl/textures/gui/GUIGlassBox.xcf deleted file mode 100644 index eb872e6..0000000 Binary files a/assets/ihl/textures/gui/GUIGlassBox.xcf and /dev/null differ diff --git a/assets/ihl/textures/gui/GUILabElectrolyzer.png b/assets/ihl/textures/gui/GUILabElectrolyzer.png index 4fab6d0..1830c04 100644 Binary files a/assets/ihl/textures/gui/GUILabElectrolyzer.png and b/assets/ihl/textures/gui/GUILabElectrolyzer.png differ diff --git a/assets/ihl/textures/items/catalystIron.png b/assets/ihl/textures/items/catalystIron.png new file mode 100644 index 0000000..057a4d3 Binary files /dev/null and b/assets/ihl/textures/items/catalystIron.png differ diff --git a/assets/ihl/textures/items/catalystIronOxide.png b/assets/ihl/textures/items/catalystIronOxide.png new file mode 100644 index 0000000..62ac0fd Binary files /dev/null and b/assets/ihl/textures/items/catalystIronOxide.png differ diff --git a/assets/ihl/textures/items/catalystRawIronOxide.png b/assets/ihl/textures/items/catalystRawIronOxide.png new file mode 100644 index 0000000..31e1836 Binary files /dev/null and b/assets/ihl/textures/items/catalystRawIronOxide.png differ diff --git a/assets/ihl/textures/items/detonator.png b/assets/ihl/textures/items/detonator.png new file mode 100644 index 0000000..be569ad Binary files /dev/null and b/assets/ihl/textures/items/detonator.png differ diff --git a/assets/ihl/textures/items/dustCalciumAcetate.png b/assets/ihl/textures/items/dustCalciumAcetate.png new file mode 100644 index 0000000..cca785f Binary files /dev/null and b/assets/ihl/textures/items/dustCalciumAcetate.png differ diff --git a/assets/ihl/textures/items/dustIronOxideCatalystMix.png b/assets/ihl/textures/items/dustIronOxideCatalystMix.png new file mode 100644 index 0000000..b9cf99d Binary files /dev/null and b/assets/ihl/textures/items/dustIronOxideCatalystMix.png differ diff --git a/assets/ihl/textures/items/dustMercuryChloride.png b/assets/ihl/textures/items/dustMercuryChloride.png new file mode 100644 index 0000000..e01f549 Binary files /dev/null and b/assets/ihl/textures/items/dustMercuryChloride.png differ diff --git a/assets/ihl/textures/items/dustPentaerythritol.png b/assets/ihl/textures/items/dustPentaerythritol.png new file mode 100644 index 0000000..c9cdce9 Binary files /dev/null and b/assets/ihl/textures/items/dustPentaerythritol.png differ diff --git a/assets/ihl/textures/items/dustPentaerythritolTetranitrate.png b/assets/ihl/textures/items/dustPentaerythritolTetranitrate.png new file mode 100644 index 0000000..ebffb57 Binary files /dev/null and b/assets/ihl/textures/items/dustPentaerythritolTetranitrate.png differ diff --git a/assets/ihl/textures/items/dustPotassiumOxide.png b/assets/ihl/textures/items/dustPotassiumOxide.png new file mode 100644 index 0000000..2784e55 Binary files /dev/null and b/assets/ihl/textures/items/dustPotassiumOxide.png differ diff --git a/assets/ihl/textures/items/dustSodiumFormate.png b/assets/ihl/textures/items/dustSodiumFormate.png new file mode 100644 index 0000000..55fd979 Binary files /dev/null and b/assets/ihl/textures/items/dustSodiumFormate.png differ diff --git a/assets/ihl/textures/items/ingotPotassium.png b/assets/ihl/textures/items/ingotPotassium.png new file mode 100644 index 0000000..fba83d4 Binary files /dev/null and b/assets/ihl/textures/items/ingotPotassium.png differ diff --git a/assets/ihl/textures/items/itemCellMethanol.png b/assets/ihl/textures/items/itemCellMethanol.png new file mode 100644 index 0000000..c4a65c8 Binary files /dev/null and b/assets/ihl/textures/items/itemCellMethanol.png differ diff --git a/assets/ihl/textures/particles/explosion.png b/assets/ihl/textures/particles/explosion.png new file mode 100644 index 0000000..3e75fab Binary files /dev/null and b/assets/ihl/textures/particles/explosion.png differ -- cgit v1.2.3