
Fortune does not affect ores that drop more than one of its material
Weedoof opened this issue ยท 3 comments
Issue description
As the title states, fortune doesn't affect drop count for materials from ores such as lapis lazuli or redstone. This affects any pack running EE, such as Enigmatica 9.
Steps to reproduce
- Load a world in version 1.8.1 of Enigmatica 9.
- Run
/fill @s ~ ~ ~ ~3 ~3 ~3 emendatusenigmatica:lapis_ore
to generate a stack-sized block of lapis lazuli ore. - Break any number of lapis ore with an unenchanted pickaxe.
- Run the above command a second time.
- Break the same amount of ore with any other pickaxe that is enchanted with Fortune 3. If desired, run
/apoth lootify mythic
and slot in a Gem of the Earth or Endersurge gem to raise the effective fortune level higher, or use a quark tome. - The amount of lapis gained from each pickaxe should be about the same, regardless of which pickaxe was used.
Minecraft version
1.19.2 (Latest)
Forge version
43.1.20
Emendatus Enigmatica version
2.1.x (Latest)
Other relevant versions
No response
If a (crash)log is relevant for this issue, link it here: (It's almost always relevant)
N/A
Sure. Here it is.
{
"id": "lapis",
"source": "vanilla",
"localizedName": "Lapis Lazuli",
"disableDefaultOre": true,
"processedTypes": [
"ore",
"dust",
"gear"
],
"properties": {
"materialType": "gem",
"harvestLevel": 1,
"blockRecipeType": 9
},
"oreDrop": {
"drop": "minecraft:lapis_lazuli",
"min": 2,
"max": 5
}
}