Skip to content

Commit

Permalink
haha yes
Browse files Browse the repository at this point in the history
i wrote tons more than this but then deleted it because it was bad
  • Loading branch information
Shnupbups committed Jun 29, 2020
1 parent d4ae8ad commit e465626
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
public class AstromineBreathables {
public static void initialize() {
BreathableRegistry.INSTANCE.register(EntityType.COD, AstromineTags.WATER_BREATHABLE);
BreathableRegistry.INSTANCE.register(EntityType.DOLPHIN, AstromineTags.NORMAL_BREATHABLE, AstromineTags.WATER_BREATHABLE);
BreathableRegistry.INSTANCE.register(EntityType.DROWNED, AstromineTags.NORMAL_BREATHABLE, AstromineTags.WATER_BREATHABLE);
BreathableRegistry.INSTANCE.register(EntityType.ELDER_GUARDIAN, AstromineTags.WATER_BREATHABLE);
BreathableRegistry.INSTANCE.register(EntityType.GUARDIAN, AstromineTags.WATER_BREATHABLE);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"replace": false,
"values": [
"minecraft:iron_golem",
"minecraft:armor_stand"
"minecraft:armor_stand",
"astromine:space_slime",
"astromine:super_space_slime"
]
}

0 comments on commit e465626

Please sign in to comment.