Skip to content

Commit

Permalink
Fix Integrate recipes (LotsOfPixelsStudios#16)
Browse files Browse the repository at this point in the history
* fix crafting recipe object not initialized
  • Loading branch information
12rcu authored Jan 11, 2024
1 parent 940b9b1 commit f343db3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package com.lop.devtools.monstera.addon.entity.behaviour

import com.lop.devtools.monstera.addon.entity.Entity
import com.lop.devtools.monstera.addon.recipes.CraftingRecipe
import com.lop.devtools.monstera.files.animcontroller.AnimationControllers
import com.lop.devtools.monstera.files.beh.animations.BehAnimations
import com.lop.devtools.monstera.files.beh.entitiy.BehEntity
Expand All @@ -9,4 +10,5 @@ class BasicBehaviourEntity(unsafeParent: Entity) : BehaviourEntityImpl(unsafePar
override val unsafeRawEntity: BehEntity = BehEntity()
override val unsafeRawAnimations: BehAnimations = BehAnimations()
override val unsafeRawControllers: AnimationControllers = AnimationControllers()
override val unsafeRawCraftingRecipe: CraftingRecipe = CraftingRecipe()
}

0 comments on commit f343db3

Please sign in to comment.