mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
dsads
This commit is contained in:
parent
29979ab319
commit
f1ad376a5d
@ -440,7 +440,7 @@ public class ModEventHandler {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
private void assignItemsToEntity(EntityLivingBase entity, Map<Integer, List<WeightedRandomObject>> slotPools) {
|
public void assignItemsToEntity(EntityLivingBase entity, Map<Integer, List<WeightedRandomObject>> slotPools) {
|
||||||
for (Map.Entry<Integer, List<WeightedRandomObject>> entry : slotPools.entrySet()) {
|
for (Map.Entry<Integer, List<WeightedRandomObject>> entry : slotPools.entrySet()) {
|
||||||
int slot = entry.getKey();
|
int slot = entry.getKey();
|
||||||
List<WeightedRandomObject> pool = entry.getValue();
|
List<WeightedRandomObject> pool = entry.getValue();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user