Guest User

Untitled

a guest
Oct 24th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. package net.minecraft.src;
  2.  
  3. public class DimensionSpire extends DimensionBase
  4. {
  5. public DimensionSpire()
  6. {
  7. super(3, WorldProviderSpire.class, TeleporterSpire.class);
  8. }
  9. }
Add Comment
Please, Sign In to add comment