-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Laser Drill config for certain ores is missing #864
Comments
I originally thought it's a bug, but after checking I see this is default behavior and it is the case in other modpacks as well. |
I think it would be a easier addition to the drills as i believe some of the ores require setting up of individual drills in order to produce them, and yellorium and charged certus are very commonly used resources that otherwise would be much more complicated to produce. It would just be a small QoL thing that would help people who use quite large drill arrays |
That's a good point, although easier is not necessarily better in gameplay, I'd love to get more opinions from players :) |
I find that the Digital Miner from Mekanism fills that gap just fine without making these specific ores overly available. |
Basic details
Yes
Yes
Yes
Information required
Is the modpack crashing: No
Is Optifine installed or any other additional mods: No
Describe the issue
The laser drill configs are missing some ores meaning some ores arent matching to the universal y0 to y-256 setting the others have
Charged Certus, Aluminium, Nickel, Yellowrite, Platinum all only have their basic config y levels despite every other ore in the pack having a custom y0 - y256 config option, example below:
"item": "oreCopper",
"color": 1,
"rarity": [
{
"whitelist": "",
"blacklist": "minecraft:hell, minecraft:sky",
"depth_min": 35,
"depth_max": 65,
"weight": 10
},
{
"whitelist": "",
"blacklist": "minecraft:hell, minecraft:sky",
"depth_min": 0,
"depth_max": 255,
"weight": 2
}
]
},
{
"item": "oreAluminum",
"color": 12,
"rarity": [
{
"whitelist": "",
"blacklist": "minecraft:hell, minecraft:sky",
"depth_min": 68,
"depth_max": 84,
"weight": 5
}
]
The text was updated successfully, but these errors were encountered: