Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit dfb0892

Browse files
committed
chore!: remove tag minecraft:block/scpsharp:facility_keep
1 parent e0fc4c3 commit dfb0892

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

src/main/kotlin/scpsharp/content/facility/FacilityTags.kt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,12 @@
55
*/
66
package scpsharp.content.facility
77

8-
import net.minecraft.block.Block
9-
import net.minecraft.registry.Registries
108
import net.minecraft.registry.RegistryKeys
119
import net.minecraft.registry.tag.TagKey
1210
import scpsharp.util.id
1311

1412
object FacilityTags {
1513

16-
val FACILITY_KEEP: TagKey<Block> = TagKey.of(Registries.BLOCK.key, id("facility_keep"))
17-
1814
val START = TagKey.of(RegistryKeys.STRUCTURE_PIECE, id("facility/start"))!!
1915
val PART = TagKey.of(RegistryKeys.STRUCTURE_PIECE, id("facility/part"))!!
2016
val CONTAINMENT_ROOM = TagKey.of(RegistryKeys.STRUCTURE_PIECE, id("facility/containment_room"))!!

src/main/resources/data/scpsharp/tags/blocks/facility_keep.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)