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

B

BySneakz

@BySneakz
About
Posts
2
Topics
1
Shares
0
Groups
0
Followers
1
Following
0

Posts

Recent Best Controversial

  • Creating Inventory Tabs Script: Items not Showing up
    B BySneakz

    @somedudeyouveneverheardof No I already tried that
    but thanks.

    ScriptAPI creative issue script

  • Creating Inventory Tabs Script: Items not Showing up
    B BySneakz

    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.

    ScriptAPI creative issue script
  • Login

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