#My first custom items

1 messages · Page 1 of 1 (latest)

severe compass
#

picked up bedrock addon development today, managed to make these but the hunger points and saturation is whack, bedrock works weirdly so there is no saturation regeneration, there is a game bug where you can keep eating the item even when the hunger bar is full (i know about the can_always_eat setting but that makes no difference as of now), still need to get used to the how to set appropriate nutrition values, saturation still confusing, only followed what was available on the bedrock dev wiki

woven vale
#

That's some nice looking pixel pies. How did you get them to be in a collapsible group on the creative menu? Oh there ain't a bug for saturation, just a bunch of conflicting information on the wikis. I haven't updated my BP in a while, but I use the values: "Poor", "Low", "Normal", "Good", & "Great." For some reason numbers never work like it claimed in the wiki, but words did.

frosty pelican
#

You can define custom categories pretty easily I believe

sturdy totem
#

Wow they look really good

woven vale
severe compass
severe compass
#

Quick break-down of setting up the collapsible group on creative menu

Resource Pack

texts\en_US.lang

pack.name=RP Name
pack.description=RP Description
namespace:example_name =Text that will display when you hover your mouse```

# Behavior Pack
Create a new folder named ``item_catalog`` then create ``crafting_item_catalog.json`` inside of it.
``item_catalog\crafting_item_catalog.json``

```json
    "format_version": "1.21.70",
    "minecraft:crafting_items_catalog": {
        "categories": [
            {
                "category_name": "", // "construction", "items" etc..
                "groups": [
                    {
                        "group_identifier": { "icon": "namespace:icon_image", "name": "namespace:example_name" },
                        "items": [
                            "",
                            "",
                            "",
                            ""    
                        ]
                    }
                ]
            }
        ]
    }
}```

Items go inside the " ", make sure you have more than 1 item, or it won't work
#

@woven vale this is how i setup my collapsible group on bedrock 1.21.70

woven vale
severe compass
#

of conflicting information on the wikis.

Yeah on the wiki you it shows you can use numbers

#

But when i downloaded the bedrock sample thing (it comes with alot of default item jsons, they used strings and used a really old ver of the format too

#

Is format version mixing a common thing?

worldly verge
#

@severe compass Weird, I have an addon that makes new groups for items that cant be obtained and it only has a behavior but still has all the same features you listed for the texts (The display one)

worldly verge
polar creek
#

cuz it loooks absolutely incredible

severe compass
worldly verge
severe compass
#

damn, atleast knowing them would be helpful
like for example
1.20X

  • commonly used because of X, X and X
    1.15.X
  • commonly used because of X
    1.21.X
  • commonly used because of X
    etc
bitter parcel
severe compass
#

i just made the items into the game

#

we got pies n slices, figured out how ot create multiple item groups

severe compass
wispy sage
#

Can i be taught how to add 3d items into the game

severe compass
#

gonna try to make a cake block type block, currently setting up the model

drowsy breach
severe compass
severe compass
worldly verge