mineflayer icon indicating copy to clipboard operation
mineflayer copied to clipboard

Mining with oresim

Open adabugra opened this issue 2 years ago • 6 comments

Is your feature request related to a problem? Please describe.

no

Can you add oresim support to mineflayer (it detecs a ores location with servers seed.)

adabugra avatar May 30 '22 14:05 adabugra

There's the findBlock function

I don't think that feature will be added, mind explaining what Oresim does? I understand that it detects the ore locations, but that can be done already with findBlock.

amoraschi avatar May 30 '22 14:05 amoraschi

It's probably for servers with anti-xray, which sends the ore as regular stone if it's too far. Unfortunately we don't have a way to simulate the ore generation yet. For 1.18, I'm working on updating prismarine-rng and there is a chance that i'll add terrain and ore generation, since it's not that much more complicated once biomes are figured out. For older version, it's very unlikely to happen.

Karang avatar May 30 '22 15:05 Karang

There's the findBlock function

I don't think that feature will be added, mind explaining what Oresim does? I understand that it detects the ore locations, but that can be done already with findBlock.

its for servers that have antixray protection

adabugra avatar May 30 '22 18:05 adabugra

It's probably for servers with anti-xray, which sends the ore as regular stone if it's too far. Unfortunately we don't have a way to simulate the ore generation yet. For 1.18, I'm working on updating prismarine-rng and there is a chance that i'll add terrain and ore generation, since it's not that much more complicated once biomes are figured out. For older version, it's very unlikely to happen.

some clients have that. i need it for 1.17 nether for mining gold

adabugra avatar May 30 '22 18:05 adabugra

It's probably for servers with anti-xray, which sends the ore as regular stone if it's too far. Unfortunately we don't have a way to simulate the ore generation yet. For 1.18, I'm working on updating prismarine-rng and there is a chance that i'll add terrain and ore generation, since it's not that much more complicated once biomes are figured out. For older version, it's very unlikely to happen.

client have that. i need it for 1.17 nether for mining gold

PRs open, if clients have that, you could take the Java code and rewrite it in JavaScript

amoraschi avatar May 30 '22 18:05 amoraschi

It's probably for servers with anti-xray, which sends the ore as regular stone if it's too far. Unfortunately we don't have a way to simulate the ore generation yet. For 1.18, I'm working on updating prismarine-rng and there is a chance that i'll add terrain and ore generation, since it's not that much more complicated once biomes are figured out. For older version, it's very unlikely to happen.

client have that. i need it for 1.17 nether for mining gold

PRs open, if clients have that, you could take the Java code and rewrite it in JavaScript

i can give you java code but i cant rewrite it in javascript

adabugra avatar May 30 '22 20:05 adabugra