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)
|
||||
|
||||
override fun toString(): String {
|
||||
return id.toString()
|
||||
return "RecipeType[$id]"
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -278,8 +278,6 @@ object MRegistry {
|
||||
MBlockColors.register(bus)
|
||||
}
|
||||
|
||||
MRecipes.register(bus)
|
||||
|
||||
// call static constructors
|
||||
NanobotsArmorFeature.Companion
|
||||
EnderTeleporterFeature.Companion
|
||||
|
Loading…
Reference in New Issue
Block a user