xt9 / cryogenic-simulation

11 stars 1 forks source link

[0.3.1] Ender Pearls from Astral Sorcery Shooting Stars #5

Closed Hjaldar closed 5 years ago

Hjaldar commented 5 years ago

Quite limited source of Ender Pearls, but still progression breaking I guess.

val astralShootingStarLootTable = LootTables.getTable("astralsorcery:shooting_star");
val astralShootingStarPool = astralShootingStarLootTable.getPool("astralsorcery:shooting_star");

astralShootingStarPool.removeEntry("minecraft:ender_pearl");

in /scripts/loot/astral_structures.zs to remove them. I have implemented and tested this fix.

It might be interesting to add other loot to these.

xt9 commented 5 years ago

Fixed in dev