Skip to content

Instantly share code, notes, and snippets.

@iansheridan
Last active December 18, 2015 15:09
Show Gist options
  • Save iansheridan/5802693 to your computer and use it in GitHub Desktop.
Save iansheridan/5802693 to your computer and use it in GitHub Desktop.
Guide to work with Dags FTB Minecraft server

Dags Minecraft Server Guide

Install Mod

You need to get this file downloaded

TConstruct_mc1.4.7_1.1.5.zip

Once downloaded you install it. Here is a video guide to installing it:

Minecraft FTB Guide

Set config

you need to download the file below and place it in the minecraft/config folder as shown in the video.

# Configuration file
####################
# block
####################
block {
I:"Held Item Block"=1672
I:"Lava Tank"=1673
I:"Liquid Aluminum Flowing"=1686
I:"Liquid Aluminum Still"=1687
I:"Liquid Alumite Flowing"=1698
I:"Liquid Alumite Still"=1699
I:"Liquid Ardite Flowing"=1690
I:"Liquid Ardite Still"=1691
I:"Liquid Brass Flowing"=1694
I:"Liquid Brass Still"=1695
I:"Liquid Bronze Flowing"=1692
I:"Liquid Bronze Still"=1693
I:"Liquid Cobalt Flowing"=1688
I:"Liquid Cobalt Still"=1689
I:"Liquid Copper Flowing"=1682
I:"Liquid Copper Still"=1683
I:"Liquid Gold Flowing"=1680
I:"Liquid Gold Still"=1681
I:"Liquid Iron Flowing"=1678
I:"Liquid Iron Still"=1679
I:"Liquid Manyullyn Flowing"=1696
I:"Liquid Manyullyn Still"=1697
I:"Liquid Obsidian Flowing"=1600
I:"Liquid Obsidian Still"=1601
I:"Liquid Tin Flowing"=1684
I:"Liquid Tin Still"=1685
I:"Seared Brick"=1677
I:Smeltery=1474
I:"Special Soil"=1676
I:"Wood Tool Station"=1671
}
####################
# patterns and misc
####################
"patterns and misc" {
I:"Blank Patterns"=14019
I:Materials=14020
I:"Tinker's Manual"=14018
I:"Tool Rod"=14021
I:"Tool Shard"=14022
I:"Wood Pattern"=14023
}
####################
# tool parts
####################
"tool parts" {
I:"Axe Head"=14028
I:Crossbar=14033
I:"Frypan Head"=14035
I:"Hoe Head"=14029
I:"Large Guard"=14031
I:"Lumber Axe Head"=14037
I:"Medium Guard"=14032
I:"Pickaxe Head"=14026
I:"Shovel Head"=14027
I:"Sign Head"=14036
I:"Sword Blade"=14030
I:"Tool Binding"=14034
}
####################
# tools
####################
tools {
I:Axe=14053
I:Battlesign=14059
I:Broadsword=14055
I:"Frying Pan"=14058
I:Hoe=14054
I:Longbow=14062
I:Longsword=14056
I:"Lumber Axe"=14061
I:Mattock=14060
I:Pickaxe=14051
I:Rapier=14057
I:Shovel=14052
}
####################
# worldgen
####################
worldgen {
I:"Aluminum Density"=9
I:"Aluminum Height"=0
I:"Aluminum Range"=64
I:"Copper Density"=8
I:"Copper Height"=20
I:"Copper Range"=40
B:"Generate Aluminum"=true
B:"Generate Ardite"=true
B:"Generate Cobalt"=true
B:"Generate Copper"=false
B:"Generate Tin"=false
I:"Nether Ores Density"=8
I:"Tin Density"=8
I:"Tin Height"=0
I:"Tin Range"=40
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment