Skip to content

Commit

Permalink
Update v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
touchportyl committed Sep 27, 2020
1 parent 5c999dd commit 3a9de7e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 54 deletions.
61 changes: 7 additions & 54 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Tinkerer's Craft v1.9.1 for Vanilla MC 1.16-1.16.2
# Tinkerer's Craft v2.0.0 for Vanilla MC 1.16.X
- Code by [touchportal](https://github.com/touchportal/)

# Features
Expand All @@ -8,84 +8,37 @@
- Smelting ores give 2 ingots
- Toggleable display
- Full multiplayer support
- Advancements
- Progression through advancements
- Sounds and particles
- Cauldron System to produce blocks
- Anvil System to produce tools, nuggets, and ingots
- Make custom alloys and tools (Irgol, Obdiam)
- Custom enchants for some tools (Lunge, Riptide, Harvester)
- Custom quirks for each metal (Lightweight, Shiny, Heated)
- Custom enchants for some tools (Lunge, Riptide)
- Custom quirks for each metal (Lightweight, Shiny, Prospector, Heated)
- API system to hook your own plugins to Tinkerer's Craft


# Installation
- Download tinkererscraft.zip
- Go to .minecraft/saves/<world_name>/datapacks/
- Put the zip file inside
- Enjoy!


# Plugins
# Officially Endorsed Datapacks (These datapacks unlock bonus features for Tinkerer's Craft)
- [Harvester Datapack](https://github.com/touchportal/harvester)


# How to use
- Build a smeltery structure (Center of structures cannot be within 15 blocks of each other)
- Put a lever on the control block
- Throw in a smeltable item to set up the smeltery
- Break glass to change display
- Throw in smeltables

- Read the guidebook for more advanced features!

# Future updates
- [Optimization] Move code out of the main script and replace it with a function call
- [Gameplay] Custom enchant: Sweeping Edge X (for Irgol and Obdiam pickaxes) - Pickaxe mines 3x3x1
- [Gameplay] Custom enchant: Sweeping Edge X (for Irgol and Obdiam axes) - Auto tree chopper


# Changelog
- Smeltery structure (Added in v0.1-alpha)

- Smeltable items (Iron, Gold, Obsidian) (Added in v0.5-beta)
- Toggleable display (Added in v0.8-beta)

- Full multiplayer support (Added in v1.0)

- Support for smelting some ores (Added in v1.1)
- Sounds and particles (Added in v1.1)

- Support for smelting some blocks (Added in v1.2)
- Cauldron System to produce blocks (Added in v1.2)
- Smelting ores now give 2 ingots (Added in v1.2)

- Anvil System to produce tools, nuggets, and ingots (Added in v1.3)
- Tools produced are enchanted (Added in v1.3)

- Changed the name to Tinkerer's Craft (Added in v1.4)
- Support for custom alloys (Added in v1.4)
- Irgol (Added in v1.4)
- Obdiam (Added in v1.4)

- Create an API system to hook other plugins to Tinkerer's Craft properly (Added in v1.5)
- Custom enchant: Harvester (for Irgol and Obdiam hoes) - [Harvester Datapack](https://github.com/touchportal/harvester) (Added in v1.5)

- Custom enchant: Lunge (for Irgol swords) - Sneak to get a burst of speed (Added in v1.6)

- Lunge has been moved over to Iron Sword (Added in v1.7)
- Custom enchant: Riptide (for Irgol swords) - The sword has a chance to kill a mob for you (Added in v1.7)
- Custom quirk: Iron tools are Lightweight - Tools have the efficiency enchant (Added in v1.7)
- Custom quirk: Obdiam tools are Heated - Auto smelt items on the floor near the player holding it (Added in v1.7)
- Lots of bug fixes (Added in v1.7)

- Added a guide book (Added in v1.8)
- Guide book shows the smeltery structure when crouched (Added in v1.8)
- Created advancements for doing things (Added in v1.8)
- Fixed a bug where auto smelted stuff can smelt other stuff (Added in v1.8)

- Smelting support for nether gold ore (Added in v1.9)
- Riptide now gives double the loot from the mob it kills (Added in v1.9)

- Updated for 1.16.2 (Added in v1.9.1)
The changelog has gotten too long, you can find the full v2.0.0 changelog in changelog.md

# Smeltery Structure (3x3x5)

Expand Down
Binary file modified tinkererscraft.zip
Binary file not shown.

0 comments on commit 3a9de7e

Please sign in to comment.