Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

LiquidBounce Forum

  1. Home
  2. ScriptAPI
  3. Creating Inventory Tabs Script: Items not Showing up

Creating Inventory Tabs Script: Items not Showing up

Scheduled Pinned Locked Moved ScriptAPI
creativeissuescript
3 Posts 2 Posters 365 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    BySneakz
    wrote on last edited by BySneakz
    #1

    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.

    1 Reply Last reply
    0
    • kaduvertK Offline
      kaduvertK Offline
      kaduvert
      wrote on last edited by
      #2

      https://forums.ccbluex.net/topic/295/plz-help

      maybe this helps if you are playing on b72

      B 1 Reply Last reply
      0
      • kaduvertK kaduvert

        https://forums.ccbluex.net/topic/295/plz-help

        maybe this helps if you are playing on b72

        B Offline
        B Offline
        BySneakz
        wrote on last edited by
        #3

        @somedudeyouveneverheardof No I already tried that
        but thanks.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        About
        • Terms of Service
        • Privacy Policy
        • Status
        • Contact Us
        Downloads
        • Releases
        • Source code
        • License
        Docs
        • Tutorials
        • CustomHUD
        • AutoSettings
        • ScriptAPI
        Community
        • Forum
        • Guilded
        • YouTube
        • Twitter
        • D.Tube
        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups