Custom Crafts

  • 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.
here u go
Code:
command /hi:
  trigger:
    register new shaped recipe for redstone block using air, air, air, air, splash Regeneration potion II item, air, air, air, air

basically if u press f3+h then it will start showing u block ids (example: https://imgur.com/a/SVc8lsQ)

so now that we know how to get the ID, (#0373/164 would be equal to 373:164) then you can put 373:164 as the block iD, and once you reload the script it will tell u the name that u need to use.
i hope i helped
 
Yes I did try that and it said to use potion of:8201 so I put that in the craft but then when I go and try to craft said item it doesn't do anything
 
There's no error that shows. It will accept to use the potion in the recipe then you go to make it and it doesn't come up.
 
here u go
Code:
command /hi:
  trigger:
    register new shaped recipe for redstone block using air, air, air, air, splash Regeneration potion II item, air, air, air, air

basically if u press f3+h then it will start showing u block ids (example: https://imgur.com/a/SVc8lsQ)

so now that we know how to get the ID, (#0373/164 would be equal to 373:164) then you can put 373:164 as the block iD, and once you reload the script it will tell u the name that u need to use.
i hope i helped

Currently, you cannot use ID's in skript. Refer to https://minecraft-ids.grahamedgecombe.com/ for help with what you're looking for!
 
register new shaped recipe for a diamond chestplate of protection 1 named "&aBarbarian Chestplate" with lore "&9Strength 1 (while wearing) ||&9Resistance 1 (while wearing)" using air, air, air, blaze rod, diamond chestplate, blaze rod, iron block, potion of:8201, iron block

No I know what im trying to say is that it is telling me to use "potion of:8201" and it accepts that but it still does not work for the craft.
 
Status
Not open for further replies.