Revert previous commit
This commit is contained in:
parent
28950955fd
commit
f78094c1c9
@ -19,7 +19,7 @@ object MRecipes {
|
|||||||
val id = ResourceLocation(OverdriveThatMatters.MOD_ID, id)
|
val id = ResourceLocation(OverdriveThatMatters.MOD_ID, id)
|
||||||
|
|
||||||
override fun toString(): String {
|
override fun toString(): String {
|
||||||
return id.toString()
|
return "RecipeType[$id]"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -278,8 +278,6 @@ object MRegistry {
|
|||||||
MBlockColors.register(bus)
|
MBlockColors.register(bus)
|
||||||
}
|
}
|
||||||
|
|
||||||
MRecipes.register(bus)
|
|
||||||
|
|
||||||
// call static constructors
|
// call static constructors
|
||||||
NanobotsArmorFeature.Companion
|
NanobotsArmorFeature.Companion
|
||||||
EnderTeleporterFeature.Companion
|
EnderTeleporterFeature.Companion
|
||||||
|
Loading…
Reference in New Issue
Block a user