Mining - Silverbane/MinecraftImpossible GitHub Wiki
Brainstorming Notes: Unlocks other buildings. Allows an npc to mine for you. Collects more resources using advanced techniques. Example 1 iron block could randomly give you 1 to 3 iron blocks.
You supply the mine with the wood and tools. Once it runs out the miner stops.
There is a hub and shafts as two different systems.The hub is built like any other building while the shafts are created by walking to a spot they select mining control. They face the direction they want to mine and then hit what type horizontal/angle/vertical and as long as a hub is close enough and connected it will spawn a miner and start mining.
Level 1 - unlocks mine in horizontal straight line. Uses wood for bridges and reinforcements. Only mines coal and iron cobblestone dirt and what not no multiplier. Limited storage and slow.
Mine 2 Unlocks angled slopes for mining Unlocks faster mining if tracks are present More space to store stuff Can mine everything but obsidian and diamond
Mine 3 Unlocks vertical mining with multiple levels Unlocks faster mining if tracks and elevator are present More space to store stuff Can mine everything
Lvl/bed 1/2 2/4 3/10 ? Or whatever you think
OLDER NOTES
- Brainstorming and Notes
- Grabbed Barracks file and copied it over for now as a template.
- This building with hire and NPC who will perform a script that will slowly build a mineshaft in the direction that the building as placed.
- MiningI Unlocks Coal and Cobblestone Collection.
- MiningII Unlocks Iron
- MiningIII Unlocks Everything else and allows for a decline/elevators.
- Use Nicks Shared:DemolishBuilding script for some examples to use.
- How it Works:
- You supply the building with a villager and money and tools + build blocks such as rails and railcarts wood torches.
- It will then begin mining. If it finds stone it breaks it to cobblestone.
- If it finds a resource it will mine it with a chance to get bonus.
- Either have a rail system pick up the blocks or... run a script that just places the blocks into a chest.