Tileset cleanup. Includes map breaking changes!

master
Pablo Virgo 2018-03-22 00:21:42 -04:00
parent 2e5d294e20
commit 298811f633
29 changed files with 316 additions and 251 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
*.tmx
*.*~

View File

@ -29,7 +29,7 @@ don't waste an evening building something you hate.
- Yes, *it's Free Software* and yes, it's available for Windows / Mac /
Linux.
3. Open a new file in TileD, and click **Map -> Add External Tileset.** Open
**minetest.tsx**
**minetest_game.tsx**
- You should see the little blocks that look just like the ones in Minetest
that you can now draw with. *Yay!*
4. Draw your blueprint.

3
bones/README.md Normal file
View File

@ -0,0 +1,3 @@
# Minetest Bones Textures as a Tiled Tileset
Source: https://github.com/minetest/minetest_game

12
bones/attribution.txt Normal file
View File

@ -0,0 +1,12 @@
Minetest Game mod: bones
========================
See license.txt for license information.
Authors of source code
----------------------
Originally by PilzAdam (MIT)
Various Minetest developers and contributors (MIT)
Authors of media (textures)
---------------------------
All textures: paramat (CC BY-SA 3.0)

58
bones/license.txt Normal file
View File

@ -0,0 +1,58 @@
License of source code
----------------------
The MIT License (MIT)
Copyright (C) 2012-2016 PilzAdam
Copyright (C) 2012-2016 Various Minetest developers and contributors
Permission is hereby granted, free of charge, to any person obtaining a copy of this
software and associated documentation files (the "Software"), to deal in the Software
without restriction, including without limitation the rights to use, copy, modify, merge,
publish, distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or
substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
For more details:
https://opensource.org/licenses/MIT
Licenses of media (textures)
----------------------------
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
Copyright (C) 2016 paramat
You are free to:
Share — copy and redistribute the material in any medium or format.
Adapt — remix, transform, and build upon the material for any purpose, even commercially.
The licensor cannot revoke these freedoms as long as you follow the license terms.
Under the following terms:
Attribution — You must give appropriate credit, provide a link to the license, and
indicate if changes were made. You may do so in any reasonable manner, but not in any way
that suggests the licensor endorses you or your use.
ShareAlike — If you remix, transform, or build upon the material, you must distribute
your contributions under the same license as the original.
No additional restrictions — You may not apply legal terms or technological measures that
legally restrict others from doing anything the license permits.
Notices:
You do not have to comply with the license for elements of the material in the public
domain or where your use is permitted by an applicable exception or limitation.
No warranties are given. The license may not give you all of the permissions necessary
for your intended use. For example, other rights such as publicity, privacy, or moral
rights may limit how you use the material.

6
bones/minetest_bones.tsx Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<tileset name="minetest_bones" tilewidth="16" tileheight="16">
<tile id="0">
<image width="16" height="16" source="textures/bones_front.png"/>
</tile>
</tileset>

Binary file not shown.

After

Width:  |  Height:  |  Size: 656 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 688 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 981 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 204 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 417 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 838 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 141 B

After

Width:  |  Height:  |  Size: 440 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 134 B

After

Width:  |  Height:  |  Size: 451 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 262 B

After

Width:  |  Height:  |  Size: 552 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 126 B

After

Width:  |  Height:  |  Size: 440 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 172 B

After

Width:  |  Height:  |  Size: 449 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 546 B

After

Width:  |  Height:  |  Size: 718 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 171 B

After

Width:  |  Height:  |  Size: 462 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 473 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 499 B

View File

@ -10,14 +10,14 @@
<image width="16" height="16" source="images/default_acacia_leaves.png"/>
</tile>
<tile id="3">
<image width="16" height="16" source="images/default_acacia_leaves_simple.png"/>
</tile>
<tile id="4">
<image width="16" height="16" source="images/default_acacia_sapling.png"/>
</tile>
<tile id="5">
<tile id="4">
<image width="16" height="16" source="images/default_acacia_tree.png"/>
</tile>
<tile id="5">
<image width="16" height="16" source="images/default_acacia_tree_rotated.png"/>
</tile>
<tile id="6">
<image width="16" height="16" source="images/default_acacia_tree_top.png"/>
</tile>
@ -34,148 +34,148 @@
<image width="16" height="16" source="images/default_aspen_tree.png"/>
</tile>
<tile id="11">
<image width="16" height="16" source="images/default_aspen_tree_top.png"/>
<image width="16" height="16" source="images/default_aspen_tree_rotated.png"/>
</tile>
<tile id="12">
<image width="16" height="16" source="images/default_aspen_wood.png"/>
<image width="16" height="16" source="images/default_aspen_tree_top.png"/>
</tile>
<tile id="13">
<image width="16" height="16" source="images/default_bookshelf.png"/>
<image width="16" height="16" source="images/default_aspen_wood.png"/>
</tile>
<tile id="14">
<image width="16" height="16" source="images/default_brick.png"/>
<image width="16" height="16" source="images/default_bookshelf.png"/>
</tile>
<tile id="15">
<image width="16" height="16" source="images/default_bronze_block.png"/>
<image width="16" height="16" source="images/default_brick.png"/>
</tile>
<tile id="16">
<image width="16" height="16" source="images/default_bush_sapling.png"/>
<image width="16" height="16" source="images/default_bronze_block.png"/>
</tile>
<tile id="17">
<image width="16" height="16" source="images/default_bush_stem.png"/>
<image width="16" height="16" source="images/default_bush_sapling.png"/>
</tile>
<tile id="18">
<image width="16" height="16" source="images/default_cactus_side.png"/>
<image width="16" height="16" source="images/default_bush_stem.png"/>
</tile>
<tile id="19">
<image width="16" height="16" source="images/default_cactus_top.png"/>
<image width="16" height="16" source="images/default_cactus_side.png"/>
</tile>
<tile id="20">
<image width="16" height="16" source="images/default_chest_front.png"/>
<image width="16" height="16" source="images/default_cactus_top.png"/>
</tile>
<tile id="21">
<image width="16" height="16" source="images/default_chest_lock.png"/>
<image width="16" height="16" source="images/default_chest_front.png"/>
</tile>
<tile id="22">
<image width="16" height="16" source="images/default_clay.png"/>
<image width="16" height="16" source="images/default_chest_lock.png"/>
</tile>
<tile id="23">
<image width="16" height="16" source="images/default_cloud.png"/>
<image width="16" height="16" source="images/default_clay.png"/>
</tile>
<tile id="24">
<image width="16" height="16" source="images/default_coal_block.png"/>
<image width="16" height="16" source="images/default_cloud.png"/>
</tile>
<tile id="25">
<image width="16" height="16" source="images/default_cobble.png"/>
<image width="16" height="16" source="images/default_coal_block.png"/>
</tile>
<tile id="26">
<image width="16" height="16" source="images/default_coniferous_litter.png"/>
<image width="16" height="16" source="images/default_cobble.png"/>
</tile>
<tile id="27">
<image width="16" height="16" source="images/default_copper_block.png"/>
<image width="16" height="16" source="images/default_coniferous_litter.png"/>
</tile>
<tile id="28">
<image width="16" height="16" source="images/default_coral_brown.png"/>
<image width="16" height="16" source="images/default_copper_block.png"/>
</tile>
<tile id="29">
<image width="16" height="16" source="images/default_coral_orange.png"/>
<image width="16" height="16" source="images/default_coral_brown.png"/>
</tile>
<tile id="30">
<image width="16" height="16" source="images/default_coral_skeleton.png"/>
<image width="16" height="16" source="images/default_coral_orange.png"/>
</tile>
<tile id="31">
<image width="16" height="16" source="images/default_desert_cobble.png"/>
<image width="16" height="16" source="images/default_coral_skeleton.png"/>
</tile>
<tile id="32">
<image width="16" height="16" source="images/default_desert_sand.png"/>
<image width="16" height="16" source="images/default_desert_cobble.png"/>
</tile>
<tile id="33">
<image width="16" height="16" source="images/default_desert_sandstone.png"/>
<image width="16" height="16" source="images/default_desert_sand.png"/>
</tile>
<tile id="34">
<image width="16" height="16" source="images/default_desert_sandstone_block.png"/>
<image width="16" height="16" source="images/default_desert_sandstone.png"/>
</tile>
<tile id="35">
<image width="16" height="16" source="images/default_desert_sandstone_brick.png"/>
<image width="16" height="16" source="images/default_desert_sandstone_block.png"/>
</tile>
<tile id="36">
<image width="16" height="16" source="images/default_desert_stone.png"/>
<image width="16" height="16" source="images/default_desert_sandstone_brick.png"/>
</tile>
<tile id="37">
<image width="16" height="16" source="images/default_desert_stone_block.png"/>
<image width="16" height="16" source="images/default_desert_stone.png"/>
</tile>
<tile id="38">
<image width="16" height="16" source="images/default_desert_stone_brick.png"/>
<image width="16" height="16" source="images/default_desert_stone_block.png"/>
</tile>
<tile id="39">
<image width="16" height="16" source="images/default_diamond_block.png"/>
<image width="16" height="16" source="images/default_desert_stone_brick.png"/>
</tile>
<tile id="40">
<image width="16" height="16" source="images/default_dirt.png"/>
<image width="16" height="16" source="images/default_diamond_block.png"/>
</tile>
<tile id="41">
<image width="16" height="16" source="images/default_dry_grass.png"/>
<image width="16" height="16" source="images/default_dirt.png"/>
</tile>
<tile id="42">
<image width="16" height="16" source="images/default_dry_shrub.png"/>
<image width="16" height="16" source="images/default_dry_grass.png"/>
</tile>
<tile id="43">
<image width="16" height="16" source="images/default_fence_acacia_wood.png"/>
<image width="16" height="16" source="images/default_dry_shrub.png"/>
</tile>
<tile id="44">
<image width="16" height="16" source="images/default_fence_aspen_wood.png"/>
<image width="16" height="16" source="images/default_fence_acacia_wood.png"/>
</tile>
<tile id="45">
<image width="16" height="16" source="images/default_fence_junglewood.png"/>
<image width="16" height="16" source="images/default_fence_aspen_wood.png"/>
</tile>
<tile id="46">
<image width="16" height="16" source="images/default_fence_pine_wood.png"/>
<image width="16" height="16" source="images/default_fence_junglewood.png"/>
</tile>
<tile id="47">
<image width="16" height="16" source="images/default_fence_wood.png"/>
<image width="16" height="16" source="images/default_fence_pine_wood.png"/>
</tile>
<tile id="48">
<image width="16" height="16" source="images/default_fern_1.png"/>
<image width="16" height="16" source="images/default_fence_wood.png"/>
</tile>
<tile id="49">
<image width="16" height="16" source="images/default_furnace_fire_fg.png"/>
<image width="16" height="16" source="images/default_fern_1.png"/>
</tile>
<tile id="50">
<image width="16" height="16" source="images/default_furnace_front.png"/>
<image width="16" height="16" source="images/default_furnace_fire_fg.png"/>
</tile>
<tile id="51">
<image width="16" height="16" source="images/default_glass.png"/>
<image width="16" height="16" source="images/default_furnace_front.png"/>
</tile>
<tile id="52">
<image width="16" height="16" source="images/default_gold_block.png"/>
<image width="16" height="16" source="images/default_glass.png"/>
</tile>
<tile id="53">
<image width="16" height="16" source="images/default_grass.png"/>
<image width="16" height="16" source="images/default_gold_block.png"/>
</tile>
<tile id="54">
<image width="16" height="16" source="images/default_gravel.png"/>
<image width="16" height="16" source="images/default_grass.png"/>
</tile>
<tile id="55">
<image width="16" height="16" source="images/default_ice.png"/>
<image width="16" height="16" source="images/default_gravel.png"/>
</tile>
<tile id="56">
<image width="16" height="16" source="images/default_junglegrass.png"/>
<image width="16" height="16" source="images/default_ice.png"/>
</tile>
<tile id="57">
<image width="16" height="16" source="images/default_jungleleaves.png"/>
<image width="16" height="16" source="images/default_junglegrass.png"/>
</tile>
<tile id="58">
<image width="16" height="16" source="images/default_jungleleaves_simple.png"/>
<image width="16" height="16" source="images/default_jungleleaves.png"/>
</tile>
<tile id="59">
<image width="16" height="16" source="images/default_junglesapling.png"/>
@ -184,28 +184,28 @@
<image width="16" height="16" source="images/default_jungletree.png"/>
</tile>
<tile id="61">
<image width="16" height="16" source="images/default_jungletree_top.png"/>
<image width="16" height="16" source="images/default_jungletree_rotated.png"/>
</tile>
<tile id="62">
<image width="16" height="16" source="images/default_junglewood.png"/>
<image width="16" height="16" source="images/default_jungletree_top.png"/>
</tile>
<tile id="63">
<image width="16" height="16" source="images/default_kelp.png"/>
<image width="16" height="16" source="images/default_junglewood.png"/>
</tile>
<tile id="64">
<image width="16" height="16" source="images/default_ladder_steel.png"/>
<image width="16" height="16" source="images/default_kelp.png"/>
</tile>
<tile id="65">
<image width="16" height="16" source="images/default_ladder_wood.png"/>
<image width="16" height="16" source="images/default_ladder_steel.png"/>
</tile>
<tile id="66">
<image width="16" height="16" source="images/default_lava.png"/>
<image width="16" height="16" source="images/default_ladder_wood.png"/>
</tile>
<tile id="67">
<image width="16" height="16" source="images/default_leaves.png"/>
<image width="16" height="16" source="images/default_lava.png"/>
</tile>
<tile id="68">
<image width="16" height="16" source="images/default_leaves_simple.png"/>
<image width="16" height="16" source="images/default_leaves.png"/>
</tile>
<tile id="69">
<image width="16" height="16" source="images/default_mese_block.png"/>
@ -268,81 +268,87 @@
<image width="16" height="16" source="images/default_pine_tree.png"/>
</tile>
<tile id="89">
<image width="16" height="16" source="images/default_pine_tree_top.png"/>
<image width="16" height="16" source="images/default_pine_tree_rotated.png"/>
</tile>
<tile id="90">
<image width="16" height="16" source="images/default_pine_wood.png"/>
<image width="16" height="16" source="images/default_pine_tree_top.png"/>
</tile>
<tile id="91">
<image width="16" height="16" source="images/default_rainforest_litter.png"/>
<image width="16" height="16" source="images/default_pine_wood.png"/>
</tile>
<tile id="92">
<image width="16" height="16" source="images/default_river_water.png"/>
<image width="16" height="16" source="images/default_rainforest_litter.png"/>
</tile>
<tile id="93">
<image width="16" height="16" source="images/default_sand.png"/>
<image width="16" height="16" source="images/default_river_water.png"/>
</tile>
<tile id="94">
<image width="16" height="16" source="images/default_sandstone.png"/>
<image width="16" height="16" source="images/default_sand.png"/>
</tile>
<tile id="95">
<image width="16" height="16" source="images/default_sandstone_block.png"/>
<image width="16" height="16" source="images/default_sandstone.png"/>
</tile>
<tile id="96">
<image width="16" height="16" source="images/default_sandstone_brick.png"/>
<image width="16" height="16" source="images/default_sandstone_block.png"/>
</tile>
<tile id="97">
<image width="16" height="16" source="images/default_sapling.png"/>
<image width="16" height="16" source="images/default_sandstone_brick.png"/>
</tile>
<tile id="98">
<image width="16" height="16" source="images/default_sign_steel.png"/>
<image width="16" height="16" source="images/default_sapling.png"/>
</tile>
<tile id="99">
<image width="16" height="16" source="images/default_sign_wood.png"/>
<image width="16" height="16" source="images/default_sign_steel.png"/>
</tile>
<tile id="100">
<image width="16" height="16" source="images/default_silver_sand.png"/>
<image width="16" height="16" source="images/default_sign_wood.png"/>
</tile>
<tile id="101">
<image width="16" height="16" source="images/default_silver_sandstone.png"/>
<image width="16" height="16" source="images/default_silver_sand.png"/>
</tile>
<tile id="102">
<image width="16" height="16" source="images/default_silver_sandstone_block.png"/>
<image width="16" height="16" source="images/default_silver_sandstone.png"/>
</tile>
<tile id="103">
<image width="16" height="16" source="images/default_silver_sandstone_brick.png"/>
<image width="16" height="16" source="images/default_silver_sandstone_block.png"/>
</tile>
<tile id="104">
<image width="16" height="16" source="images/default_snow.png"/>
<image width="16" height="16" source="images/default_silver_sandstone_brick.png"/>
</tile>
<tile id="105">
<image width="16" height="16" source="images/default_steel_block.png"/>
<image width="16" height="16" source="images/default_snow.png"/>
</tile>
<tile id="106">
<image width="16" height="16" source="images/default_stone.png"/>
<image width="16" height="16" source="images/default_steel_block.png"/>
</tile>
<tile id="107">
<image width="16" height="16" source="images/default_stone_block.png"/>
<image width="16" height="16" source="images/default_stone.png"/>
</tile>
<tile id="108">
<image width="16" height="16" source="images/default_stone_brick.png"/>
<image width="16" height="16" source="images/default_stone_block.png"/>
</tile>
<tile id="109">
<image width="16" height="16" source="images/default_tin_block.png"/>
<image width="16" height="16" source="images/default_stone_brick.png"/>
</tile>
<tile id="110">
<image width="16" height="16" source="images/default_torch_on_floor.png"/>
<image width="16" height="16" source="images/default_tin_block.png"/>
</tile>
<tile id="111">
<image width="16" height="16" source="images/default_tree.png"/>
<image width="16" height="16" source="images/default_torch_on_floor.png"/>
</tile>
<tile id="112">
<image width="16" height="16" source="images/default_tree_top.png"/>
<image width="16" height="16" source="images/default_tree.png"/>
</tile>
<tile id="113">
<image width="16" height="16" source="images/default_water.png"/>
<image width="16" height="16" source="images/default_tree_rotated.png"/>
</tile>
<tile id="114">
<image width="16" height="16" source="images/default_tree_top.png"/>
</tile>
<tile id="115">
<image width="16" height="16" source="images/default_water.png"/>
</tile>
<tile id="116">
<image width="16" height="16" source="images/default_wood.png"/>
</tile>
</tileset>

Binary file not shown.

After

Width:  |  Height:  |  Size: 257 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 153 B

View File

@ -12,4 +12,10 @@
<tile id="3">
<image width="16" height="16" source="images/doors_item_wood.png"/>
</tile>
<tile id="4">
<image width="16" height="16" source="images/doors_trapdoor.png"/>
</tile>
<tile id="5">
<image width="16" height="16" source="images/doors_trapdoor_steel.png"/>
</tile>
</tileset>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 706 B

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<tileset name="minetest" tilewidth="16" tileheight="16">
<tileset name="minetest_game" tilewidth="16" tileheight="16">
<tile id="0">
<image width="16" height="16" source="default/images/default_acacia_bush_sapling.png"/>
</tile>
@ -10,14 +10,14 @@
<image width="16" height="16" source="default/images/default_acacia_leaves.png"/>
</tile>
<tile id="3">
<image width="16" height="16" source="default/images/default_acacia_leaves_simple.png"/>
</tile>
<tile id="4">
<image width="16" height="16" source="default/images/default_acacia_sapling.png"/>
</tile>
<tile id="5">
<tile id="4">
<image width="16" height="16" source="default/images/default_acacia_tree.png"/>
</tile>
<tile id="5">
<image width="16" height="16" source="default/images/default_acacia_tree_rotated.png"/>
</tile>
<tile id="6">
<image width="16" height="16" source="default/images/default_acacia_tree_top.png"/>
</tile>
@ -34,429 +34,402 @@
<image width="16" height="16" source="default/images/default_aspen_tree.png"/>
</tile>
<tile id="11">
<image width="16" height="16" source="default/images/default_aspen_tree_top.png"/>
<image width="16" height="16" source="default/images/default_aspen_tree_rotated.png"/>
</tile>
<tile id="12">
<image width="16" height="16" source="default/images/default_aspen_wood.png"/>
<image width="16" height="16" source="default/images/default_aspen_tree_top.png"/>
</tile>
<tile id="13">
<image width="16" height="16" source="default/images/default_bookshelf.png"/>
<image width="16" height="16" source="default/images/default_aspen_wood.png"/>
</tile>
<tile id="14">
<image width="16" height="16" source="default/images/default_brick.png"/>
<image width="16" height="16" source="default/images/default_book.png"/>
</tile>
<tile id="15">
<image width="16" height="16" source="default/images/default_bronze_block.png"/>
<image width="16" height="16" source="default/images/default_bookshelf.png"/>
</tile>
<tile id="16">
<image width="16" height="16" source="default/images/default_bush_sapling.png"/>
<image width="16" height="16" source="default/images/default_brick.png"/>
</tile>
<tile id="17">
<image width="16" height="16" source="default/images/default_bush_stem.png"/>
<image width="16" height="16" source="default/images/default_bronze_block.png"/>
</tile>
<tile id="18">
<image width="16" height="16" source="default/images/default_cactus_side.png"/>
<image width="16" height="16" source="default/images/default_bush_sapling.png"/>
</tile>
<tile id="19">
<image width="16" height="16" source="default/images/default_cactus_top.png"/>
<image width="16" height="16" source="default/images/default_bush_stem.png"/>
</tile>
<tile id="20">
<image width="16" height="16" source="default/images/default_chest_front.png"/>
<image width="16" height="16" source="default/images/default_cactus_side.png"/>
</tile>
<tile id="21">
<image width="16" height="16" source="default/images/default_chest_lock.png"/>
<image width="16" height="16" source="default/images/default_cactus_top.png"/>
</tile>
<tile id="22">
<image width="16" height="16" source="default/images/default_clay.png"/>
<image width="16" height="16" source="default/images/default_chest_front.png"/>
</tile>
<tile id="23">
<image width="16" height="16" source="default/images/default_cloud.png"/>
<image width="16" height="16" source="default/images/default_chest_lock.png"/>
</tile>
<tile id="24">
<image width="16" height="16" source="default/images/default_coal_block.png"/>
<image width="16" height="16" source="default/images/default_clay.png"/>
</tile>
<tile id="25">
<image width="16" height="16" source="default/images/default_cobble.png"/>
<image width="16" height="16" source="default/images/default_cloud.png"/>
</tile>
<tile id="26">
<image width="16" height="16" source="default/images/default_coniferous_litter.png"/>
<image width="16" height="16" source="default/images/default_coal_block.png"/>
</tile>
<tile id="27">
<image width="16" height="16" source="default/images/default_copper_block.png"/>
<image width="16" height="16" source="default/images/default_cobble.png"/>
</tile>
<tile id="28">
<image width="16" height="16" source="default/images/default_coral_brown.png"/>
<image width="16" height="16" source="default/images/default_coniferous_litter.png"/>
</tile>
<tile id="29">
<image width="16" height="16" source="default/images/default_coral_orange.png"/>
<image width="16" height="16" source="default/images/default_copper_block.png"/>
</tile>
<tile id="30">
<image width="16" height="16" source="default/images/default_coral_skeleton.png"/>
<image width="16" height="16" source="default/images/default_coral_brown.png"/>
</tile>
<tile id="31">
<image width="16" height="16" source="default/images/default_desert_cobble.png"/>
<image width="16" height="16" source="default/images/default_coral_orange.png"/>
</tile>
<tile id="32">
<image width="16" height="16" source="default/images/default_desert_sand.png"/>
<image width="16" height="16" source="default/images/default_coral_skeleton.png"/>
</tile>
<tile id="33">
<image width="16" height="16" source="default/images/default_desert_sandstone.png"/>
<image width="16" height="16" source="default/images/default_desert_cobble.png"/>
</tile>
<tile id="34">
<image width="16" height="16" source="default/images/default_desert_sandstone_block.png"/>
<image width="16" height="16" source="default/images/default_desert_sand.png"/>
</tile>
<tile id="35">
<image width="16" height="16" source="default/images/default_desert_sandstone_brick.png"/>
<image width="16" height="16" source="default/images/default_desert_sandstone.png"/>
</tile>
<tile id="36">
<image width="16" height="16" source="default/images/default_desert_stone.png"/>
<image width="16" height="16" source="default/images/default_desert_sandstone_block.png"/>
</tile>
<tile id="37">
<image width="16" height="16" source="default/images/default_desert_stone_block.png"/>
<image width="16" height="16" source="default/images/default_desert_sandstone_brick.png"/>
</tile>
<tile id="38">
<image width="16" height="16" source="default/images/default_desert_stone_brick.png"/>
<image width="16" height="16" source="default/images/default_desert_stone.png"/>
</tile>
<tile id="39">
<image width="16" height="16" source="default/images/default_diamond_block.png"/>
<image width="16" height="16" source="default/images/default_desert_stone_block.png"/>
</tile>
<tile id="40">
<image width="16" height="16" source="default/images/default_dirt.png"/>
<image width="16" height="16" source="default/images/default_desert_stone_brick.png"/>
</tile>
<tile id="41">
<image width="16" height="16" source="default/images/default_dry_grass.png"/>
<image width="16" height="16" source="default/images/default_diamond_block.png"/>
</tile>
<tile id="42">
<image width="16" height="16" source="default/images/default_dry_shrub.png"/>
<image width="16" height="16" source="default/images/default_dirt.png"/>
</tile>
<tile id="43">
<image width="16" height="16" source="default/images/default_fence_acacia_wood.png"/>
<image width="16" height="16" source="default/images/default_dry_grass.png"/>
</tile>
<tile id="44">
<image width="16" height="16" source="default/images/default_fence_aspen_wood.png"/>
<image width="16" height="16" source="default/images/default_dry_shrub.png"/>
</tile>
<tile id="45">
<image width="16" height="16" source="default/images/default_fence_junglewood.png"/>
<image width="16" height="16" source="default/images/default_fence_acacia_wood.png"/>
</tile>
<tile id="46">
<image width="16" height="16" source="default/images/default_fence_pine_wood.png"/>
<image width="16" height="16" source="default/images/default_fence_aspen_wood.png"/>
</tile>
<tile id="47">
<image width="16" height="16" source="default/images/default_fence_wood.png"/>
<image width="16" height="16" source="default/images/default_fence_junglewood.png"/>
</tile>
<tile id="48">
<image width="16" height="16" source="default/images/default_fern_1.png"/>
<image width="16" height="16" source="default/images/default_fence_pine_wood.png"/>
</tile>
<tile id="49">
<image width="16" height="16" source="default/images/default_furnace_fire_fg.png"/>
<image width="16" height="16" source="default/images/default_fence_wood.png"/>
</tile>
<tile id="50">
<image width="16" height="16" source="default/images/default_furnace_front.png"/>
<image width="16" height="16" source="default/images/default_fern_1.png"/>
</tile>
<tile id="51">
<image width="16" height="16" source="default/images/default_glass.png"/>
<image width="16" height="16" source="default/images/default_furnace_fire_fg.png"/>
</tile>
<tile id="52">
<image width="16" height="16" source="default/images/default_gold_block.png"/>
<image width="16" height="16" source="default/images/default_furnace_front.png"/>
</tile>
<tile id="53">
<image width="16" height="16" source="default/images/default_grass.png"/>
<image width="16" height="16" source="default/images/default_glass.png"/>
</tile>
<tile id="54">
<image width="16" height="16" source="default/images/default_gravel.png"/>
<image width="16" height="16" source="default/images/default_gold_block.png"/>
</tile>
<tile id="55">
<image width="16" height="16" source="default/images/default_ice.png"/>
<image width="16" height="16" source="default/images/default_grass.png"/>
</tile>
<tile id="56">
<image width="16" height="16" source="default/images/default_junglegrass.png"/>
<image width="16" height="16" source="default/images/default_gravel.png"/>
</tile>
<tile id="57">
<image width="16" height="16" source="default/images/default_jungleleaves.png"/>
<image width="16" height="16" source="default/images/default_ice.png"/>
</tile>
<tile id="58">
<image width="16" height="16" source="default/images/default_jungleleaves_simple.png"/>
<image width="16" height="16" source="default/images/default_junglegrass.png"/>
</tile>
<tile id="59">
<image width="16" height="16" source="default/images/default_junglesapling.png"/>
<image width="16" height="16" source="default/images/default_jungleleaves.png"/>
</tile>
<tile id="60">
<image width="16" height="16" source="default/images/default_jungletree.png"/>
<image width="16" height="16" source="default/images/default_junglesapling.png"/>
</tile>
<tile id="61">
<image width="16" height="16" source="default/images/default_jungletree_top.png"/>
<image width="16" height="16" source="default/images/default_jungletree.png"/>
</tile>
<tile id="62">
<image width="16" height="16" source="default/images/default_junglewood.png"/>
<image width="16" height="16" source="default/images/default_jungletree_rotated.png"/>
</tile>
<tile id="63">
<image width="16" height="16" source="default/images/default_kelp.png"/>
<image width="16" height="16" source="default/images/default_jungletree_top.png"/>
</tile>
<tile id="64">
<image width="16" height="16" source="default/images/default_ladder_steel.png"/>
<image width="16" height="16" source="default/images/default_junglewood.png"/>
</tile>
<tile id="65">
<image width="16" height="16" source="default/images/default_ladder_wood.png"/>
<image width="16" height="16" source="default/images/default_kelp.png"/>
</tile>
<tile id="66">
<image width="16" height="16" source="default/images/default_lava.png"/>
<image width="16" height="16" source="default/images/default_ladder_steel.png"/>
</tile>
<tile id="67">
<image width="16" height="16" source="default/images/default_leaves.png"/>
<image width="16" height="16" source="default/images/default_ladder_wood.png"/>
</tile>
<tile id="68">
<image width="16" height="16" source="default/images/default_leaves_simple.png"/>
<image width="16" height="16" source="default/images/default_lava.png"/>
</tile>
<tile id="69">
<image width="16" height="16" source="default/images/default_mese_block.png"/>
<image width="16" height="16" source="default/images/default_leaves.png"/>
</tile>
<tile id="70">
<image width="16" height="16" source="default/images/default_meselamp.png"/>
<image width="16" height="16" source="default/images/default_mese_block.png"/>
</tile>
<tile id="71">
<image width="16" height="16" source="default/images/default_mese_post_light_side.png"/>
<image width="16" height="16" source="default/images/default_meselamp.png"/>
</tile>
<tile id="72">
<image width="16" height="16" source="default/images/default_mese_post_light_side_dark.png"/>
<image width="16" height="16" source="default/images/default_mese_post_light_side.png"/>
</tile>
<tile id="73">
<image width="16" height="16" source="default/images/default_mineral_coal.png"/>
<image width="16" height="16" source="default/images/default_mese_post_light_side_dark.png"/>
</tile>
<tile id="74">
<image width="16" height="16" source="default/images/default_mineral_copper.png"/>
<image width="16" height="16" source="default/images/default_mineral_coal.png"/>
</tile>
<tile id="75">
<image width="16" height="16" source="default/images/default_mineral_diamond.png"/>
<image width="16" height="16" source="default/images/default_mineral_copper.png"/>
</tile>
<tile id="76">
<image width="16" height="16" source="default/images/default_mineral_gold.png"/>
<image width="16" height="16" source="default/images/default_mineral_diamond.png"/>
</tile>
<tile id="77">
<image width="16" height="16" source="default/images/default_mineral_iron.png"/>
<image width="16" height="16" source="default/images/default_mineral_gold.png"/>
</tile>
<tile id="78">
<image width="16" height="16" source="default/images/default_mineral_mese.png"/>
<image width="16" height="16" source="default/images/default_mineral_iron.png"/>
</tile>
<tile id="79">
<image width="16" height="16" source="default/images/default_mineral_tin.png"/>
<image width="16" height="16" source="default/images/default_mineral_mese.png"/>
</tile>
<tile id="80">
<image width="16" height="16" source="default/images/default_mossycobble.png"/>
<image width="16" height="16" source="default/images/default_mineral_tin.png"/>
</tile>
<tile id="81">
<image width="16" height="16" source="default/images/default_obsidian.png"/>
<image width="16" height="16" source="default/images/default_mossycobble.png"/>
</tile>
<tile id="82">
<image width="16" height="16" source="default/images/default_obsidian_block.png"/>
<image width="16" height="16" source="default/images/default_obsidian.png"/>
</tile>
<tile id="83">
<image width="16" height="16" source="default/images/default_obsidian_brick.png"/>
<image width="16" height="16" source="default/images/default_obsidian_block.png"/>
</tile>
<tile id="84">
<image width="16" height="16" source="default/images/default_obsidian_glass.png"/>
<image width="16" height="16" source="default/images/default_obsidian_brick.png"/>
</tile>
<tile id="85">
<image width="16" height="16" source="default/images/default_papyrus.png"/>
<image width="16" height="16" source="default/images/default_obsidian_glass.png"/>
</tile>
<tile id="86">
<image width="16" height="16" source="default/images/default_pine_needles.png"/>
<image width="16" height="16" source="default/images/default_papyrus.png"/>
</tile>
<tile id="87">
<image width="16" height="16" source="default/images/default_pine_sapling.png"/>
<image width="16" height="16" source="default/images/default_pine_needles.png"/>
</tile>
<tile id="88">
<image width="16" height="16" source="default/images/default_pine_tree.png"/>
<image width="16" height="16" source="default/images/default_pine_sapling.png"/>
</tile>
<tile id="89">
<image width="16" height="16" source="default/images/default_pine_tree_top.png"/>
<image width="16" height="16" source="default/images/default_pine_tree.png"/>
</tile>
<tile id="90">
<image width="16" height="16" source="default/images/default_pine_wood.png"/>
<image width="16" height="16" source="default/images/default_pine_tree_rotated.png"/>
</tile>
<tile id="91">
<image width="16" height="16" source="default/images/default_rainforest_litter.png"/>
<image width="16" height="16" source="default/images/default_pine_tree_top.png"/>
</tile>
<tile id="92">
<image width="16" height="16" source="default/images/default_river_water.png"/>
<image width="16" height="16" source="default/images/default_pine_wood.png"/>
</tile>
<tile id="93">
<image width="16" height="16" source="default/images/default_sand.png"/>
<image width="16" height="16" source="default/images/default_rainforest_litter.png"/>
</tile>
<tile id="94">
<image width="16" height="16" source="default/images/default_sandstone.png"/>
<image width="16" height="16" source="default/images/default_river_water.png"/>
</tile>
<tile id="95">
<image width="16" height="16" source="default/images/default_sandstone_block.png"/>
<image width="16" height="16" source="default/images/default_sand.png"/>
</tile>
<tile id="96">
<image width="16" height="16" source="default/images/default_sandstone_brick.png"/>
<image width="16" height="16" source="default/images/default_sandstone.png"/>
</tile>
<tile id="97">
<image width="16" height="16" source="default/images/default_sapling.png"/>
<image width="16" height="16" source="default/images/default_sandstone_block.png"/>
</tile>
<tile id="98">
<image width="16" height="16" source="default/images/default_sign_steel.png"/>
<image width="16" height="16" source="default/images/default_sandstone_brick.png"/>
</tile>
<tile id="99">
<image width="16" height="16" source="default/images/default_sign_wood.png"/>
<image width="16" height="16" source="default/images/default_sapling.png"/>
</tile>
<tile id="100">
<image width="16" height="16" source="default/images/default_silver_sand.png"/>
<image width="16" height="16" source="default/images/default_sign_steel.png"/>
</tile>
<tile id="101">
<image width="16" height="16" source="default/images/default_silver_sandstone.png"/>
<image width="16" height="16" source="default/images/default_sign_wood.png"/>
</tile>
<tile id="102">
<image width="16" height="16" source="default/images/default_silver_sandstone_block.png"/>
<image width="16" height="16" source="default/images/default_silver_sand.png"/>
</tile>
<tile id="103">
<image width="16" height="16" source="default/images/default_silver_sandstone_brick.png"/>
<image width="16" height="16" source="default/images/default_silver_sandstone.png"/>
</tile>
<tile id="104">
<image width="16" height="16" source="default/images/default_snow.png"/>
<image width="16" height="16" source="default/images/default_silver_sandstone_block.png"/>
</tile>
<tile id="105">
<image width="16" height="16" source="default/images/default_steel_block.png"/>
<image width="16" height="16" source="default/images/default_silver_sandstone_brick.png"/>
</tile>
<tile id="106">
<image width="16" height="16" source="default/images/default_stone.png"/>
<image width="16" height="16" source="default/images/default_snow.png"/>
</tile>
<tile id="107">
<image width="16" height="16" source="default/images/default_stone_block.png"/>
<image width="16" height="16" source="default/images/default_steel_block.png"/>
</tile>
<tile id="108">
<image width="16" height="16" source="default/images/default_stone_brick.png"/>
<image width="16" height="16" source="default/images/default_stone.png"/>
</tile>
<tile id="109">
<image width="16" height="16" source="default/images/default_tin_block.png"/>
<image width="16" height="16" source="default/images/default_stone_block.png"/>
</tile>
<tile id="110">
<image width="16" height="16" source="default/images/default_torch_on_floor.png"/>
<image width="16" height="16" source="default/images/default_stone_brick.png"/>
</tile>
<tile id="111">
<image width="16" height="16" source="default/images/default_tree.png"/>
<image width="16" height="16" source="default/images/default_tin_block.png"/>
</tile>
<tile id="112">
<image width="16" height="16" source="default/images/default_tree_top.png"/>
<image width="16" height="16" source="default/images/default_torch_on_floor.png"/>
</tile>
<tile id="113">
<image width="16" height="16" source="default/images/default_water.png"/>
<image width="16" height="16" source="default/images/default_tree.png"/>
</tile>
<tile id="114">
<image width="16" height="16" source="default/images/default_wood.png"/>
<image width="16" height="16" source="default/images/default_tree_rotated.png"/>
</tile>
<tile id="115">
<image width="16" height="16" source="doors/images/doors_item_glass.png"/>
<image width="16" height="16" source="default/images/default_tree_top.png"/>
</tile>
<tile id="116">
<image width="16" height="16" source="doors/images/doors_item_obsidian_glass.png"/>
<image width="16" height="16" source="default/images/default_water.png"/>
</tile>
<tile id="117">
<image width="16" height="16" source="doors/images/doors_item_steel.png"/>
<image width="16" height="16" source="default/images/default_wood.png"/>
</tile>
<tile id="118">
<image width="16" height="16" source="doors/images/doors_item_wood.png"/>
<image width="16" height="16" source="bones/textures/bones_front.png"/>
</tile>
<tile id="119">
<image width="16" height="16" source="farming/images/farming_cotton.png"/>
<image width="16" height="16" source="doors/images/doors_item_glass.png"/>
</tile>
<tile id="120">
<image width="16" height="16" source="farming/images/farming_desert_sand_soil.png"/>
<image width="16" height="16" source="doors/images/doors_item_obsidian_glass.png"/>
</tile>
<tile id="121">
<image width="16" height="16" source="farming/images/farming_soil.png"/>
<image width="16" height="16" source="doors/images/doors_item_steel.png"/>
</tile>
<tile id="122">
<image width="16" height="16" source="farming/images/farming_straw.png"/>
<image width="16" height="16" source="doors/images/doors_item_wood.png"/>
</tile>
<tile id="123">
<image width="16" height="16" source="wool/images/wool_black.png"/>
<image width="16" height="16" source="doors/images/doors_trapdoor.png"/>
</tile>
<tile id="124">
<image width="16" height="16" source="wool/images/wool_blue.png"/>
<image width="16" height="16" source="doors/images/doors_trapdoor_steel.png"/>
</tile>
<tile id="125">
<image width="16" height="16" source="wool/images/wool_brown.png"/>
<image width="16" height="16" source="farming/images/farming_cotton.png"/>
</tile>
<tile id="126">
<image width="16" height="16" source="wool/images/wool_cyan.png"/>
<image width="16" height="16" source="farming/images/farming_desert_sand_soil.png"/>
</tile>
<tile id="127">
<image width="16" height="16" source="wool/images/wool_dark_green.png"/>
<image width="16" height="16" source="farming/images/farming_soil.png"/>
</tile>
<tile id="128">
<image width="16" height="16" source="wool/images/wool_dark_grey.png"/>
<image width="16" height="16" source="farming/images/farming_straw.png"/>
</tile>
<tile id="129">
<image width="16" height="16" source="wool/images/wool_green.png"/>
<image width="16" height="16" source="wool/images/wool_black.png"/>
</tile>
<tile id="130">
<image width="16" height="16" source="wool/images/wool_grey.png"/>
<image width="16" height="16" source="wool/images/wool_blue.png"/>
</tile>
<tile id="131">
<image width="16" height="16" source="wool/images/wool_magenta.png"/>
<image width="16" height="16" source="wool/images/wool_brown.png"/>
</tile>
<tile id="132">
<image width="16" height="16" source="wool/images/wool_orange.png"/>
<image width="16" height="16" source="wool/images/wool_cyan.png"/>
</tile>
<tile id="133">
<image width="16" height="16" source="wool/images/wool_pink.png"/>
<image width="16" height="16" source="wool/images/wool_dark_green.png"/>
</tile>
<tile id="134">
<image width="16" height="16" source="wool/images/wool_red.png"/>
<image width="16" height="16" source="wool/images/wool_dark_grey.png"/>
</tile>
<tile id="135">
<image width="16" height="16" source="wool/images/wool_violet.png"/>
<image width="16" height="16" source="wool/images/wool_green.png"/>
</tile>
<tile id="136">
<image width="16" height="16" source="wool/images/wool_white.png"/>
<image width="16" height="16" source="wool/images/wool_grey.png"/>
</tile>
<tile id="137">
<image width="16" height="16" source="wool/images/wool_yellow.png"/>
<image width="16" height="16" source="wool/images/wool_magenta.png"/>
</tile>
<tile id="138">
<image width="16" height="16" source="bakedclay/images/baked_clay_black.png"/>
<image width="16" height="16" source="wool/images/wool_orange.png"/>
</tile>
<tile id="139">
<image width="16" height="16" source="bakedclay/images/baked_clay_blue.png"/>
<image width="16" height="16" source="wool/images/wool_pink.png"/>
</tile>
<tile id="140">
<image width="16" height="16" source="bakedclay/images/baked_clay_brown.png"/>
<image width="16" height="16" source="wool/images/wool_red.png"/>
</tile>
<tile id="141">
<image width="16" height="16" source="bakedclay/images/baked_clay_cyan.png"/>
<image width="16" height="16" source="wool/images/wool_violet.png"/>
</tile>
<tile id="142">
<image width="16" height="16" source="bakedclay/images/baked_clay_dark_green.png"/>
<image width="16" height="16" source="wool/images/wool_white.png"/>
</tile>
<tile id="143">
<image width="16" height="16" source="bakedclay/images/baked_clay_dark_grey.png"/>
</tile>
<tile id="144">
<image width="16" height="16" source="bakedclay/images/baked_clay_green.png"/>
</tile>
<tile id="145">
<image width="16" height="16" source="bakedclay/images/baked_clay_grey.png"/>
</tile>
<tile id="146">
<image width="16" height="16" source="bakedclay/images/baked_clay_magenta.png"/>
</tile>
<tile id="147">
<image width="16" height="16" source="bakedclay/images/baked_clay_orange.png"/>
</tile>
<tile id="148">
<image width="16" height="16" source="bakedclay/images/baked_clay_pink.png"/>
</tile>
<tile id="149">
<image width="16" height="16" source="bakedclay/images/baked_clay_red.png"/>
</tile>
<tile id="150">
<image width="16" height="16" source="bakedclay/images/baked_clay_violet.png"/>
</tile>
<tile id="151">
<image width="16" height="16" source="bakedclay/images/baked_clay_white.png"/>
</tile>
<tile id="152">
<image width="16" height="16" source="bakedclay/images/baked_clay_yellow.png"/>
<image width="16" height="16" source="wool/images/wool_yellow.png"/>
</tile>
</tileset>