Burlan Towny 0.5.5
on Nov 22, 2024hotfix
Burlan Towny 0.5
on Nov 19, 2024Burlan 0.5 Update
Fixed Dynmap Zoom Issues
Config Updates:
Added mining drops and removing ore blocks.
(Removing Ore Blocks logic: if player is near a ore block by 3 blocks, Turn it to stone. Added a safeguard so they drop nothing incase of people going in with effi pickaxes)
mining: # Might cause issues. If you encounter a bug report to kane44hd on discord. enabled: true player_placed: false original_block_weight: 50 blocks: # Blocks that will drop the reward items. - STONE - DEEPSLATE - GRANITE - DIORITE - ANDESITE rewards: # Rewards, Weight is how often it will drop. Amount is how much is dropped. DIAMOND: weight: 1 amount: 1 IRON_INGOT: weight: 3 amount: 2 GOLD_INGOT: weight: 3 amount: 1 EMERALD: weight: 2 amount: 1 COAL: weight: 2 amount: 3
ore_removal: # Might cause issues. If you encounter a bug report to kane44hd on discord. enabled: false blocks_per_tick: 50 blocks: - IRON_ORE - GOLD_ORE - DIAMOND_ORE - EMERALD_ORE - COAL_ORE - COPPER_ORE - LAPIS_ORE - REDSTONE_ORE - DEEPSLATE_IRON_ORE - DEEPSLATE_GOLD_ORE - DEEPSLATE_DIAMOND_ORE - DEEPSLATE_EMERALD_ORE - DEEPSLATE_COAL_ORE - DEEPSLATE_COPPER_ORE - DEEPSLATE_LAPIS_ORE - DEEPSLATE_REDSTONE_ORE scan_interval: 20 # Ticks between scans (20 = 1 second)