Skip to content

Commit

Permalink
1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bigrice1018 committed Jun 9, 2016
1 parent 61a7401 commit be62ff3
Show file tree
Hide file tree
Showing 74 changed files with 913 additions and 100 deletions.
54 changes: 54 additions & 0 deletions minecraft/config/AppliedEnergistics2/Facades.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ agricraft {


aobd {
B:blockIridium=true
B:blockMetallic=true
B:blockTitanium=true
}
Expand Down Expand Up @@ -4607,6 +4608,17 @@ extrautilities {
}


ezstorage {
B:condensedstoragebox=true
B:craftingbox=true
B:hyperstoragebox=true
B:inputport=false
B:searchbox=true
B:storagebox=true
B:storagecore=false
}


factorization {
B:BlastedBedrock=true
B:ColossalBlock=true
Expand Down Expand Up @@ -5165,7 +5177,10 @@ gravisuite {


growthcraft {
B:grccoreBlockFluidSaltWater=false
B:grcfenceRope=false
B:grcnaturaFenceRope=false
B:grcnetherBrickFenceRope=false
B:grcropeBlock=false
}

Expand All @@ -5189,6 +5204,7 @@ growthcraftbamboo {
B:grcbambooDoor=false
B:grcbambooFence=false
B:grcbambooFenceGate=false
B:grcbambooFenceRope=false
B:grcbambooLeaves=false
B:grcbambooScaffold=false
B:grcbambooShoot=false
Expand Down Expand Up @@ -5271,6 +5287,29 @@ growthcrafthops {
}


growthcraftmilk {
B:grcmilkBlockFluidButterMilk=false
B:grcmilkBlockFluidCream=false
B:grcmilkBlockFluidCurds=false
B:grcmilkBlockFluidMilk=false
B:grcmilkBlockFluidPasteurizedMilk=false
B:grcmilkBlockFluidRennet=false
B:grcmilkBlockFluidSkimMilk=false
B:grcmilkBlockFluidWhey=false
B:grcmilkButterChurn=false
B:grcmilkCheesePress=false
B:grcmilkCheeseVat=false
B:grcmilkKumisFluid0=false
B:grcmilkKumisFluid1=false
B:grcmilkKumisFluid2=false
B:grcmilkKumisFluid3=false
B:grcmilkKumisFluid4=false
B:grcmilkKumisFluid5=false
B:grcmilkPancheon=false
B:grcmilkThistle=false
}


growthcraftrice {
B:grcpaddyField=false
B:grcriceBlock=false
Expand Down Expand Up @@ -6304,6 +6343,11 @@ mekanism {
B:BasicBlock2=false
B:BasicBlock2.1=false
B:BasicBlock2.2=false
B:BasicBlock2.5=false
B:BasicBlock2.6=false
B:BasicBlock2.7=false
B:BasicBlock2.8=false
B:BasicBlock2.9=false
B:BoundingBlock=false
B:CardboardBox=false
B:GasTank=false
Expand Down Expand Up @@ -6352,8 +6396,12 @@ mekanism {
B:MachineBlock2.7=false
B:MachineBlock2.8=false
B:MachineBlock2.9=false
B:MachineBlock3=false
B:MachineBlock3.1=false
B:MachineBlock3.3=false
B:MachineBlock3.4=false
B:MachineBlock3.5=false
B:MachineBlock3.6=false
B:ObsidianTNT=false
B:OreBlock=true
B:OreBlock.1=true
Expand Down Expand Up @@ -6445,10 +6493,16 @@ mekanism {
mekanismgenerators {
B:Generator=false
B:Generator.1=false
B:Generator.10=false
B:Generator.11=false
B:Generator.12=false
B:Generator.3=false
B:Generator.4=false
B:Generator.5=false
B:Generator.6=false
B:Generator.7=false
B:Generator.8=false
B:Generator.9=false
B:Reactor=false
B:Reactor.1=false
B:Reactor.3=false
Expand Down
12 changes: 8 additions & 4 deletions minecraft/config/CCTweaks.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
##########################################################################################################

apis {
# Enable the debug API.
# This is NOT recommended for servers, use at your own risk.
# It should be save on servers if using Cobalt though.
B:debug=false

# Enable the profiler API.
# Only works on Cobalt
B:profiler=false

##########################################################################################################
# socket
Expand Down Expand Up @@ -92,10 +100,6 @@ computer {

# Enable upgrading computers.
B:computerUpgradeEnabled=true

# Enable the debug API.
# This is NOT recommended for servers, use at your own risk.
# It should be save on servers if using Cobalt though.
B:debug=false

# Enable using the debug wand.
Expand Down
5 changes: 5 additions & 0 deletions minecraft/config/CarpentersBlocks.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ features {
B:"Enable Chisel Designs"=true
B:"Enable Covers"=true
B:"Enable Dye Colors"=true
B:"Enable Freestanding Ladders"=false

# This allows garage doors to automatically fill in gaps when barriers beneath doors are destroyed.
B:"Enable Garage Door Void Autofill"=true
Expand All @@ -55,6 +56,10 @@ features {
# This controls whether torches extinguish themselves when exposed to rain or snow.
B:"Enable Torch Weather Effects"=true

# This controls how many blocks can be connected as a single entity.
# Note: only applies to Garage Doors.
I:"MultiBlock Size Limit"=500

# This maps items to overlays.
# Items are prefixed with display names (en_US only).
# Overlay suffixes are :grass, :snow, :web, :vine, :hay, :mycelium
Expand Down
2 changes: 1 addition & 1 deletion minecraft/config/CustomMainMenu/mainmenu.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
},
"version":
{
"text" : "1.2.3.2",
"text" : "1.2.4",
"posX" : -31,
"posY" : 20,
"color" : -1,
Expand Down
16 changes: 8 additions & 8 deletions minecraft/config/CustomMainMenu/submenu.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,14 +152,14 @@
"action" :
{
"type" : "openLink",
"link" : "http://goo.gl/forms/HtR5Qz8atL"
"link" : "https://github.com/bigrice1018/AnotherWayToStart/issues"
}
},

"conversation":
{
"text" : "",
"tooltip": "Suggestion",
"tooltip": "FTB Thread",
"posX" : -83,
"posY" : 100,
"width" : 20,
Expand All @@ -171,14 +171,14 @@
"action" :
{
"type" : "openLink",
"link" : "http://goo.gl/forms/oRi0PRuP8I"
"link" : "http://forum.feed-the-beast.com/threads/1-7-10-another-way-to-start-v-1-2-3-2-step-by-step-fresh-survival-stable-250-mods-hqm-wip.154391/"
}
},

"blog":
{
"text" : "",
"tooltip": "Our Website",
"tooltip": "Our discord",
"posX" : -83,
"posY" : 130,
"width" : 20,
Expand All @@ -190,14 +190,14 @@
"action" :
{
"type" : "openLink",
"link" : "http://bigrice.twbbs.org/modpack"
"link" : "https://discord.gg/0xkYj6NzLYOhYJqN"
}
},

"channel":
{
"text" : "",
"tooltip": "Dev's Twitter",
"tooltip": "Dev's Twitter (Chinese)",
"posX" : -83,
"posY" : 160,
"width" : 20,
Expand All @@ -209,7 +209,7 @@
"action" :
{
"type" : "openLink",
"link" : ""
"link" : "https://twitter.com/BigRice1018"
}
}

Expand Down Expand Up @@ -250,7 +250,7 @@
},
"version":
{
"text" : "1.2.3.2",
"text" : "1.2.4",
"posX" : -31,
"posY" : 20,
"color" : -1,
Expand Down
2 changes: 1 addition & 1 deletion minecraft/config/Galacticraft/core.conf
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ general {
B:"Meteor Block Damage Enabled"=true

# Update check will not run if this is set to true.
B:"Disable Update Check"=false
B:"Disable Update Check"=true

# Biome Types will not be registered in the BiomeDictionary if this is set to true. Ignored (always true) for MC 1.7.2.
B:"Disable Biome Type Registrations"=false
Expand Down
38 changes: 38 additions & 0 deletions minecraft/config/Galacticraft/mars.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Configuration file

dimensions {
# Dimension ID for Mars
I:dimensionIDMars=-29
}


general {
# Whether or not the launch controller acts as a chunk loader. Will cause issues if disabled!
B:launchControllerChunkLoad=true

# May rarely cause issues if enabled, depends on how the other mod's dimensions are.
B:launchControllerAllDims=false

# Disable Desh Ore Gen on Mars.
B:"Disable Desh Ore Gen on Mars"=false

# Disable Tin Ore Gen on Mars.
B:"Disable Tin Ore Gen on Mars"=false

# Disable Copper Ore Gen on Mars.
B:"Disable Copper Ore Gen on Mars"=false

# Disable Iron Ore Gen on Mars.
B:"Disable Iron Ore Gen on Mars"=false
}


schematic {
# Schematic ID for Cargo Rocket, must be unique.
I:idSchematicCargoRocket=3

# Schematic ID for Tier 2 Rocket, must be unique.
I:idSchematicRocketT2=2
}


2 changes: 1 addition & 1 deletion minecraft/config/IC2.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; ic2 general config
; created May 19, 2016 4:56:51 PM
; created Jun 9, 2016 6:41:57 PM
;---

[worldgen]
Expand Down
16 changes: 8 additions & 8 deletions minecraft/config/INpureProjects/logs/debug.log
Original file line number Diff line number Diff line change
Expand Up @@ -182,17 +182,17 @@ override called. Params: ThermalExpansion, florb, 0,1
Regex match found! ThermalExpansion:florb matches ThermalExpansion:florb.
Found ItemStack ThermalExpansion:florb. 16xitem.thermalexpansion.florb@0
Loading: ForgeMicroblock.js
getRandomMaterial called. Returned: ImmersiveEngineering:storage_4
obliterate_microblocks called (version in info.inpureprojects.core.NEI.gtfoMicroblocks.ScriptObjects.ForgeMicroblockObject). Params: 1,2,4,257,258,260,513,514,516,769,770,772, ImmersiveEngineering:storage_4
getRandomMaterial called. Returned: ExtraUtilities:trading_post
obliterate_microblocks called (version in info.inpureprojects.core.NEI.gtfoMicroblocks.ScriptObjects.ForgeMicroblockObject). Params: 1,2,4,257,258,260,513,514,516,769,770,772, ExtraUtilities:trading_post
Loading: ExtraUtilities.js
override called. Params: ExtraUtilities, drum, 0,1
Regex match found! ExtraUtilities:drum matches ExtraUtilities:drum.
Found ItemStack ExtraUtilities:drum. 64xtile.extrautils:drum@0
getRandomMaterial called. Returned: ImmersiveEngineering:storage_3
obliterate_microblocks called (version in info.inpureprojects.core.NEI.gtfoMicroblocks.ScriptObjects.ExtraUtilitiesObject). Params: 1,2,3, ImmersiveEngineering:storage_3
getRandomMaterial called. Returned: ImmersiveEngineering:storage_10
obliterate_microblocks called (version in info.inpureprojects.core.NEI.gtfoMicroblocks.ScriptObjects.ExtraUtilitiesObject). Params: 1,2,3, ImmersiveEngineering:storage_10
Loading: BuildCraft.js
getFacadesSize called. Returned: 4793
obliterate_microblocks called (version in info.inpureprojects.core.NEI.gtfoMicroblocks.ScriptObjects.BCObject). Params: 1118
getFacadesSize called. Returned: 4792
obliterate_microblocks called (version in info.inpureprojects.core.NEI.gtfoMicroblocks.ScriptObjects.BCObject). Params: 2059
Loading: Bibliocraft.js
override called. Params: BiblioCraft, *, 0
Regex match found! BiblioCraft:* matches BiblioCraft:Armor Stand.
Expand Down Expand Up @@ -328,8 +328,8 @@ Found ItemStack BiblioCraft:tile.BiblioFramedChest. 64xtile.BiblioFramedChest@0
Loading: AppliedEnergistics2.js
getFacadeItem called. Returned: appliedenergistics2:item.ItemFacade
getSubTypes called.
getNumberOfTypes called. Returned: 3419
override called. Params: appliedenergistics2, item.ItemFacade, 1708
getNumberOfTypes called. Returned: 3417
override called. Params: appliedenergistics2, item.ItemFacade, 1098
Regex match found! appliedenergistics2:item.ItemFacade matches appliedenergistics2:item.ItemFacade.
Found ItemStack appliedenergistics2:item.ItemFacade. 64xitem.appliedenergistics2.ItemFacade@0
override called. Params: extracells, pattern.fluid, 0
Expand Down
1 change: 1 addition & 0 deletions minecraft/config/IguanaTinkerTweaks/BlockDefaults.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7136,6 +7136,7 @@ blocks_pickaxe {
I:"ThermalFoundation:Storage:7"=3
I:"ThermalFoundation:Storage:8"=3
I:"ThermalFoundation:Storage:9"=2
I:"aobd:blockIridium:0"=7
I:"aobd:blockTitanium:0"=7
I:"appliedenergistics2:tile.BlockCableBus:0"=0
I:"appliedenergistics2:tile.BlockCableBus:1"=0
Expand Down
2 changes: 1 addition & 1 deletion minecraft/config/IguanaTinkerTweaks/restrictions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ toolparts {
# Prevents the creation of listed Material-Tool combinations.
# The format is <materialname>:<partname>
# materialnames are: Platinum, Wood, Electrum, Stone, Iron, Flint, Cactus, Bone, Obsidian, Bloodwood, Netherrack, Darkwood, Slime, Fusewood, Paper, Ghostwood, Cobalt, Nether Quartz, Ardite, Refined Glowstone, Manyullyn, Osmium, Copper, Pokefennium, Bronze, Fairy, Alumite, Certus Quartz, Ender Amethyst, Steel, Manasteel, BlueSlime, Terrasteel, PigIron, Elementium, Desh, Thaumium, Fiery, Ironwood, Knightmetal, Steeleaf, Amethyst, Peridot, Ruby, Sapphire, String, Dark Steel, Void Metal, Red Aurum, Draconium, Awakened Draconium, Glue, Yellorium, Cyanite, Blutonium, Ludicrite, Bedrockium, Onion, unstableIngot, Bedrockium, MagicWood, Enderium, Signalum, Lumium, Constantan, Plastic, Pink Slime, avaritia_neutronium, avaritia_infinitymetal, Invar, Nickel, Mithril, Lead, Silver
# partnames are: scythe, rod, pickaxe, largeguard, shovel, sign, swordblade, binding, fullguard, arrowhead, crossbowlimb, axe, bowlimb, excavator, hammerhead, mediumguard, frypan, crossbar, toughbinding, crossbowbody, broadaxe, chisel, knifeblade, largerod, shuriken, largeplate, largeblade,
# partnames are: scythe, pickaxe, rod, largeguard, shovel, sign, binding, swordblade, fullguard, arrowhead, axe, crossbowlimb, bowlimb, excavator, hammerhead, mediumguard, crossbar, frypan, toughbinding, crossbowbody, broadaxe, chisel, knifeblade, largerod, shuriken, largeplate, largeblade,
# [default: ]
S:restricted <
>
Expand Down
2 changes: 1 addition & 1 deletion minecraft/config/InvTweaks.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Inventory Tweaks Configuration
#(Regarding shortcuts, all key names can be found at: http://www.lwjgl.org/javadoc/org/lwjgl/input/Keyboard.html)
#Thu May 19 16:58:05 CST 2016
#Thu Jun 09 18:43:12 CST 2016
enableMiddleClick=true
showChestButtons=true
enableSortingOnPickup=false
Expand Down
8 changes: 4 additions & 4 deletions minecraft/config/LaunchGui.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ global {
S:modpackName=Another Way To Start

# The current version of your modpack [default: 1.7.10-2.0-18]
S:modpackVersion=1.2.3.2
S:modpackVersion=1.2.4
}


Expand Down Expand Up @@ -109,10 +109,10 @@ notice {
B:enableLinkButton=true

# Text to display on the link button. [default: My Website]
S:linkButtonText=Offical Website
S:linkButtonText=Our Discord

# Link to open when clicked. [default: http://tehnut.info/]
S:linkButtonUrl=http://bigrice.twbbs.org/awts
S:linkButtonUrl=https://discord.gg/0xkYj6NzLYOhYJqN
}

##########################################################################################################
Expand Down Expand Up @@ -152,7 +152,7 @@ notice {
# %name% - Provides modpackName
# %version% - Provides modpackVersion
# %acro% - Provides modpackAcronym [default: ]
S:startupGuiLines=\n%player%, Welcome to Another Way To Start %version%\n\n FOR OLD PLAYER {Before 1.1.2}\nI suggest you start a new world to continue, as 1.2.0 almost redo the retire pack.\nIf you want to continue with your old world, DON'T update the pack.\n\n IF YOU ENCOUNTER ANY BUG, PLEASE REPORT TO US IN GOOGLE DRIVE OR GITHUB. \n \nIf you have any cool ideas, feel free to tell us in the form.~\n\n Good luck and thx for playing :D \n \n By AWTS DEV - BigRice1018
S:startupGuiLines=\n%player%, Welcome to Another Way To Start %version%\n\n [About veinminer]\n You will need a enchantment or tinker upgrade on a tool to activate veinminer.\n\n IF YOU ENCOUNTER ANY BUG, PLEASE REPORT TO US AT GITHUB. \n \nIf you have any cool ideas, feel free to tell me in discord~\n\n Hope you have a enjoyable experience at AWTS :D \n \n By AWTS DEV - BigRice1018

# Title of the startup GUI. Shows as yellow text. [default: TITLE]
S:startupGuiTitle=IMPORTANT MESSAGE
Expand Down
Loading

0 comments on commit be62ff3

Please sign in to comment.