Fixed README typo
parent
2dab2feefa
commit
687251779a
|
@ -1,4 +1,4 @@
|
|||
# Fianl Beta
|
||||
# Final Beta
|
||||
|
||||
A (Cursed) Fabric mod for Minecraft Beta 1.7.3 that adds some quality of life changes and fixes some issues.
|
||||
|
||||
|
|
|
@ -24,7 +24,9 @@ public class WyHelper {
|
|||
Random rand = new Random();
|
||||
// player.level.playSound(player, "random.break", 1, (rand.nextFloat() - rand.nextFloat()) * 0.2F + 1.0F);
|
||||
|
||||
// player.dropItem(new ItemInstance(Tile.DIRT, 1), false);
|
||||
// player.damage(player, 15);
|
||||
|
||||
// player.dropItem(new ItemInstance(ItemType.mushroomStew, 1), false);
|
||||
|
||||
// player.dropItem(new ItemInstance(ItemType.bow, 1), false);
|
||||
// player.dropItem(new ItemInstance(ItemType.arrow, 64), false);
|
||||
|
@ -40,8 +42,8 @@ public class WyHelper {
|
|||
// enemy.setPositionAndAngles(player.x + 2, player.y, player.z, 0.0f, 0.0f);
|
||||
// player.level.spawnEntity(enemy);
|
||||
|
||||
boolean b = ModConfig.instance().get(ModConfig.SUGAR_CANE_ON_SAND);
|
||||
System.out.println(b);
|
||||
// boolean b = ModConfig.instance().get(ModConfig.SUGAR_CANE_ON_SAND);
|
||||
// System.out.println(b);
|
||||
|
||||
player.level.setLevelTime(0);
|
||||
player.level.getProperties().setRaining(false);
|
||||
|
|
Loading…
Reference in New Issue