Another mapping update.
This commit is contained in:
parent
c8fca39895
commit
d7d0f241ff
4 changed files with 5 additions and 5 deletions
|
@ -778,7 +778,7 @@
|
||||||
"func_22329_a","func_22329_a","a","(III)I","(III)I","PathPoint","mo","net/minecraft/src","0"
|
"func_22329_a","func_22329_a","a","(III)I","(III)I","PathPoint","mo","net/minecraft/src","0"
|
||||||
"func_1180_a","distanceTo","a","(LPathPoint;)F","(Lmo;)F","PathPoint","mo","net/minecraft/src","0"
|
"func_1180_a","distanceTo","a","(LPathPoint;)F","(Lmo;)F","PathPoint","mo","net/minecraft/src","0"
|
||||||
"func_1179_a","isAssigned","a","()Z","()Z","PathPoint","mo","net/minecraft/src","0"
|
"func_1179_a","isAssigned","a","()Z","()Z","PathPoint","mo","net/minecraft/src","0"
|
||||||
"func_35374_a","func_35374_a","a","(F)V","(F)V","ContainerCreative","afp","net/minecraft/src","0"
|
"func_35374_a","scrollTo","a","(F)V","(F)V","ContainerCreative","afp","net/minecraft/src","0"
|
||||||
"func_441_c","setSlimeSize","b","(I)V","(I)V","EntitySlime","aed","net/minecraft/src","0"
|
"func_441_c","setSlimeSize","b","(I)V","(I)V","EntitySlime","aed","net/minecraft/src","0"
|
||||||
"func_25027_v","getSlimeSize","aF","()I","()I","EntitySlime","aed","net/minecraft/src","0"
|
"func_25027_v","getSlimeSize","aF","()I","()I","EntitySlime","aed","net/minecraft/src","0"
|
||||||
"func_40135_ac","func_40135_ac","ax","()Ljava/lang/String;","()Ljava/lang/String;","EntitySlime","aed","net/minecraft/src","0"
|
"func_40135_ac","func_40135_ac","ax","()Ljava/lang/String;","()Ljava/lang/String;","EntitySlime","aed","net/minecraft/src","0"
|
||||||
|
@ -4164,7 +4164,7 @@
|
||||||
"func_491_a","playRecord","a","(Ljava/lang/String;III)V","(Ljava/lang/String;III)V","World","fi","net/minecraft/src","1"
|
"func_491_a","playRecord","a","(Ljava/lang/String;III)V","(Ljava/lang/String;III)V","World","fi","net/minecraft/src","1"
|
||||||
"func_514_a","spawnParticle","a","(Ljava/lang/String;DDDDDD)V","(Ljava/lang/String;DDDDDD)V","World","fi","net/minecraft/src","1"
|
"func_514_a","spawnParticle","a","(Ljava/lang/String;DDDDDD)V","(Ljava/lang/String;DDDDDD)V","World","fi","net/minecraft/src","1"
|
||||||
"func_27073_a","addLightningBolt","a","(LEntity;)Z","(Lrn;)Z","World","fi","net/minecraft/src","1"
|
"func_27073_a","addLightningBolt","a","(LEntity;)Z","(Lrn;)Z","World","fi","net/minecraft/src","1"
|
||||||
"func_526_a","entityJoinedWorld","b","(LEntity;)Z","(Lrn;)Z","World","fi","net/minecraft/src","1"
|
"func_526_a","spawnEntityInWorld","b","(LEntity;)Z","(Lrn;)Z","World","fi","net/minecraft/src","1"
|
||||||
"func_479_b","obtainEntitySkin","c","(LEntity;)V","(Lrn;)V","World","fi","net/minecraft/src","1"
|
"func_479_b","obtainEntitySkin","c","(LEntity;)V","(Lrn;)V","World","fi","net/minecraft/src","1"
|
||||||
"func_531_c","releaseEntitySkin","d","(LEntity;)V","(Lrn;)V","World","fi","net/minecraft/src","1"
|
"func_531_c","releaseEntitySkin","d","(LEntity;)V","(Lrn;)V","World","fi","net/minecraft/src","1"
|
||||||
"func_22085_d","removePlayerForLogoff","e","(LEntity;)V","(Lrn;)V","World","fi","net/minecraft/src","1"
|
"func_22085_d","removePlayerForLogoff","e","(LEntity;)V","(Lrn;)V","World","fi","net/minecraft/src","1"
|
||||||
|
|
Can't render this file because it is too large.
|
|
@ -40,7 +40,7 @@
|
||||||
- float f4 = world.rand.nextFloat() * f1 + (1.0F - f1) * 0.5F;
|
- float f4 = world.rand.nextFloat() * f1 + (1.0F - f1) * 0.5F;
|
||||||
- EntityItem entityitem = new EntityItem(world, (float)i + f2, (float)j + f3, (float)k + f4, new ItemStack(Item.seeds));
|
- EntityItem entityitem = new EntityItem(world, (float)i + f2, (float)j + f3, (float)k + f4, new ItemStack(Item.seeds));
|
||||||
- entityitem.delayBeforeCanPickup = 10;
|
- entityitem.delayBeforeCanPickup = 10;
|
||||||
- world.entityJoinedWorld(entityitem);
|
- world.spawnEntityInWorld(entityitem);
|
||||||
+ tr.add(new ItemStack(Item.seeds));
|
+ tr.add(new ItemStack(Item.seeds));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
- double d2 = (double)(world.rand.nextFloat() * f) + (double)(1.0F - f) * 0.5D;
|
- double d2 = (double)(world.rand.nextFloat() * f) + (double)(1.0F - f) * 0.5D;
|
||||||
- EntityItem entityitem = new EntityItem(world, (double)i + d, (double)j + d1, (double)k + d2, new ItemStack(i1, 1, 0));
|
- EntityItem entityitem = new EntityItem(world, (double)i + d, (double)j + d1, (double)k + d2, new ItemStack(i1, 1, 0));
|
||||||
- entityitem.delayBeforeCanPickup = 10;
|
- entityitem.delayBeforeCanPickup = 10;
|
||||||
- world.entityJoinedWorld(entityitem);
|
- world.spawnEntityInWorld(entityitem);
|
||||||
- world.setBlockWithNotify(i, j, k, 0);
|
- world.setBlockWithNotify(i, j, k, 0);
|
||||||
+ dropBlockAsItem(world,i,j,k,l,0);
|
+ dropBlockAsItem(world,i,j,k,l,0);
|
||||||
entityplayer.addStat(StatList.mineBlockStatArray[blockID], 1);
|
entityplayer.addStat(StatList.mineBlockStatArray[blockID], 1);
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
|
|
||||||
public void dropPlayerItem(ItemStack itemstack)
|
public void dropPlayerItem(ItemStack itemstack)
|
||||||
@@ -493,6 +506,8 @@
|
@@ -493,6 +506,8 @@
|
||||||
worldObj.entityJoinedWorld(entityitem);
|
worldObj.spawnEntityInWorld(entityitem);
|
||||||
}
|
}
|
||||||
|
|
||||||
+ /* FORGE: This isnt called anymore
|
+ /* FORGE: This isnt called anymore
|
||||||
|
|
Loading…
Reference in a new issue