Skip to content

Commit

Permalink
update wiki images and mine structure
Browse files Browse the repository at this point in the history
  • Loading branch information
zelytra committed Jul 26, 2021
1 parent ffd77b3 commit 5b63c0a
Show file tree
Hide file tree
Showing 29 changed files with 5 additions and 5 deletions.
Binary file removed img/bookshelf.png
Binary file not shown.
Binary file added img/chorus_flower.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/compass.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/diamond_block.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/diamond_boots.png
Binary file not shown.
Binary file removed img/diamond_chestplate.png
Binary file not shown.
Binary file added img/emerald_block.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/flint.png
Binary file not shown.
Binary file added img/gold_block.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/gold_ingot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/golden_axe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/golden_boots.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/golden_chestplate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/golden_hoe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/golden_sword.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/hay_block_side.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/iron_block.png
Binary file not shown.
Binary file removed img/iron_helmet.png
Binary file not shown.
Binary file removed img/iron_leggings.png
Binary file not shown.
Binary file modified img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/nether_star.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/netherite_scrap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/shield.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/sweet_berries.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public final class GameSettings {
public static int CIRCEE_ISLANDS_COUNT = 5;
public static boolean FRIENDLY_FIRE = false;
public static boolean HARDCORE = false;
public static boolean ABSORPTION = true;
public static boolean ABSORPTION = false;
public static boolean CUT_CLEAN = true;
public static int APPLE_DROP = 8;
public static DayCycleEnum DAY_CYCLE = DayCycleEnum.DEFAULT;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
import java.util.HashMap;

public class LootTableManager {
private HashMap<String, LootTable> structuresLoot;
private HashMap<String, LootTable> athenaLoot;
private HashMap<String, LootTable> dionysosPotion;
private LootParser lootParser;
private final HashMap<String, LootTable> structuresLoot;
private final HashMap<String, LootTable> athenaLoot;
private final HashMap<String, LootTable> dionysosPotion;
private final LootParser lootParser;

public LootTableManager() {
structuresLoot = new HashMap<>();
Expand Down
Binary file modified src/main/resources/structures/mine1.struct
Binary file not shown.
Binary file modified src/main/resources/structures/mine2.struct
Binary file not shown.
Binary file modified src/main/resources/structures/mine3.struct
Binary file not shown.

0 comments on commit 5b63c0a

Please sign in to comment.