minecraft server init
This commit is contained in:
104
config/antiqueatlas/antiqueatlas.cfg
Normal file
104
config/antiqueatlas/antiqueatlas.cfg
Normal file
@ -0,0 +1,104 @@
|
||||
# Configuration file
|
||||
|
||||
##########################################################################################################
|
||||
# gameplay
|
||||
#--------------------------------------------------------------------------------------------------------#
|
||||
# These settings will affect how the mod behaves in certain situations and the players' overall gameplay, but generally won't affect performance.
|
||||
##########################################################################################################
|
||||
|
||||
gameplay {
|
||||
# Whether to add local marker for the spot where the player died.
|
||||
B:autoDeathMarker=true
|
||||
|
||||
# Whether to add global markers for Nether Portals.
|
||||
B:autoNetherPortalMarkers=true
|
||||
|
||||
# Whether to add global markers for NPC villages.
|
||||
B:autoVillageMarkers=true
|
||||
|
||||
# Whether to remember last open browsing position and zoom level for each dimension in every atlas.
|
||||
# If disabled, all dimensions and all atlases will be "synchronized" at the same coordinates and zoom level, and map will "follow" player by default.
|
||||
B:doSaveBrowsingPos=true
|
||||
|
||||
# Player will need to craft atlas item to use atlas.
|
||||
B:itemNeeded=true
|
||||
}
|
||||
|
||||
|
||||
##########################################################################################################
|
||||
# performance
|
||||
#--------------------------------------------------------------------------------------------------------#
|
||||
# These settings affect the algorithms for scanning the world, drawing the map etc. Changing them may improve the game's overall stability and performance at the cost of Atlas' functionality.
|
||||
##########################################################################################################
|
||||
|
||||
performance {
|
||||
# If true, map render time will be output.
|
||||
B:debugRender=false
|
||||
|
||||
# Whether to rescan chunks in the area that have been previously mapped. This is useful in case of changes in coastline (including small ponds of water and lava), or if land disappears completely (for sky worlds).
|
||||
# Disable for better performance.
|
||||
B:doRescan=true
|
||||
|
||||
# Whether to perform additional scanning to locate small ponds of water or lava.
|
||||
# Disable for better performance.
|
||||
B:doScanPonds=true
|
||||
|
||||
# Whether to perform additional scanning to locate ravines.
|
||||
# Disable for better performance.
|
||||
B:doScanRavines=true
|
||||
|
||||
# Force loading of chunks within scan radius even if it exceeds regular chunk loading distance.
|
||||
# Enabling this may SEVERELY decrease performance!
|
||||
B:forceChunkLoading=false
|
||||
|
||||
# The maximum number of markers a particular atlas can hold.
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:markerLimit=1024
|
||||
|
||||
# Time in seconds between two scans of the area.
|
||||
# Higher value gives better performance.
|
||||
D:newScanInterval=2.0
|
||||
|
||||
# The number of area scans between full rescans.
|
||||
# Higher value gives better performance.
|
||||
# Min: 1
|
||||
# Max: 1000
|
||||
I:rescanRate=12
|
||||
|
||||
# The radius of the area around the player which is scanned by the Atlas at regular intervals.
|
||||
# Note that this will not force faraway chunks to load, unless force_chunk_loading is enabled.
|
||||
# Lower value gives better performance.
|
||||
I:scanRadius=8
|
||||
}
|
||||
|
||||
|
||||
##########################################################################################################
|
||||
# userinterface
|
||||
#--------------------------------------------------------------------------------------------------------#
|
||||
# These setting will affect the look and feel of the Atlas' interface.
|
||||
##########################################################################################################
|
||||
|
||||
userinterface {
|
||||
# Default zoom level. The number corresponds to the size of a block on the map relative to the size of a GUI pixel. Preferrably a power of 2.
|
||||
# Min: 0.001953125
|
||||
# Max: 16.0
|
||||
D:defaultScale=0.5
|
||||
|
||||
# If false (by default), then mousewheel up is zoom in, mousewheel down is zoom out.
|
||||
# If true, then the direction is reversed.
|
||||
B:doReverseWheelZoom=false
|
||||
B:doScaleMarkers=false
|
||||
|
||||
# Maximum zoom level. The number corresponds to the size of a block on the map relative to the size of a GUI pixel. Preferrably a power of 2.
|
||||
# Min: 0.001953125
|
||||
# Max: 16.0
|
||||
D:maxScale=4.0
|
||||
|
||||
# Minimum zoom level. The number corresponds to the size of a block on the map relative to the size of a GUI pixel. Preferrably a power of 2. Smaller values may decrease performance!
|
||||
# Min: 0.001953125
|
||||
# Max: 16.0
|
||||
D:minScale=0.03125
|
||||
}
|
||||
|
||||
|
97
config/antiqueatlas/atlas_overlay.cfg
Normal file
97
config/antiqueatlas/atlas_overlay.cfg
Normal file
@ -0,0 +1,97 @@
|
||||
# Configuration file
|
||||
|
||||
##########################################################################################################
|
||||
# appearance
|
||||
#--------------------------------------------------------------------------------------------------------#
|
||||
# These settings change what the map shows, or how it is shown.
|
||||
##########################################################################################################
|
||||
|
||||
appearance {
|
||||
# The width of the map border on the left and right sides of the minimap tiles.
|
||||
# Represented as a fraction of the image width.
|
||||
# Below a certain threshold, this border will be overtaken by the map border graphic.
|
||||
# Min: 0.0
|
||||
# Max: 0.5
|
||||
D:borderX=0.0
|
||||
|
||||
# The width of the map border on the top and bottom sides of the minimap tiles.
|
||||
# Represented as a fraction of the image width.
|
||||
# Below a certain threshold, this border will be overtaken by the map border graphic.
|
||||
#
|
||||
# Min: 0.0
|
||||
# Max: 0.5
|
||||
D:borderY=0.0
|
||||
|
||||
# Set false to disable minimap
|
||||
B:enabled=true
|
||||
|
||||
# The size (in GUI pixels) of a marker on the map.
|
||||
# Note that this will change with Minecraft's GUI scale configuration.
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:markerSize=16
|
||||
|
||||
# The height (in GUI pixels) of the player's icon.
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:playerIconHeight=8
|
||||
|
||||
# The width (in GUI pixels) of the player's icon.
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:playerIconWidth=7
|
||||
|
||||
# If true, the minimap will show the map of an atlas only while it is held.
|
||||
# If false, the minimap will show the map of the first atlas in the hotbar.
|
||||
B:requiresHold=false
|
||||
|
||||
# The size (in GUI pixels) of a map's tile.
|
||||
# Note that this will change with Minecraft's GUI scale configuration.
|
||||
# When using a small gui scale, the map may look better with a TILE_SIZE of 16 or more.
|
||||
# Min: 1
|
||||
# Max: 2147483647
|
||||
I:tileSize=8
|
||||
}
|
||||
|
||||
|
||||
##########################################################################################################
|
||||
# position
|
||||
#--------------------------------------------------------------------------------------------------------#
|
||||
# These settings change the location and size.
|
||||
##########################################################################################################
|
||||
|
||||
position {
|
||||
# If true, the map position's y axis will align 0 to the bottom
|
||||
# of the screen, increasing towards the top.
|
||||
B:alignBottom=false
|
||||
|
||||
# If true, the map position's x axis will align 0 to the right
|
||||
# of the screen, increasing towards the left.
|
||||
B:alignRight=true
|
||||
|
||||
# Map's height in GUI pixels.
|
||||
# Note that this will change with Minecraft's GUI scale configuration.
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:height=109
|
||||
|
||||
# Map's width in GUI pixels.
|
||||
# Note that this will change with Minecraft's GUI scale configuration.
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:width=155
|
||||
|
||||
# Map's minimum position along the x axis in GUI pixels.
|
||||
# Note that this will change with Minecraft's GUI scale configuration.
|
||||
# Min: -2147483648
|
||||
# Max: 2147483647
|
||||
I:xPosition=2
|
||||
|
||||
# Map's minimum position along the y axis in GUI pixels.
|
||||
# Note that this will change with Minecraft's GUI scale configuration.
|
||||
# Min: -2147483648
|
||||
# Max: 2147483647
|
||||
I:yPosition=2
|
||||
}
|
||||
|
||||
|
150
config/antiqueatlas/biome_textures.json
Normal file
150
config/antiqueatlas/biome_textures.json
Normal file
@ -0,0 +1,150 @@
|
||||
{
|
||||
"version": 2,
|
||||
"data": {
|
||||
"abyssalcraft:abyssal_wastelands": "SAVANNA",
|
||||
"abyssalcraft:coralium_infested_swamp": "SWAMP",
|
||||
"abyssalcraft:dark_realm": "SWAMP_HILLS",
|
||||
"abyssalcraft:darklands": "JUNGLE_EDGE",
|
||||
"abyssalcraft:darklands_forest": "FOREST",
|
||||
"abyssalcraft:darklands_hills": "HILLS",
|
||||
"abyssalcraft:darklands_mountains": "MOUNTAINS_NAKED",
|
||||
"abyssalcraft:darklands_plains": "PLAINS",
|
||||
"abyssalcraft:dreadlands": "SWAMP",
|
||||
"abyssalcraft:dreadlands_forest": "FOREST",
|
||||
"abyssalcraft:dreadlands_mountains": "MOUNTAINS_NAKED",
|
||||
"abyssalcraft:omothol": "SHORE",
|
||||
"abyssalcraft:purged": "PLAINS",
|
||||
"abyssalcraft:purified_dreadlands": "SAVANNA",
|
||||
"appliedenergistics2:storage_biome": "END_VOID",
|
||||
"beneath:the_beneath": "CAVE_WALLS",
|
||||
"extraplanets:outer space 10": "END_VOID",
|
||||
"extraplanets:outer space 11": "END_VOID",
|
||||
"extraplanets:outer space 12": "END_VOID",
|
||||
"extraplanets:outer space 3": "END_VOID",
|
||||
"extraplanets:outer space 4": "END_VOID",
|
||||
"extraplanets:outer space 5": "END_VOID",
|
||||
"extraplanets:outer space 6": "END_VOID",
|
||||
"extraplanets:outer space 7": "END_VOID",
|
||||
"extraplanets:outer space 8": "END_VOID",
|
||||
"extraplanets:outer space 9": "END_VOID",
|
||||
"galacticraftcore:outer space": "END_VOID",
|
||||
"galacticraftplanets:outer space 1": "END_VOID",
|
||||
"galacticraftplanets:outer space 2": "END_VOID",
|
||||
"integrateddynamics:biome_meneglin": "BIRCH",
|
||||
"jeid:error_biome": "PLAINS",
|
||||
"minecraft:beaches": "SHORE",
|
||||
"minecraft:birch_forest": "BIRCH",
|
||||
"minecraft:birch_forest_hills": "BIRCH_HILLS",
|
||||
"minecraft:cold_beach": "SHORE",
|
||||
"minecraft:deep_ocean": "WATER",
|
||||
"minecraft:desert": "DESERT",
|
||||
"minecraft:desert_hills": "DESERT_HILLS",
|
||||
"minecraft:extreme_hills": "MOUNTAINS",
|
||||
"minecraft:extreme_hills_with_trees": "MOUNTAINS_ALL",
|
||||
"minecraft:forest": "FOREST",
|
||||
"minecraft:forest_hills": "FOREST_HILLS",
|
||||
"minecraft:frozen_ocean": "ICE",
|
||||
"minecraft:frozen_river": "ICE",
|
||||
"minecraft:hell": "CAVE_WALLS",
|
||||
"minecraft:ice_flats": "SNOW",
|
||||
"minecraft:ice_mountains": "SNOW_HILLS",
|
||||
"minecraft:jungle": "JUNGLE",
|
||||
"minecraft:jungle_edge": "JUNGLE_EDGE",
|
||||
"minecraft:jungle_hills": "JUNGLE_HILLS",
|
||||
"minecraft:mesa": "MESA",
|
||||
"minecraft:mesa_clear_rock": "PLATEAU_MESA",
|
||||
"minecraft:mesa_rock": "PLATEAU_MESA_TREES",
|
||||
"minecraft:mushroom_island": "MUSHROOM",
|
||||
"minecraft:mushroom_island_shore": "SHORE",
|
||||
"minecraft:mutated_birch_forest": "TALL_BIRCH",
|
||||
"minecraft:mutated_birch_forest_hills": "TALL_BIRCH_HILLS",
|
||||
"minecraft:mutated_desert": "DESERT",
|
||||
"minecraft:mutated_extreme_hills": "MOUNTAINS_SNOW_CAPS",
|
||||
"minecraft:mutated_extreme_hills_with_trees": "MOUNTAINS_SNOW_CAPS",
|
||||
"minecraft:mutated_forest": "FOREST_FLOWERS",
|
||||
"minecraft:mutated_ice_flats": "ICE_SPIKES",
|
||||
"minecraft:mutated_jungle": "JUNGLE_CLIFFS",
|
||||
"minecraft:mutated_jungle_edge": "JUNGLE_EDGE_HILLS",
|
||||
"minecraft:mutated_mesa": "BRYCE",
|
||||
"minecraft:mutated_mesa_clear_rock": "PLATEAU_MESA_LOW",
|
||||
"minecraft:mutated_mesa_rock": "PLATEAU_MESA_TREES_LOW",
|
||||
"minecraft:mutated_plains": "SUNFLOWERS",
|
||||
"minecraft:mutated_redwood_taiga": "MEGA_SPRUCE",
|
||||
"minecraft:mutated_redwood_taiga_hills": "MEGA_SPRUCE_HILLS",
|
||||
"minecraft:mutated_roofed_forest": "DENSE_FOREST_HILLS",
|
||||
"minecraft:mutated_savanna": "SAVANNA_CLIFFS",
|
||||
"minecraft:mutated_savanna_rock": "PLATEAU_SAVANNA_M",
|
||||
"minecraft:mutated_swampland": "SWAMP_HILLS",
|
||||
"minecraft:mutated_taiga": "PINES_HILLS",
|
||||
"minecraft:mutated_taiga_cold": "SNOW_PINES_HILLS",
|
||||
"minecraft:ocean": "WATER",
|
||||
"minecraft:plains": "PLAINS",
|
||||
"minecraft:redwood_taiga": "MEGA_TAIGA",
|
||||
"minecraft:redwood_taiga_hills": "MEGA_TAIGA_HILLS",
|
||||
"minecraft:river": "WATER",
|
||||
"minecraft:roofed_forest": "DENSE_FOREST",
|
||||
"minecraft:savanna": "SAVANNA",
|
||||
"minecraft:savanna_rock": "PLATEAU_SAVANNA",
|
||||
"minecraft:sky": "SHORE",
|
||||
"minecraft:smaller_extreme_hills": "MOUNTAINS",
|
||||
"minecraft:stone_beach": "ROCK_SHORE",
|
||||
"minecraft:swampland": "SWAMP",
|
||||
"minecraft:taiga": "PINES",
|
||||
"minecraft:taiga_cold": "SNOW_PINES",
|
||||
"minecraft:taiga_cold_hills": "SNOW_PINES_HILLS",
|
||||
"minecraft:taiga_hills": "PINES_HILLS",
|
||||
"minecraft:void": "SHORE",
|
||||
"nex:arctic_abyss": "DESERT",
|
||||
"nex:fungi_forest": "MUSHROOM",
|
||||
"nex:ruthless_sands": "DESERT",
|
||||
"nex:torrid_wasteland": "PLAINS",
|
||||
"thebetweenlands:coarse_islands": "SWAMP",
|
||||
"thebetweenlands:deep_waters": "SWAMP",
|
||||
"thebetweenlands:marsh_0": "SWAMP",
|
||||
"thebetweenlands:marsh_1": "SWAMP",
|
||||
"thebetweenlands:patchy_islands": "SWAMP",
|
||||
"thebetweenlands:sludge_plains": "SWAMP",
|
||||
"thebetweenlands:sludge_plains_clearing": "SWAMP",
|
||||
"thebetweenlands:swamplands": "SWAMP",
|
||||
"thebetweenlands:swamplands_clearing": "SWAMP",
|
||||
"traverse:autumnal_wooded_hills": "DENSE_FOREST_HILLS",
|
||||
"traverse:autumnal_woods": "FOREST",
|
||||
"traverse:badlands": "FOREST",
|
||||
"traverse:birch_forested_hills": "BIRCH_HILLS",
|
||||
"traverse:canyon": "PLATEAU_MESA_LOW",
|
||||
"traverse:cliffs": "MOUNTAINS",
|
||||
"traverse:crag_cliffs": "PLATEAU_MESA",
|
||||
"traverse:forested_hills": "FOREST_HILLS",
|
||||
"traverse:glacier": "ICE",
|
||||
"traverse:glacier_spikes": "ICE_SPIKES",
|
||||
"traverse:green_swamp": "SWAMP",
|
||||
"traverse:lush_hills": "MEGA_SPRUCE_HILLS",
|
||||
"traverse:meadow": "PLAINS",
|
||||
"traverse:mini_jungle": "JUNGLE",
|
||||
"traverse:mountainous_desert": "DESERT_HILLS",
|
||||
"traverse:red_desert": "DESERT",
|
||||
"traverse:rocky_plateau": "PLATEAU_MESA_LOW",
|
||||
"traverse:snowy_coniferous_forest": "SNOW_PINES",
|
||||
"traverse:temperate_rainforest": "FOREST",
|
||||
"traverse:woodlands": "BIRCH",
|
||||
"twilightforest:dark_forest": "JUNGLE",
|
||||
"twilightforest:dark_forest_center": "JUNGLE_CLIFFS",
|
||||
"twilightforest:deep_mushroom_forest": "MEGA_SPRUCE_HILLS",
|
||||
"twilightforest:dense_twilight_forest": "DENSE_FOREST",
|
||||
"twilightforest:enchanted_forest": "FOREST_FLOWERS",
|
||||
"twilightforest:fire_swamp": "SWAMP_HILLS",
|
||||
"twilightforest:firefly_forest": "BIRCH",
|
||||
"twilightforest:highlands_center": "PLATEAU_MESA",
|
||||
"twilightforest:mushroom_forest": "MEGA_SPRUCE",
|
||||
"twilightforest:oak_savannah": "SAVANNA",
|
||||
"twilightforest:snowy_forest": "SNOW_PINES",
|
||||
"twilightforest:thornlands": "DESERT_HILLS",
|
||||
"twilightforest:twilight_clearing": "PLAINS",
|
||||
"twilightforest:twilight_forest": "FOREST",
|
||||
"twilightforest:twilight_glacier": "SNOW",
|
||||
"twilightforest:twilight_highlands": "PLATEAU_MESA_TREES",
|
||||
"twilightforest:twilight_lake": "WATER",
|
||||
"twilightforest:twilight_stream": "WATER",
|
||||
"twilightforest:twilight_swamp": "SWAMP"
|
||||
}
|
||||
}
|
38
config/antiqueatlas/markers.json
Normal file
38
config/antiqueatlas/markers.json
Normal file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"version": 1,
|
||||
"data": {
|
||||
"antiqueatlas:Example": {
|
||||
"__comment": [
|
||||
"Any of these values can be ommited. The mod will either use the default value or if it is already been registered it will keep the existing values",
|
||||
"This example entry is never parsed, and if modified, will not persist"
|
||||
],
|
||||
"textures": [
|
||||
"List of icons at different resolutions",
|
||||
"[Default: `antiqueatlas:textures/gui/markers/red_x_small.png`]"
|
||||
],
|
||||
"size": "[Default: 2] The width and height of the marker, in tiles (a chunk at 1x zoom)",
|
||||
"clipMin": "[Default: -1000] The minimum zoom, -1 is 1/2x, -2 is 1/4x, ...",
|
||||
"clipMax": "[Default: 1000] The maximum zoom, 0 is 1x, 1 is 2x, ...",
|
||||
"alwaysShow": "[Default: false] True if the marker should appear regardless of whether hide markers is on",
|
||||
"isTile": "[Default: false] True if the marker should scale with the map",
|
||||
"isTechnical": "[Default: false] True if user should not be able to place the marker on the map",
|
||||
"centerX": "[Default: 0.5] The point in the image that should be at the location of the marker (0-1)",
|
||||
"centerY": "[Default: 0.5] The point in the image that should be at the location of the marker (0-1)"
|
||||
},
|
||||
"antiqueatlas:bed": {},
|
||||
"antiqueatlas:diamond": {},
|
||||
"antiqueatlas:end_city": {},
|
||||
"antiqueatlas:end_city_far": {},
|
||||
"antiqueatlas:google": {},
|
||||
"antiqueatlas:nether_portal": {},
|
||||
"antiqueatlas:pickaxe": {},
|
||||
"antiqueatlas:red_x_large": {},
|
||||
"antiqueatlas:red_x_small": {},
|
||||
"antiqueatlas:scroll": {},
|
||||
"antiqueatlas:skull": {},
|
||||
"antiqueatlas:sword": {},
|
||||
"antiqueatlas:tomb": {},
|
||||
"antiqueatlas:tower": {},
|
||||
"antiqueatlas:village": {}
|
||||
}
|
||||
}
|
9
config/antiqueatlas/texture_sets.json
Normal file
9
config/antiqueatlas/texture_sets.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"version": 1,
|
||||
"data": {
|
||||
"TEST": [
|
||||
"antiqueatlas:textures/gui/tiles/test.png",
|
||||
"antiqueatlas:textures/gui/tiles/test.png"
|
||||
]
|
||||
}
|
||||
}
|
33
config/antiqueatlas/tile_textures.json
Normal file
33
config/antiqueatlas/tile_textures.json
Normal file
@ -0,0 +1,33 @@
|
||||
{
|
||||
"version": 1,
|
||||
"data": {
|
||||
"endIsland": "END_ISLAND",
|
||||
"endIslandPlants": "END_ISLAND_PLANTS",
|
||||
"endVoid": "END_VOID",
|
||||
"lava": "LAVA",
|
||||
"lavaShore": "LAVA_SHORE",
|
||||
"netherBridge": "NETHER_BRIDGE",
|
||||
"netherBridgeEndX": "NETHER_BRIDGE_END_X",
|
||||
"netherBridgeEndZ": "NETHER_BRIDGE_END_Z",
|
||||
"netherBridgeGate": "NETHER_BRIDGE_GATE",
|
||||
"netherBridgeX": "NETHER_BRIDGE_X",
|
||||
"netherBridgeZ": "NETHER_BRIDGE_Z",
|
||||
"netherFortStairs": "NETHER_FORT_STAIRS",
|
||||
"netherHall": "NETHER_HALL",
|
||||
"netherThrone": "NETHER_THRONE",
|
||||
"netherTower": "NETHER_TOWER",
|
||||
"netherWall": "NETHER_WALL",
|
||||
"npcVillageButchersShop": "BUTCHERS_SHOP",
|
||||
"npcVillageChurch": "CHURCH",
|
||||
"npcVillageFarmlandLarge": "FARMLAND_LARGE",
|
||||
"npcVillageFarmlandSmall": "FARMLAND_SMALL",
|
||||
"npcVillageHut": "HUT",
|
||||
"npcVillageLHouse": "L-HOUSE",
|
||||
"npcVillageLibrary": "LIBRARY",
|
||||
"npcVillageSmallHouse": "HOUSE_SMALL",
|
||||
"npcVillageSmithy": "SMITHY",
|
||||
"npcVillageTorch": "VILLAGE_TORCH",
|
||||
"npcVillageWell": "WELL",
|
||||
"ravine": "RAVINE"
|
||||
}
|
||||
}
|
33
config/antiqueatlas/tileids.json
Normal file
33
config/antiqueatlas/tileids.json
Normal file
@ -0,0 +1,33 @@
|
||||
{
|
||||
"version": 1,
|
||||
"data": {
|
||||
"endIsland": -26,
|
||||
"endIslandPlants": -27,
|
||||
"endVoid": -28,
|
||||
"lava": -13,
|
||||
"lavaShore": -14,
|
||||
"netherBridge": -15,
|
||||
"netherBridgeEndX": -18,
|
||||
"netherBridgeEndZ": -19,
|
||||
"netherBridgeGate": -20,
|
||||
"netherBridgeX": -16,
|
||||
"netherBridgeZ": -17,
|
||||
"netherFortStairs": -24,
|
||||
"netherHall": -23,
|
||||
"netherThrone": -25,
|
||||
"netherTower": -21,
|
||||
"netherWall": -22,
|
||||
"npcVillageButchersShop": -11,
|
||||
"npcVillageChurch": -12,
|
||||
"npcVillageFarmlandLarge": -5,
|
||||
"npcVillageFarmlandSmall": -6,
|
||||
"npcVillageHut": -9,
|
||||
"npcVillageLHouse": -4,
|
||||
"npcVillageLibrary": -2,
|
||||
"npcVillageSmallHouse": -10,
|
||||
"npcVillageSmithy": -3,
|
||||
"npcVillageTorch": -8,
|
||||
"npcVillageWell": -7,
|
||||
"ravine": -29
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user