Add tritanium armor to freeze immune tag
This commit is contained in:
parent
b2bababac2
commit
740ae89ab2
@ -7,6 +7,7 @@ import net.minecraft.world.item.BlockItem
|
|||||||
import net.minecraft.world.item.Items
|
import net.minecraft.world.item.Items
|
||||||
import net.minecraft.world.item.Tiers
|
import net.minecraft.world.item.Tiers
|
||||||
import net.minecraft.world.level.block.Blocks
|
import net.minecraft.world.level.block.Blocks
|
||||||
|
import ru.dbotthepony.mc.otm.datagen.recipes.addCraftingTableRecipes
|
||||||
import ru.dbotthepony.mc.otm.registry.MBlockTags
|
import ru.dbotthepony.mc.otm.registry.MBlockTags
|
||||||
import ru.dbotthepony.mc.otm.registry.MBlocks
|
import ru.dbotthepony.mc.otm.registry.MBlocks
|
||||||
import ru.dbotthepony.mc.otm.registry.MItemTags
|
import ru.dbotthepony.mc.otm.registry.MItemTags
|
||||||
@ -35,6 +36,12 @@ fun addTags(tagsProvider: TagsProvider) {
|
|||||||
tagsProvider.wires.add("copper", MItems.COPPER_WIRING)
|
tagsProvider.wires.add("copper", MItems.COPPER_WIRING)
|
||||||
tagsProvider.wires.add("gold", MItems.GOLD_WIRING)
|
tagsProvider.wires.add("gold", MItems.GOLD_WIRING)
|
||||||
|
|
||||||
|
tagsProvider.items.appender(ItemTags.FREEZE_IMMUNE_WEARABLES)
|
||||||
|
.add(MItems.TRITANIUM_BOOTS)
|
||||||
|
.add(MItems.TRITANIUM_PANTS)
|
||||||
|
.add(MItems.TRITANIUM_CHESTPLATE)
|
||||||
|
.add(MItems.TRITANIUM_HELMET)
|
||||||
|
|
||||||
tagsProvider.requiresPickaxe(
|
tagsProvider.requiresPickaxe(
|
||||||
MBlocks.MATTER_CABLE,
|
MBlocks.MATTER_CABLE,
|
||||||
MBlocks.STORAGE_CABLE
|
MBlocks.STORAGE_CABLE
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
"required": true,
|
"required": true,
|
||||||
"package": "ru.dbotthepony.mc.otm.mixin",
|
"package": "ru.dbotthepony.mc.otm.mixin",
|
||||||
|
Loading…
Reference in New Issue
Block a user