this repo has no description

changed desolation config, and changed replacement reward for templates in bastions, from diamond to netherite ingot

+7 -6
+3 -2
datapack/data/cwbubc/dimension_type/desolation.json
··· 19 19 "minecraft:visual/sky_color": "#ff9f77", 20 20 "minecraft:visual/fog_color": "#fec0e9" 21 21 }, 22 + "has_fixed_time": true, 22 23 "skybox": "none", 23 - "coordinate_scale": 8, 24 + "coordinate_scale": 1, 24 25 "has_ceiling": false, 25 26 "has_skylight": true, 26 27 "cardinal_light": "default", ··· 30 31 "min_y": -64, 31 32 "monster_spawn_block_light_limit": 15, 32 33 "monster_spawn_light_level": 7, 33 - "timelines": "#minecraft:in_overworld" 34 + "timelines": "#minecraft:in_nether" 34 35 }
+1 -1
datapack/data/minecraft/loot_table/chests/bastion_bridge.json
··· 327 327 }, 328 328 { 329 329 "type": "minecraft:item", 330 - "name": "minecraft:diamond", 330 + "name": "minecraft:netherite_ingot", 331 331 "functions": [ 332 332 { 333 333 "function": "minecraft:set_count",
+1 -1
datapack/data/minecraft/loot_table/chests/bastion_hoglin_stable.json
··· 387 387 }, 388 388 { 389 389 "type": "minecraft:item", 390 - "name": "minecraft:diamond", 390 + "name": "minecraft:netherite_ingot", 391 391 "functions": [ 392 392 { 393 393 "function": "minecraft:set_count",
+1 -1
datapack/data/minecraft/loot_table/chests/bastion_other.json
··· 539 539 }, 540 540 { 541 541 "type": "minecraft:item", 542 - "name": "minecraft:diamond", 542 + "name": "minecraft:netherite_ingot", 543 543 "functions": [ 544 544 { 545 545 "function": "minecraft:set_count",
+1 -1
datapack/data/minecraft/loot_table/chests/bastion_treasure.json
··· 190 190 "function": "minecraft:set_count" 191 191 } 192 192 ], 193 - "name": "minecraft:diamond", 193 + "name": "minecraft:netherite_ingot", 194 194 "weight": 5 195 195 }, 196 196 {