Help skript new craft for certain item and blocking old craft

  • 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.

NunoSz

Member
May 14, 2020
2
0
0
23
So i need to create a new craft for brick block
Using 1 quartz ore and 1 obsidian
and i need to block the old brick block crafting using 4 bricks
can some 1 help me?
i need to do the same crafting but for white stained glass using 1 sugar and 1 glass
and block the old craft using 9 glasses arround 1 bone meal.

(IGNORE MY GREAT ENGLISH)

Ty, NunoSz
 
So i need to create a new craft for brick block
Using 1 quartz ore and 1 obsidian
and i need to block the old brick block crafting using 4 bricks
can some 1 help me?
i need to do the same crafting but for white stained glass using 1 sugar and 1 glass
and block the old craft using 9 glasses arround 1 bone meal.

(IGNORE MY GREAT ENGLISH)

Ty, NunoSz
You need SkQuery to do this:
code_language.skript:
on load:
    register new shapeless recipe for 1 brick block using brick, brick, air, brick, brick, air, air, air, air
Also, if you have SkBee, you can do:
code_language.skript:
on load:
    register new shaped recipe for brick block using brick, brick, air, brick, brick and air with id "Brick_Block"
The rest is to repeat and modify the items.
 
Status
Not open for further replies.