- check_circle Functions
- check_circle Recipes
Published Oct 16th, 2021, 10/16/21 11:11 pm
- 5,696 views, 2 today
- 1,000 downloads, 0 today
Required Resource Pack
0
1 Tick Smelter for the end game!
Recipe:
Place a furnace and netherite ingot in a smithing table.
Performance: 1 item smelted per tick
Technical Explanation:
The Fast Furnace works by first checking if the furnace (base block) does not have a CookTime value of 0 and then checking if the item slot is not empty. If both of the conditions are true, it sets the CookTime value to 199s each tick (CookTime has a max value of 200s). Using the same statement, it also sets the BurnTime to 1499s each tick when there is an item in the first item slot (the item to be smelted).
Recipe:
Place a furnace and netherite ingot in a smithing table.
Performance: 1 item smelted per tick
Technical Explanation:
The Fast Furnace works by first checking if the furnace (base block) does not have a CookTime value of 0 and then checking if the item slot is not empty. If both of the conditions are true, it sets the CookTime value to 199s each tick (CookTime has a max value of 200s). Using the same statement, it also sets the BurnTime to 1499s each tick when there is an item in the first item slot (the item to be smelted).
Compatibility | Minecraft 1.13 |
to | Minecraft 1.18 |
Tags |
tools/tracking
5338642
119
fast-furnace
Create an account or sign in to comment.