From 65b1cadea4fc4798c4ac52ba670a1f32615ca643 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Mon, 1 Jun 2020 16:17:43 +0200 Subject: Initial Commit --- schematics/acacia_bush.mts | Bin 0 -> 114 bytes schematics/acacia_log.mts | Bin 0 -> 55 bytes schematics/acacia_tree.mts | Bin 0 -> 207 bytes schematics/acacia_tree_from_sapling.mts | Bin 0 -> 208 bytes schematics/apple_log.mts | Bin 0 -> 88 bytes schematics/apple_tree.mts | Bin 0 -> 209 bytes schematics/apple_tree_from_sapling.mts | Bin 0 -> 208 bytes schematics/aspen_log.mts | Bin 0 -> 120 bytes schematics/aspen_tree.mts | Bin 0 -> 174 bytes schematics/aspen_tree_from_sapling.mts | Bin 0 -> 174 bytes schematics/blueberry_bush.mts | Bin 0 -> 80 bytes schematics/bush.mts | Bin 0 -> 99 bytes schematics/emergent_jungle_tree.mts | Bin 0 -> 504 bytes schematics/emergent_jungle_tree_from_sapling.mts | Bin 0 -> 497 bytes schematics/jungle_log.mts | Bin 0 -> 94 bytes schematics/jungle_tree.mts | Bin 0 -> 255 bytes schematics/jungle_tree_from_sapling.mts | Bin 0 -> 247 bytes schematics/large_cactus.mts | Bin 0 -> 99 bytes schematics/papyrus_on_dirt.mts | Bin 0 -> 73 bytes schematics/papyrus_on_dry_dirt.mts | Bin 0 -> 77 bytes schematics/pine_bush.mts | Bin 0 -> 110 bytes schematics/pine_log.mts | Bin 0 -> 93 bytes schematics/pine_tree.mts | Bin 0 -> 178 bytes schematics/pine_tree_from_sapling.mts | Bin 0 -> 175 bytes schematics/small_pine_tree.mts | Bin 0 -> 174 bytes schematics/small_pine_tree_from_sapling.mts | Bin 0 -> 172 bytes schematics/snowy_pine_tree_from_sapling.mts | Bin 0 -> 235 bytes schematics/snowy_small_pine_tree_from_sapling.mts | Bin 0 -> 202 bytes 28 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 schematics/acacia_bush.mts create mode 100644 schematics/acacia_log.mts create mode 100644 schematics/acacia_tree.mts create mode 100644 schematics/acacia_tree_from_sapling.mts create mode 100644 schematics/apple_log.mts create mode 100644 schematics/apple_tree.mts create mode 100644 schematics/apple_tree_from_sapling.mts create mode 100644 schematics/aspen_log.mts create mode 100644 schematics/aspen_tree.mts create mode 100644 schematics/aspen_tree_from_sapling.mts create mode 100644 schematics/blueberry_bush.mts create mode 100644 schematics/bush.mts create mode 100644 schematics/emergent_jungle_tree.mts create mode 100644 schematics/emergent_jungle_tree_from_sapling.mts create mode 100644 schematics/jungle_log.mts create mode 100644 schematics/jungle_tree.mts create mode 100644 schematics/jungle_tree_from_sapling.mts create mode 100644 schematics/large_cactus.mts create mode 100644 schematics/papyrus_on_dirt.mts create mode 100644 schematics/papyrus_on_dry_dirt.mts create mode 100644 schematics/pine_bush.mts create mode 100644 schematics/pine_log.mts create mode 100644 schematics/pine_tree.mts create mode 100644 schematics/pine_tree_from_sapling.mts create mode 100644 schematics/small_pine_tree.mts create mode 100644 schematics/small_pine_tree_from_sapling.mts create mode 100644 schematics/snowy_pine_tree_from_sapling.mts create mode 100644 schematics/snowy_small_pine_tree_from_sapling.mts (limited to 'schematics') diff --git a/schematics/acacia_bush.mts b/schematics/acacia_bush.mts new file mode 100644 index 0000000..3322e3b Binary files /dev/null and b/schematics/acacia_bush.mts differ diff --git a/schematics/acacia_log.mts b/schematics/acacia_log.mts new file mode 100644 index 0000000..aff3bd6 Binary files /dev/null and b/schematics/acacia_log.mts differ diff --git a/schematics/acacia_tree.mts b/schematics/acacia_tree.mts new file mode 100644 index 0000000..9b23498 Binary files /dev/null and b/schematics/acacia_tree.mts differ diff --git a/schematics/acacia_tree_from_sapling.mts b/schematics/acacia_tree_from_sapling.mts new file mode 100644 index 0000000..c32a995 Binary files /dev/null and b/schematics/acacia_tree_from_sapling.mts differ diff --git a/schematics/apple_log.mts b/schematics/apple_log.mts new file mode 100644 index 0000000..92fb900 Binary files /dev/null and b/schematics/apple_log.mts differ diff --git a/schematics/apple_tree.mts b/schematics/apple_tree.mts new file mode 100644 index 0000000..d56cd54 Binary files /dev/null and b/schematics/apple_tree.mts differ diff --git a/schematics/apple_tree_from_sapling.mts b/schematics/apple_tree_from_sapling.mts new file mode 100644 index 0000000..2325100 Binary files /dev/null and b/schematics/apple_tree_from_sapling.mts differ diff --git a/schematics/aspen_log.mts b/schematics/aspen_log.mts new file mode 100644 index 0000000..d0c723d Binary files /dev/null and b/schematics/aspen_log.mts differ diff --git a/schematics/aspen_tree.mts b/schematics/aspen_tree.mts new file mode 100644 index 0000000..429a831 Binary files /dev/null and b/schematics/aspen_tree.mts differ diff --git a/schematics/aspen_tree_from_sapling.mts b/schematics/aspen_tree_from_sapling.mts new file mode 100644 index 0000000..b7ab3ee Binary files /dev/null and b/schematics/aspen_tree_from_sapling.mts differ diff --git a/schematics/blueberry_bush.mts b/schematics/blueberry_bush.mts new file mode 100644 index 0000000..cf4d8ef Binary files /dev/null and b/schematics/blueberry_bush.mts differ diff --git a/schematics/bush.mts b/schematics/bush.mts new file mode 100644 index 0000000..d08cf5f Binary files /dev/null and b/schematics/bush.mts differ diff --git a/schematics/emergent_jungle_tree.mts b/schematics/emergent_jungle_tree.mts new file mode 100644 index 0000000..b526430 Binary files /dev/null and b/schematics/emergent_jungle_tree.mts differ diff --git a/schematics/emergent_jungle_tree_from_sapling.mts b/schematics/emergent_jungle_tree_from_sapling.mts new file mode 100644 index 0000000..cb4e4e9 Binary files /dev/null and b/schematics/emergent_jungle_tree_from_sapling.mts differ diff --git a/schematics/jungle_log.mts b/schematics/jungle_log.mts new file mode 100644 index 0000000..34dca43 Binary files /dev/null and b/schematics/jungle_log.mts differ diff --git a/schematics/jungle_tree.mts b/schematics/jungle_tree.mts new file mode 100644 index 0000000..fe93c8c Binary files /dev/null and b/schematics/jungle_tree.mts differ diff --git a/schematics/jungle_tree_from_sapling.mts b/schematics/jungle_tree_from_sapling.mts new file mode 100644 index 0000000..f32d312 Binary files /dev/null and b/schematics/jungle_tree_from_sapling.mts differ diff --git a/schematics/large_cactus.mts b/schematics/large_cactus.mts new file mode 100644 index 0000000..cadcdcc Binary files /dev/null and b/schematics/large_cactus.mts differ diff --git a/schematics/papyrus_on_dirt.mts b/schematics/papyrus_on_dirt.mts new file mode 100644 index 0000000..1333a7c Binary files /dev/null and b/schematics/papyrus_on_dirt.mts differ diff --git a/schematics/papyrus_on_dry_dirt.mts b/schematics/papyrus_on_dry_dirt.mts new file mode 100644 index 0000000..3626580 Binary files /dev/null and b/schematics/papyrus_on_dry_dirt.mts differ diff --git a/schematics/pine_bush.mts b/schematics/pine_bush.mts new file mode 100644 index 0000000..ca572a7 Binary files /dev/null and b/schematics/pine_bush.mts differ diff --git a/schematics/pine_log.mts b/schematics/pine_log.mts new file mode 100644 index 0000000..d51a489 Binary files /dev/null and b/schematics/pine_log.mts differ diff --git a/schematics/pine_tree.mts b/schematics/pine_tree.mts new file mode 100644 index 0000000..c80532a Binary files /dev/null and b/schematics/pine_tree.mts differ diff --git a/schematics/pine_tree_from_sapling.mts b/schematics/pine_tree_from_sapling.mts new file mode 100644 index 0000000..0800387 Binary files /dev/null and b/schematics/pine_tree_from_sapling.mts differ diff --git a/schematics/small_pine_tree.mts b/schematics/small_pine_tree.mts new file mode 100644 index 0000000..b283226 Binary files /dev/null and b/schematics/small_pine_tree.mts differ diff --git a/schematics/small_pine_tree_from_sapling.mts b/schematics/small_pine_tree_from_sapling.mts new file mode 100644 index 0000000..a1b1170 Binary files /dev/null and b/schematics/small_pine_tree_from_sapling.mts differ diff --git a/schematics/snowy_pine_tree_from_sapling.mts b/schematics/snowy_pine_tree_from_sapling.mts new file mode 100644 index 0000000..3d502a3 Binary files /dev/null and b/schematics/snowy_pine_tree_from_sapling.mts differ diff --git a/schematics/snowy_small_pine_tree_from_sapling.mts b/schematics/snowy_small_pine_tree_from_sapling.mts new file mode 100644 index 0000000..d017c9e Binary files /dev/null and b/schematics/snowy_small_pine_tree_from_sapling.mts differ -- cgit v1.2.3