Hbm-s-Nuclear-Tech-GIT/com/hbm/entity/EntityNukeCloudNoShroom.java

16 lines
305 B
Java

package com.hbm.entity;
import net.minecraft.world.World;
public class EntityNukeCloudNoShroom extends EntityNukeCloudSmall {
public EntityNukeCloudNoShroom(World p_i1582_1_) {
super(p_i1582_1_);
}
public EntityNukeCloudNoShroom(World p_i1582_1_, int maxAge) {
super(p_i1582_1_, maxAge);
}
}