Boots of Ostara: Difference between revisions

From Official Gamemode 4 Wiki
Jump to navigation Jump to search
m (→‎History: Correct "datapack" to "data pack" where applicable.)
m (Added swappable Moss and Grass block in recipe, cleaned up a bit)
 
(18 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{ModuleInfobox|name=Boots of Ostara|icon=boots_of_ostara.png|creator=The8BitMonkey|type=Reliant|versions=1.13|complementary=[[Desire Lines]]|updater=Sparks and Misode|requires=[[Custom Crafters]]}}
{{ModuleInfobox
| creator = The8BitMonkey
| type = Reliant
| versions = 1.8, 1.13+
| complementary = [[Desire Lines]], [[Better Armour Stands]]
| updater = Lue
| requires = [[Custom Crafters]]
}}


This module adds boots which will automatically plant crops from the player's inventory while walking over farmland, and convert dirt to grass.
This module adds boots which suppress the effects of the [[Desire Lines]] module, and can convert dirt into grass or moss blocks.


== Details ==
== Features ==
When the boots are equipped, the offhand slot acts as a settings slot for the boots. Holding carrots, potatoes, beetroot seeds, nether wart or wheat seeds in the offhand will cause the boots to automatically plant them as the player walks over farmland (or soul sand respectively). The crops will be removed from your inventory as they are planted. If a grass block is placed in the slot, dirt will be converted to grass beneath the player without consuming the grass block in the inventory. Giving an armour stand a grass block and a set of Ostara boots will cause it to replace dirt with grass at its feet.
[[File:Ostara grass growing.gif|thumb|Growing grass with the Boots of Ostara|alt=]]
 
If a grass block is held in the offhand, dirt-type blocks will be converted to grass beneath the player without consuming the grass block. If a moss block is held in the offhand, moss-replaceable blocks will be converted to moss beneath the player without consuming the moss block. Giving an armour stand a grass or moss block and a set of Boots of Ostara will produce the same effect.  
=== Technical Summary ===
The crops will be taken from elsewhere in the inventory before taking from the offhand slot. Boots of Ostara cannot be enchanted using an enchanting table, however enchantments can be applied to them from a book using an anvil. If the boots are renamed or recolored, they will lose their effects.


=== Crafting ===
=== Crafting ===
The Boots of Ostara can be crafted in a [[Custom Crafters|Custom Crafter]] using leather boots, and some plant items.  The Grass Block and Moss Block can be interchanged.  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.<ref name="flippers">Flippers from [[SCUBA Gear]] without a new name and be named "Flippers of Ostara".</ref>
{| class="wikitable"
{| class="wikitable"
|+
|+
Line 16: Line 22:
!Recipe ([[Custom Crafters|Custom Crafter]])
!Recipe ([[Custom Crafters|Custom Crafter]])
|-
|-
|Boots of Ostara (x1)
|Boots of Ostara
|1x Grass Block, 1x Leather Boots, 1x Potato, 1x Carrot, 1x Wheat Seeds
|Grass Block +
|[[File:Boots of ostara recipe.png]]
Leather Boots +
 
Moss Block +
 
Water Bucket +
 
Wheat Seeds
|{{Crafting
| Input = {{CraftingGrid
| | Wheat Seeds |
| {{Cycle|{{Stack|Moss Block}}{{Stack|Grass Block}}}} | Leather Boots | {{Cycle|{{Stack|Grass Block}}{{Stack|Moss Block}}}}
| | Water Bucket |
}}
| Output = {{CraftingCell
| gm4:Boots of Ostara
}}
}}
|}
|}


=== Compatibility ===
=== Compatibility ===
If the player is wearing Boots of Ostara, the effects of [[Desire Lines]] will not happen. For more information on Desire Lines please see the [[Desire Lines|main module page]].
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 block, the armour stand must have arms. The [[Better Armour Stands]] module provides a way to give an armour stand arms.
 
=== Technical Details ===
Combining the Boots of Ostara with other leather boots in a crafting table will convert them to normal leather boots.


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 NBT of the leather boots used in the crafting recipe is copied to the resulting Boots of Ostara. Name<ref name="flippers" />, 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 30: Line 57:
|+
|+
!Advancement
!Advancement
!Description
!Requirement
!Requirement
|-
|-
|Green Feet
|{{Advancement|gm4:Boots of Ostara|Green Feet|Wear the Boots of Ostara}}
|Wear the Boots of Ostara.
|Have the Boots of Ostara in your inventory
|Wear the Boots of Ostara
|}
|}


Line 48: Line 73:
!Change
!Change
|-
|-
|rowspan=3 | 1.8
| rowspan="3" |1.8
|04 Jun 2015
|04 Jun 2015
|Released Boots of Ostara
|Released Boots of Ostara
|-
|-
|05 Jun 2015
|05 Jun 2015
|Fixed a bug relating to crops planting on invalid blocks in SMP
|Fixed a multiplayer bug that allowed crops to be planted on invalid blocks
|-
|-
|10 Jun 2015
|10 Jun 2015
|Fixed bug where only seeds were planted
|Fixed a bug that only allowed Seeds to be planted
|-
|-
|rowspan=6 | 1.13
| rowspan="4" |1.13
|rowspan=3 | 19 Nov 2018
| rowspan="2" |19 Nov 2018
|Updated for 1.13 data packs
|Add beetroot to be plantable
|-
|-
|Beetroot can be planted now
|Changed selection slot to offhand (from 9th hotbar slot)
|-
|-
|Settings slot changed to offhand (from 9th hotbar slot)
| rowspan="2" |04 Apr 2019
Update by [https://github.com/Gamemode4Dev/GM4_Datapacks/pull/114 Coolsa]
|Add nether wart to be plantable on soul sand
|-
|-
|rowspan=2 | 04 Apr 2019
|Armour Stands wearing the boots and holding a Grass Block will convert Dirt to Grass
Update by [https://github.com/Gamemode4Dev/GM4_Datapacks/pull/114 Coolsa]
|-
|Nether wart can now be planted like other crops
|1.15
|06 Feb 2020
|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
|-
| rowspan="2" | 1.17
| rowspan="2" | 14 Oct 2021
| Updated crafting recipe to include Moss instead of Potatoes and Carrots
|-
| Added Moss spreading
|-
|-
|Armour Stands holding a grass block and wearing the boots will now replace dirt with grass at their feet
|}
|}
{{References}}


== Previous Versions ==
== Previous Versions ==
=== 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.


=== MC 1.8 Version ===
[[File:Ostara carrot planting.gif|Planting carrots with the Boots of Ostara|alt=|frame]]
The MC 1.8 Version, did not have advancements. Additionally, this version used the 9th (last) slot of the hotbar was used for the settings slot rather than the offhand (which did not exist in this MC version), and 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.
 
[[Category:All Modules]]
=== MC 1.13-1.16 Versions ===
[[Category:Reliant Modules]]
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.
 
{{Modules List/Custom Crafters}}

Latest revision as of 01:05, 8 November 2022

Boots of Ostara

Module TypeReliant
Created byThe8BitMonkey
Last Updated byLue
Required ModulesCustom Crafters
Complementary ModulesDesire Lines, Better Armour Stands
Compatible MC Versions1.8, 1.13+

This module adds boots which suppress the effects of the Desire Lines module, and can convert dirt into grass or moss blocks.

Features

Growing grass with the Boots of Ostara

If a grass block is held in the offhand, dirt-type blocks will be converted to grass beneath the player without consuming the grass block. If a moss block is held in the offhand, moss-replaceable blocks will be converted to moss beneath the player without consuming the moss block. Giving an armour stand a grass or moss block and a set of Boots of Ostara will produce the same effect.

Crafting

The Boots of Ostara can be crafted in a Custom Crafter using leather boots, and some plant items. The Grass Block and Moss Block can be interchanged. The leather boots used in the crafting recipe will retain any enchantments, shamirs, lore, or other special properties when upgraded into Boots of Ostara.[1]

Item Ingredients Recipe (Custom Crafter)
Boots of Ostara Grass Block +

Leather Boots +

Moss Block +

Water Bucket +

Wheat Seeds

Compatibility

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 block, the armour stand must have arms. The Better Armour Stands module provides a way to give an armour stand arms.

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[1], 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 shamirs will be copied directly.

Advancements

Advancement Requirement
Green Feet
Wear the Boots of Ostara
Have the Boots of Ostara in your inventory

Learn More and Download

Watch on YouTube Download

History

Version Date Change
1.8 04 Jun 2015 Released Boots of Ostara
05 Jun 2015 Fixed a multiplayer bug that allowed crops to be planted on invalid blocks
10 Jun 2015 Fixed a bug that only allowed Seeds to be planted
1.13 19 Nov 2018 Add beetroot to be plantable
Changed selection slot to offhand (from 9th hotbar slot)
04 Apr 2019

Update by Coolsa

Add nether wart to be plantable on soul sand
Armour Stands wearing the boots and holding a Grass Block will convert Dirt to Grass
1.15 06 Feb 2020 Optimized the module to use predicates, making it more lag friendly
1.16 24 Apr 2021

Update by Lue

Removed crop-related functionality which was considered obsolete
Preserve NBT (enchantments, shamir, lore, etc.) of the Leather Boots used in the crafting recipe
1.17 14 Oct 2021 Updated crafting recipe to include Moss instead of Potatoes and Carrots
Added Moss spreading

Notes

  1. 1.0 1.1 Flippers from SCUBA Gear without a new name and be named "Flippers of Ostara".

Previous Versions

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.

Planting carrots with the Boots of Ostara

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.