Creating Inventory Tabs Script: Items not Showing up
-
So I tried out making a Script that adds new items to the creative inventory, but the items wherent showing up after I loaded into the game, only the new tab with the name and icon was created.
Even the example which I found in the documentation tab didnt work./// api_version=2 var script = registerScript({ name: "Test", version: "1.0.0", authors: ["BySneakz"] }); script.registerTab({ name: "MoreItems", icon: "apple", items: [ Item.create("dirt") Item.create("stone") ] });Any ideas how to make the items show up?
Edit : Please dont blame me for doing something completely wrong, Im completely new to scripting and stuff.
-
https://forums.ccbluex.net/topic/295/plz-help
maybe this helps if you are playing on b72
-
https://forums.ccbluex.net/topic/295/plz-help
maybe this helps if you are playing on b72
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login