neofbabric
This commit is contained in:
parent
fa5b6c2840
commit
d9a83dc52b
@ -126,7 +126,7 @@ class TagsProvider(private val event: GatherDataEvent) {
|
|||||||
fun add(leaf: String, vararg value: ResourceLocation) = also { leaf(leaf).add(*value) }
|
fun add(leaf: String, vararg value: ResourceLocation) = also { leaf(leaf).add(*value) }
|
||||||
}
|
}
|
||||||
|
|
||||||
fun forge(path: String) = Appender(ResourceLocation("forge", path))
|
fun forge(path: String) = Appender(ResourceLocation("c", path))
|
||||||
fun minecraft(path: String) = Appender(ResourceLocation("minecraft", path))
|
fun minecraft(path: String) = Appender(ResourceLocation("minecraft", path))
|
||||||
|
|
||||||
override fun addTags(provider: HolderLookup.Provider) {
|
override fun addTags(provider: HolderLookup.Provider) {
|
||||||
|
Loading…
Reference in New Issue
Block a user