Unregistering recipe

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.
Jan 28, 2017
23
1
0
53
Skript Version: Skript 2.2
Skript Author: (Forgot name), not Bensku but ...
Minecraft Version: 1.8, 1.9, 1.10 & 1.11 (ViaVersion)
---
Full Code:
Note: If the code is too large, feel free to use a pasting website (Pastebin or hastebin)
Note: If a variable is being set in another script, but not shown, please explain how they are being set


Code (Skript):
  1. on skript load:
    register new shaped recipe for dirt using iron ingot, air, iron ingot, iron ingot, chest, iron ingot, air, iron ingot, air
Errors on Reload:

Code (Skript):
  1. No real errors, just not working.
Console Errors: (if applicable)

Code (Skript):
  1. /
Other Useful Info:

Addons using (including versions):
SkQuery 3.22.1 , SQLibrary 7.1, skDragon 0.13.1 (Beta), skQuery 4 pre-1 (Again), ExtrasSk 1.1, SKAction, SkMorkaz, SkStuff, skRayFall 1.7, WildSkript 1.7-1.8, PirateSK 0.4.1, skUtilities 0.8.9, RandomSK 2.7.1, UmbaskaJava7 (Again), Skellett, TuSKe

Troubleshooting:

Have you tried searching the docs? Yes
Have you tried searching the forums? Yes
What other methods have you tried to fix it? Not really anything, because it should just work?
 
If you want to delete a recipe, you need to register a recipe returning air:
code_language.skript:
register new shaped recipe for air using iron ingot, air, iron ingot, iron ingot, chest, iron ingot, air, iron ingot, air
 
Status
Not open for further replies.