mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-02-21 05:22:35 +00:00
Remove angry metal drop
Considerting it is no longer used anywhere (Eye of Harmony doesn't count since the AMS is long deprecated), it felt weird to still get it 10% of the time
This commit is contained in:
parent
2d33e90f93
commit
4a931a4be1
@ -68,9 +68,6 @@ public class BlockOre extends Block {
|
|||||||
if(this == ModBlocks.ore_nether_fire) {
|
if(this == ModBlocks.ore_nether_fire) {
|
||||||
return rand.nextInt(10) == 0 ? ModItems.ingot_phosphorus : ModItems.powder_fire;
|
return rand.nextInt(10) == 0 ? ModItems.ingot_phosphorus : ModItems.powder_fire;
|
||||||
}
|
}
|
||||||
if(this == ModBlocks.block_meteor) {
|
|
||||||
return rand.nextInt(10) == 0 ? ModItems.plate_dalekanium : Item.getItemFromBlock(ModBlocks.block_meteor);
|
|
||||||
}
|
|
||||||
if(this == ModBlocks.block_meteor_cobble) {
|
if(this == ModBlocks.block_meteor_cobble) {
|
||||||
return ModItems.fragment_meteorite;
|
return ModItems.fragment_meteorite;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user