Boots of Ostara: Difference between revisions
Update the wiki page to reflect the modern functionality of Boots of Ostara as of 2021.
m (navbox) |
(Update the wiki page to reflect the modern functionality of Boots of Ostara as of 2021.) |
||
Line 1: | Line 1: | ||
{{ModuleInfobox|name=Boots of Ostara|icon=boots_of_ostara.png|creator=The8BitMonkey|type=Reliant|versions=1.8, 1.13+|complementary=[[Desire Lines]], [[Better Armour Stands]]|updater=Sparks and Misode|requires=[[Custom Crafters]]}} | {{ModuleInfobox|name=Boots of Ostara|icon=boots_of_ostara.png|creator=The8BitMonkey|type=Reliant|versions=1.8, 1.13+|complementary=[[Desire Lines]], [[Better Armour Stands]]|updater=Sparks and Misode|requires=[[Custom Crafters]]}} | ||
This module adds boots which | This module adds boots which suppress the effects of the [[Desire Lines]] module, and can convert dirt into grass blocks. | ||
== Features == | == Features == | ||
[[File:Ostara grass growing.gif|thumb|Growing grass with the Boots of Ostara|alt=]] | [[File:Ostara grass growing.gif|thumb|Growing grass with the Boots of Ostara|alt=]] | ||
If a grass block is held in the offhand, dirt will be converted to grass beneath the player without consuming the grass block. Giving an armour stand a grass block and a set of Ostara Boots will produce the same effect. | |||
If a grass block is held in the offhand, dirt will be converted to grass beneath the player without consuming the grass block. Giving an armour stand a grass block and a set of Ostara Boots will produce the same effect. | |||
=== Crafting === | === Crafting === | ||
The Boots of Ostara can be crafted in a [[Custom Crafters|Custom Crafter]] using leather boots, and some plant items. | The Boots of Ostara can be crafted in a [[Custom Crafters|Custom Crafter]] using leather boots, and some plant items. The leather boots used in the crafting recipe will retain any enchantments, [[Metallurgy|shamirs]], lore, or other special properties when upgraded into Boots of Ostara. | ||
{| class="wikitable" | {| class="wikitable" | ||
|+ | |+ | ||
Line 41: | Line 37: | ||
=== Compatibility === | === Compatibility === | ||
If the player is wearing Boots of Ostara, the effects of [[Desire Lines]] will | If the player is wearing Boots of Ostara, the effects of [[Desire Lines]] will be suppressed. | ||
In order for an armour stand to hold a grass block, the armour stand must have arms. The [[Better Armour Stands]] module provides a way to give an armour stand arms. | In order for an armour stand to hold a grass block, the armour stand must have arms. The [[Better Armour Stands]] module provides a way to give an armour stand arms. | ||
The ability for armour stands to convert dirt into grass may be useful when combined with the [[Spawner Minecarts]] module, which can consume grass as a fuel source. | |||
=== Technical Details === | === Technical Details === | ||
Combining the Boots of Ostara with other leather boots in a crafting table will convert them to normal leather boots. | |||
The NBT of the leather boots used in the crafting recipe is copied to the resulting Boots of Ostara. Name, color, and model will only be overwritten if the leather boots did not already have these properties. The lore associated with Boots of Ostara will be prepended to the Lore tag instead of overwriting existing lore. All other tags such as enchantments, durability, and [[Metallurgy|shamirs]] will be copied directly. | |||
=== Advancements === | === Advancements === | ||
Line 95: | Line 93: | ||
|06 Feb 2020 | |06 Feb 2020 | ||
|Optimized the module to use predicates, making it more lag friendly | |Optimized the module to use predicates, making it more lag friendly | ||
|- | |||
| rowspan="2" |1.16 | |||
| rowspan="2" |24 Apr 2021 | |||
Update by [https://github.com/Gamemode4Dev/GM4_Datapacks/pull/563 Lue] | |||
|Removed crop-related functionality which was considered obsolete | |||
|- | |||
|Preserve NBT (enchantments, [[Metallurgy|shamir]], lore, etc.) of the leather boots used in the crafting recipe | |||
|} | |} | ||
Line 101: | Line 106: | ||
=== MC 1.8 Version === | === MC 1.8 Version === | ||
The MC 1.8 Version used the last slot of the hotbar for the settings slot rather than the offhand (which did not exist in this MC version). This version also did not have the feature of planting beetroot or nether wart. Armour stands did not have the ability to replace dirt with grass in this version. | The MC 1.8 Version used the last slot of the hotbar for the settings slot rather than the offhand (which did not exist in this MC version). This version also did not have the feature of planting beetroot or nether wart. Armour stands did not have the ability to replace dirt with grass in this version. | ||
[[File:Ostara carrot planting.gif|Planting carrots with the Boots of Ostara|alt=|frame]] | |||
=== MC 1.13-1.16 Versions === | |||
Until a certain point after MC 1.16 was released, Boots of Ostara had the ability to automatically place the crop held in the player's offhand on farmland. This ability was removed as [[Pig Tractors]] does a better job of implementing this feature. | |||
Additionally, older versions of the module would reset the durability, enchantments, custom model, and other NBT tags when upgraded into Boots of Ostara. | |||