gitignore
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -9,3 +9,6 @@ eclipse
|
|||||||
gradle/*
|
gradle/*
|
||||||
gradle
|
gradle
|
||||||
.settings/*
|
.settings/*
|
||||||
|
config
|
||||||
|
logs
|
||||||
|
eula.txt
|
||||||
|
|||||||
@@ -25,8 +25,6 @@ public class Main
|
|||||||
// some example code
|
// some example code
|
||||||
//System.out.println("DIRT BLOCK >> "+Blocks.dirt.getUnlocalizedName());
|
//System.out.println("DIRT BLOCK >> "+Blocks.dirt.getUnlocalizedName());
|
||||||
}
|
}
|
||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
|
|
||||||
@EventHandler
|
@EventHandler
|
||||||
public void postInit(FMLPostInitializationEvent e) {
|
public void postInit(FMLPostInitializationEvent e) {
|
||||||
@@ -34,7 +32,4 @@ public class Main
|
|||||||
System.out.println("U want some Body Massage?");
|
System.out.println("U want some Body Massage?");
|
||||||
//RenderingRegistry.registerEntityRenderingHandler(EntityShit.class, new RenderSnowball(ModItems.itemShit));
|
//RenderingRegistry.registerEntityRenderingHandler(EntityShit.class, new RenderSnowball(ModItems.itemShit));
|
||||||
}
|
}
|
||||||
|
|
||||||
//Fluids comment
|
|
||||||
>>>>>>> 71867cff5f48b73b986b837d8f6e04f57d3ee247
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user