diff --git a/README.md b/README.md index a10eb8a5f..acf6489dd 100644 --- a/README.md +++ b/README.md @@ -25,5 +25,6 @@ If you want to do some changes in the code yourself, start here after 6. and con 2) Meddle with the code, you can run the code in the IDE (eclipse has a convenient green play button) 3) Save changes, close the IDE and continue with 7. of the previous list -Now remember: You are permitted to take some chunks of code to use in your project (commercially or not, doesn't matter), -but you can't just download the whole thing, change it up a little and republish it. It's basically a "Just don't be an asshole" rule. +======== +DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE Version 2, December 2004 Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed. DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. You just DO WHAT THE FUCK YOU WANT TO. +======== \ No newline at end of file diff --git a/assets/hbm/textures/models/ModelB92Dark.png b/assets/hbm/textures/models/ModelB92Dark.png index db529adaf..13521e2bf 100644 Binary files a/assets/hbm/textures/models/ModelB92Dark.png and b/assets/hbm/textures/models/ModelB92Dark.png differ diff --git a/com/hbm/entity/projectile/EntityExplosiveBeam.java b/com/hbm/entity/projectile/EntityExplosiveBeam.java index cf2fb2b8b..497e4528e 100644 --- a/com/hbm/entity/projectile/EntityExplosiveBeam.java +++ b/com/hbm/entity/projectile/EntityExplosiveBeam.java @@ -246,12 +246,6 @@ public class EntityExplosiveBeam extends Entity implements IProjectile if (block.getMaterial() != Material.air) { block.setBlockBoundsBasedOnState(this.worldObj, this.field_145791_d, this.field_145792_e, this.field_145789_f); - AxisAlignedBB axisalignedbb = block.getCollisionBoundingBoxFromPool(this.worldObj, this.field_145791_d, this.field_145792_e, this.field_145789_f); - if(!worldObj.isRemote) { - ExplosionChaos.burn(this.worldObj, (int)this.posX, (int)this.posY, (int)this.posZ, 2); - ExplosionChaos.flameDeath(this.worldObj, (int)this.posX, (int)this.posY, (int)this.posZ, 5); - ExplosionThermo.scorchLight(this.worldObj, (int)this.posX, (int)this.posY, (int)this.posZ, 3); - } this.setDead(); explode(); } diff --git a/com/hbm/items/weapon/GunB92.java b/com/hbm/items/weapon/GunB92.java index ce9eba3a5..42309c2a4 100644 --- a/com/hbm/items/weapon/GunB92.java +++ b/com/hbm/items/weapon/GunB92.java @@ -208,6 +208,8 @@ public class GunB92 extends Item { list.add("The more energy is stored, the less accurate"); list.add("the beams become."); list.add("Only up to ten charges may be stored."); + list.add(""); + list.add("\"It's nerf or nothing!\""); } @Override