summaryrefslogtreecommitdiff
path: root/eclipse/config/simplefluidtanks.cfg
diff options
context:
space:
mode:
authorOnyxDarkKnight <sor1n.iliutza16@gmail.com>2015-04-25 00:29:49 +0100
committerOnyxDarkKnight <sor1n.iliutza16@gmail.com>2015-04-25 00:29:49 +0100
commit1db974998c4e5242cd2603020e6c8ebfea5b454e (patch)
tree16dd84e57dd1d348d95ef8c122c6cbb1c9d0f2f5 /eclipse/config/simplefluidtanks.cfg
parent5e707575c59f025fc188f0d013c9db51ebcfaeac (diff)
Bye-bye
Diffstat (limited to 'eclipse/config/simplefluidtanks.cfg')
-rw-r--r--eclipse/config/simplefluidtanks.cfg135
1 files changed, 0 insertions, 135 deletions
diff --git a/eclipse/config/simplefluidtanks.cfg b/eclipse/config/simplefluidtanks.cfg
deleted file mode 100644
index cced9ab..0000000
--- a/eclipse/config/simplefluidtanks.cfg
+++ /dev/null
@@ -1,135 +0,0 @@
-# Configuration file
-
-general {
-
- ##########################################################################################################
- # misc
- #--------------------------------------------------------------------------------------------------------#
- # Basic settings.
- ##########################################################################################################
-
- misc {
- # The amount of fluid a tank can hold measured in buckets.
- I:bucketsPerTank=16
-
- # The amount of fluid a bottle can hold measured in buckets. 0 = Use Forge default.
- I:overrideBottleVolume=250
-
- # Set to false to disable the wrench recipe.
- B:wrenchEnabled=true
- }
-
- ##########################################################################################################
- # blocks
- #--------------------------------------------------------------------------------------------------------#
- # Block properties.
- ##########################################################################################################
-
- blocks {
-
- tank {
- # The amount of hits the block can take before it breaks (-1 = indestructible).
- D:hardness=50.0
-
- # The blocks resistance to explosions.
- D:resistance=1000.0
- }
-
- valve {
- # The amount of hits the block can take before it breaks (-1 = indestructible).
- D:hardness=50.0
-
- # The blocks resistance to explosions.
- D:resistance=1000.0
- }
-
- }
-
- ##########################################################################################################
- # recipes
- #--------------------------------------------------------------------------------------------------------#
- # Crafting recipes.
- ##########################################################################################################
-
- recipes {
-
- tank {
- # The blocks/items needed to complete the recipe. Format: [patternId], [modId], [itemId]. Use "-" as the patternId for shapeless recipes. Use "oreDict" as the modId for ore dictionary items.
- S:components <
- I
- oreDict
- ingotIron
- G
- oreDict
- blockGlass
- >
-
- # The crafting table pattern for the recipe. Use "-" for empty slots.
- S:pattern <
- IGI
- G-G
- IGI
- >
-
- # If this is set to true, the pattern is ignored.
- B:shapeless=false
-
- # The amount of blocks/items the recipe yields.
- I:yield=2
- }
-
- valve {
- # The blocks/items needed to complete the recipe. Format: [patternId], [modId], [itemId]. Use "-" as the patternId for shapeless recipes. Use "oreDict" as the modId for ore dictionary items.
- S:components <
- I
- oreDict
- ingotIron
- S
- oreDict
- slimeball
- T
- simplefluidtanks
- tankBlock
- >
-
- # The crafting table pattern for the recipe. Use "-" for empty slots.
- S:pattern <
- ISI
- STS
- ISI
- >
-
- # If this is set to true, the pattern is ignored.
- B:shapeless=false
-
- # The amount of blocks/items the recipe yields.
- I:yield=1
- }
-
- wrench {
- # The blocks/items needed to complete the recipe. Format: [patternId], [modId], [itemId]. Use "-" as the patternId for shapeless recipes. Use "oreDict" as the modId for ore dictionary items.
- S:components <
- I
- oreDict
- ingotIron
- >
-
- # The crafting table pattern for the recipe. Use "-" for empty slots.
- S:pattern <
- -I-
- -II
- I--
- >
-
- # If this is set to true, the pattern is ignored.
- B:shapeless=false
-
- # The amount of blocks/items the recipe yields.
- I:yield=1
- }
-
- }
-
-}
-
-