I want to be able to add the peasant_cap to the scissor and then the cloth strips appear
New Mortar Object:
Code: Select all
defineObject{
name = "scissors",
baseObject = "mortar",
components = {
{
class = "Model",
model = "mod_assets/models/floor_props/scissors.fbx",
},
{
class ="Item",
uiName = "Scissors",
gfxAtlas = "mod_assets/textures/at_items.tga",
gfxIndex = 7,
weight = 1,
description = "A very sharp pair of scissors."
},
},
}
Code: Select all
--defineRecipe {
-- name = "cloth_strips",
-- level = 0,
-- ingredients = "peasant_cap",
---
--}