summaryrefslogtreecommitdiff
path: root/assets/ihl/config
diff options
context:
space:
mode:
authorFoghrye4 <foghrye4@gmail.com>2017-02-12 20:43:03 +0300
committerFoghrye4 <foghrye4@gmail.com>2017-02-12 20:43:03 +0300
commit5cb4c6e24033cf337812390d99a6817d24d21eab (patch)
tree695789855920199efd4702a7bb3e4bacfe58b9f0 /assets/ihl/config
parent8f22398517206aed21a7fd840f463332429fae35 (diff)
Removed explosion radius limitations. Explosion calculation optimized (reduced memory usage). One more detonator and explosive pack recipe. GT6 recipes for both chemical reactors and cryogenic distiller. Max stack size of muffle furnace is limited to 32. A lot of old features are removed.
Diffstat (limited to 'assets/ihl/config')
-rw-r--r--assets/ihl/config/adress.xsd20
-rw-r--r--assets/ihl/config/ihl-guidebook.xml148
2 files changed, 0 insertions, 168 deletions
diff --git a/assets/ihl/config/adress.xsd b/assets/ihl/config/adress.xsd
deleted file mode 100644
index f778362..0000000
--- a/assets/ihl/config/adress.xsd
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<xs:schema elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
- <xs:element name="guidebook">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="section">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="title" type="xs:string" />
- <xs:element name="itemstack" type="xs:string" />
- <xs:element name="text" type="xs:string" />
- <xs:element name="image" type="xs:string" />
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
-</xs:schema>
-
diff --git a/assets/ihl/config/ihl-guidebook.xml b/assets/ihl/config/ihl-guidebook.xml
deleted file mode 100644
index 1b81f23..0000000
--- a/assets/ihl/config/ihl-guidebook.xml
+++ /dev/null
@@ -1,148 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<guidebook xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:noNamespaceSchemaLocation="adress.xsd">
- <section id="0">
- <title>
- ihl.guidebook.title01
- </title>
- <itemstack damage="0">
- ihl:ironWorkbench
- </itemstack>
- <text>
- ihl.guidebook.section01.1
- </text>
- <image width="110" height="200">
- textures/guidebook/iron_workbench_gui.png
- </image>
- <text>
- ihl.guidebook.section01.2
- </text>
- </section>
- <section id="1">
- <title>
- ihl.guidebook.title02
- </title>
- <itemstack damage="0">
- ihl:fractionatorBottom
- </itemstack>
- <itemstack damage="0">
- ihl:fractionatorSection
- </itemstack>
- <itemstack damage="0">
- ihl:fractionatorCover
- </itemstack>
- <itemstack damage="0">
- ihl:refluxCondenser
- </itemstack>
- <text>
- ihl.guidebook.section02.1
- </text>
- <image width="110" height="200">
- textures/guidebook/distillation_column.png
- </image>
- <text>
- ihl.guidebook.section02.2
- </text>
- </section>
- <section id="2">
- <title>
- ihl.guidebook.title03
- </title>
- <itemstack damage="0">
- ihl:wireMill
- </itemstack>
- <itemstack damage="0">
- ihl:vulcanizationExtrudingMold
- </itemstack>
- <itemstack damage="0">
- ihl:extruder
- </itemstack>
- <itemstack damage="0">
- ihl:coiler
- </itemstack>
- <text>
- ihl.guidebook.section03.1
- </text>
- <image width="110" height="200">
- textures/guidebook/cable_production.png
- </image>
- <text>
- ihl.guidebook.section03.2
- </text>
- </section>
- <section id="3">
- <title>
- ihl.guidebook.title04
- </title>
- <itemstack damage="0">
- ihl:batterySwitchUnit
- </itemstack>
- <itemstack damage="0">
- ihl:rectifierTransformerUnit
- </itemstack>
- <itemstack damage="0">
- ihl:frequencyGenerator
- </itemstack>
- <text>
- ihl.guidebook.section04.1
- </text>
- <image width="110" height="100">
- textures/guidebook/hvdc_line.png
- </image>
- <text>
- ihl.guidebook.section04.2
- </text>
- </section>
- <section id="4">
- <title>
- ihl.guidebook.title05
- </title>
- <itemstack damage="0">
- ihl:goldChimneyKnee
- </itemstack>
- <itemstack damage="0">
- ihl:leadOven
- </itemstack>
- <itemstack damage="0">
- ihl:goldPrecipitatorCondenser
- </itemstack>
- <text>
- ihl.guidebook.section05.1
- </text>
- <image width="110" height="200">
- textures/guidebook/sulphuric_acid.png
- </image>
- <text>
- ihl.guidebook.section05.2
- </text>
- </section>
- <section id="5">
- <title>
- ihl.guidebook.title06
- </title>
- <itemstack damage="0">
- ihl:sackBlock
- </itemstack>
- <itemstack damage="0">
- ihl:evaporatorBlock
- </itemstack>
- <itemstack damage="10018">
- ihl:item.ihlSimpleItem
- </itemstack>
- <itemstack damage="10019">
- ihl:item.ihlSimpleItem
- </itemstack>
- <text>
- ihl.guidebook.section06.1
- </text>
- <image width="110" height="200">
- textures/guidebook/sap_gathering.png
- </image>
- <text>
- ihl.guidebook.section06.2
- </text>
- </section>
-</guidebook>
- <!--
- Hope this XML is well-formed.
- -->