Crafting (8)
All currently available hooks that are found in Carbon. Most hooks would be ones compatible with Oxide, although there are Carbon-only ones as well.
Last updated
All currently available hooks that are found in Carbon. Most hooks would be ones compatible with Oxide, although there are Carbon-only ones as well.
Last updated
Returning a non-null value cancels default behavior.
This hook is compatible within Carbon and Oxide.
Patches Recycler.CanBeRecycled of Assembly-CSharp.dll.
Called when the player attempts to craft an item.
Returning a non-null value cancels default behavior.
This hook is compatible within Carbon and Oxide.
Patches ItemCrafter.CanCraft of Assembly-CSharp.dll.
Called when the player attempts to craft an item.
Returning a non-null value cancels default behavior.
This hook is compatible within Carbon and Oxide.
Patches PlayerBlueprints.CanCraft of Assembly-CSharp.dll.
Called when the recycler attempts to recycle an item.
Returning a non-null value cancels default behavior.
This hook is compatible within Carbon and Oxide.
Patches Recycler.HasRecyclable of Assembly-CSharp.dll.
Returning a non-null value cancels default behavior.
This hook is compatible within Carbon and Oxide.
Patches SprayCan.ChangeItemSkin of Assembly-CSharp.dll.
Returning a non-null value cancels default behavior.
This hook is compatible within Carbon and Oxide.
Patches SprayCan.ChangeItemSkin of Assembly-CSharp.dll.
This hook requires OnEntityReskin, which loads alongside OnEntityReskinned.
Called when ingredients are about to be collected for crafting an item.
Returning a non-null value cancels default behavior.
This hook is compatible within Carbon and Oxide.
Patches ItemCrafter.CollectIngredients of Assembly-CSharp.dll.
Returning a non-null value cancels default behavior.
This hook is compatible within Carbon and Oxide.
Patches SprayCan.CreateSpray of Assembly-CSharp.dll.