GG2015
New member
This mod works for A16.4 b8, has not been tested on any other versions.
I made this mod for the private server that I play on and occasionally add mods on the server if the Owner or players ask for specified modifications.
I figured to release this to the public for the players that work and can't spend hours mining.
Alright, now to get on with items, blocks, recipes and what it all does.
There are 37 new blocks, 24 blocks are coded as "dev" since they are upgraded automatically from the first block of each type.
A new workbench, 12 items needed to make each quarry, and 12 blocks that are the quarrys.
Each quarry has a chance of giving 0-6000 of each resource per quarry you use. The recipes require a lot of resources to be made since they would be considered a endgame items.
Compressed items are required inside the workbench to create any type of Quarry.
Recipes
Quarry's will spawn a box on top of the platform at certain times. PlatformQuarry Resource is every 120 minutes. Clay, Sand, Brass, Lead, Dirt, Iron, Stone, Coal, Shale and Nitrate are set to spawn a box every 60 minutes. Nuggets is every 30 minutes because of a very low chance of getting any silver, gold or diamonds, it took me 24 tries before I got anything.
The code for all of this is located here at my github.
You will need to copy and paste the code in the respected files.
You also will have to replace each block and item ID's to ones that are not in-use on your 7DTD server, I have replaced each ID with "0000" that will need to be changed which is pretty much all of them.
If you do everything right, there should be no problems getting the code to work. I have tested it on my computer multiple times.
-GG2015
------------------------------------------
Terms of Use
If you want to use my mods in your project, all I ask is for you to ask me and to link my mods that you use to my GitHub so others know where to get them for future reference.
------------------------------------------
Update 12/27/2017:
I removed silverNuggets, goldNuggets, and rawDiamonds from all Quarrys except Nuggets to try and balance the mod out since it was giving me way too many of them.
I also increased output of loot to 2x to help out with Quarrys that are not giving loot.
This mod is based on your character level, if it is too low then you wont get a lot of loot.
------------------------------------------
Updated again 12/27/2017:
Fixed an error where Quarry spawns more loot than can be fit inside slots, added another slot to each Quarry.
I made this mod for the private server that I play on and occasionally add mods on the server if the Owner or players ask for specified modifications.
I figured to release this to the public for the players that work and can't spend hours mining.
So, here is a first look of the mod.
And a second image.

And a second image.

Alright, now to get on with items, blocks, recipes and what it all does.
There are 37 new blocks, 24 blocks are coded as "dev" since they are upgraded automatically from the first block of each type.
A new workbench, 12 items needed to make each quarry, and 12 blocks that are the quarrys.
Each quarry has a chance of giving 0-6000 of each resource per quarry you use. The recipes require a lot of resources to be made since they would be considered a endgame items.
Compressed items are required inside the workbench to create any type of Quarry.
Recipes
Workbench recipe.
Compressed Clay recipe.
Compressed Crushed Sand recipe.
Compressed Brass recipe.
Compressed Lead recipe.
Compressed Dirt Fragment recipe.
Compressed Iron recipe.
Compressed Stone recipe.
Compressed Coal recipe.
Compressed Shale recipe.
Compressed Nitrate recipe.
Compressed Resources recipe.
QuarryPlatform Resources recipe.
QuarryPlatform Clay recipe.
QuarryPlatform Sand recipe.
QuarryPlatform Brass recipe.
QuarryPlatform Lead recipe.
QuarryPlatform Dirt recipe.
QuarryPlatform Iron recipe.
QuarryPlatform Stone recipe.
QuarryPlatform Coal recipe.
QuarryPlatform Shale recipe.
QuarryPlatform Nitrate recipe.
QuarryPlatform Nugget recipe.
- scrapBrass - 1000
- scrapLead - 1000
- scrapIron - 1000
- rockSmall - 1000
- dirtFragment - 1000
Compressed Clay recipe.
- clayLump - 500
Compressed Crushed Sand recipe.
- crushedSand - 500
Compressed Brass recipe.
- scrapBrass - 500
Compressed Lead recipe.
- scrapLead - 500
Compressed Dirt Fragment recipe.
- dirtFragment - 500
Compressed Iron recipe.
- scrapIron - 500
Compressed Stone recipe.
- rockSmall - 500
Compressed Coal recipe.
- coal - 500
Compressed Shale recipe.
- oilShale - 500
Compressed Nitrate recipe.
- potassiumNitratePowder - 500
Compressed Resources recipe.
- clayLump - 500
- scrapBrass - 500
- dirtFragment - 500
- rockSmall - 500
- oilShale - 500
QuarryPlatform Resources recipe.
- clayLump - 6000
- scrapBrass - 6000
- dirtFragment - 6000
- rockSmall - 6000
- oilShale - 6000
- requires Compressed Resources
QuarryPlatform Clay recipe.
- clayLump - 6000
- requires Compressed Clay
QuarryPlatform Sand recipe.
- crushedSand - 6000
- requires Compressed Crushed Sand
QuarryPlatform Brass recipe.
- scrapBrass - 6000
- requires Compressed Brass
QuarryPlatform Lead recipe.
- scrapLead - 6000
- requires Compressed Lead
QuarryPlatform Dirt recipe.
- dirtFragment - 6000
- requires Compressed Dirt
QuarryPlatform Iron recipe.
- scrapIron - 6000
- requires Compressed Iron
QuarryPlatform Stone recipe.
- rockSmall - 6000
- requires Compressed Stone
QuarryPlatform Coal recipe.
- coal - 6000
- requires Compressed Coal
QuarryPlatform Shale recipe.
- oilShale - 6000
- requires Compressed Shale
QuarryPlatform Nitrate recipe.
- potassiumNitratePowder - 6000
- requires Compressed Nitrate
QuarryPlatform Nugget recipe.
- scrapBrass - 10000
- scrapLead - 10000
- scrapIron - 10000
- requires Compressed Resources
Quarry's will spawn a box on top of the platform at certain times. PlatformQuarry Resource is every 120 minutes. Clay, Sand, Brass, Lead, Dirt, Iron, Stone, Coal, Shale and Nitrate are set to spawn a box every 60 minutes. Nuggets is every 30 minutes because of a very low chance of getting any silver, gold or diamonds, it took me 24 tries before I got anything.
The code for all of this is located here at my github.
You will need to copy and paste the code in the respected files.
You also will have to replace each block and item ID's to ones that are not in-use on your 7DTD server, I have replaced each ID with "0000" that will need to be changed which is pretty much all of them.
If you do everything right, there should be no problems getting the code to work. I have tested it on my computer multiple times.
-GG2015
------------------------------------------
Terms of Use
If you want to use my mods in your project, all I ask is for you to ask me and to link my mods that you use to my GitHub so others know where to get them for future reference.
------------------------------------------
Update 12/27/2017:
I removed silverNuggets, goldNuggets, and rawDiamonds from all Quarrys except Nuggets to try and balance the mod out since it was giving me way too many of them.
I also increased output of loot to 2x to help out with Quarrys that are not giving loot.
This mod is based on your character level, if it is too low then you wont get a lot of loot.
------------------------------------------
Updated again 12/27/2017:
Fixed an error where Quarry spawns more loot than can be fit inside slots, added another slot to each Quarry.
Last edited by a moderator: