Minecraft-Eternal / MC-Eternal-1.12

Tons of thrilling™ Adventures, Magic, Science, Quests, Combat, Bosses, Automation, Exploration, and Rats who shoot cheese from cannons??
48 stars 14 forks source link

[BUG] Orbital laser drill does not mine all of the overworld ores #244

Open knedlikcz opened 3 years ago

knedlikcz commented 3 years ago

Describe the bug I don't know if you can call this a bug but I don't know how to use GitHub tags so sorry about that. So the orbital laser drill has disabled block destroying on planets and it generates ores based on an array list that it gets from config files, I am wondering if the array list has been altered or has been left as original. My question is, should it be changed?

Version of MC Eternal 1.4.4

To Reproduce Steps to reproduce the behavior:

  1. Go to C:\Users\UserName\curseforge\minecraft\Instances\MC Eternal\config\advRocketry
  2. Click on AdvancedRocketry.cfg
  3. press ctr + f and search " List of oredictionary names of ores allowed"

Expected behavior Should give all ores available in the overworld/earth (Dim 0)

anabsolutesloth commented 3 years ago

The Laser Drill pulls from a specific list in the config if Real Planet Mining is disabled, although i suppose this could be tweaked with some work.


    S:laserDrillOres <
        oreIron
        oreGold
        oreCopper
        oreTin
        oreRedstone
        oreDiamond
     >
knedlikcz commented 3 years ago

That's basically what I had in mind, I was not sure if the list was tweaked be the developer and if no. Is it possible to have it tweaked to simulate overworld mining?

knedlikcz commented 3 years ago

I was thinking something like this, if I left out something that should be there please notify me.

S:laserDrillOres < oreCoal oreIron oreGold oreLapis oreRedstone oreDiamond oreEmerald oreCopper oreTin oreSilver oreLead oreAluminum oreNickle orePlatinum oreQuartzBlack oreProsperity oremithril oreCinnabar oreCertusQuatz oreChargedCertusQuartz oreFossil oreRutile thaumcraft:ore_quartz techreborn:ore

anabsolutesloth commented 3 years ago

Might whip up a PR later. Also, sidenote, you can't use ItemIDs for it, it specifically wants oredict entries.

knedlikcz commented 3 years ago

Well I am a bit confused then. In the config files it says both formats are acceptable image