momar3455
- momar3455
- JIRAUSER793436
- Europe/Stockholm
- Yes
- No
14 issues
Key
Summary
Status
Reporter
Assignee
Created
Setting the gamerule doLimitedCrafting to true does not stop players from crafting unknown recipes
Community Consensus
Picking up an item the same tick the item spawns and the inventory is updated glitches the inventory
Confirmed
Quickly switching between gamemodes causes the breaking animation to keep playing
Unconfirmed
Custom hit test doesn't update when an entity's component group is added/removed
Unconfirmed
Setting the item menu category to none makes it hidden from commands even when specified not to
Duplicate
Settings the data of the result of a crafting recipe to something other than 0 hides it from the recipe book
Unconfirmed
Added Labels: doLimitedCrafting gamerule recipe
Changed Description:
- Create new world
- Set the gamerule to true
/gamerule doLimitedCrafting true
- Collect some resources to unlock some recipes
- Take the unlocked recipes or turn off recipe unlocking
/recipe take @a *
- You can still craft items even though you don't have any recipes
Changed Description:
Spawn an item at your location using dimension.spawnItem() in a addon script or some other wayThe item should be picked up on the same tick but it won't show up in the inventoryThe slot it was supposed to be added to will become glitched and no items can be placed in it or taken out
- Load the addon on to a world with the scripting experiment turned on
- Break a grass block using the custom stick item in survival mode
- Open your inventory and try to move the redstone dust in your inventory
Changed Description:
- Load the addon on to a world with the scripting experiment turned on
- Break a grass block using the custom stick item in survival mode
- Open your inventory and try to move the redstone dust in your inventory
- The slot it glitched and the only way to fix it is to close your inventory and drop it from the hotbar which updates the slot and gives you another redstone
Changed Description:
Steps to Reproduce
- Load the addon on to a world with the scripting experiment turned on
- Break a grass block using the custom stick item in survival mode
- Open your inventory and try to move the redstone dust in your inventory
- The slot it glitched and the only way to fix it is to close your inventory and drop it from the hotbar which updates the slot and gives you another redstone
Notes
- It has something to do with custom components changing the item because removing it fixes the bug
Changed Summary:
Picking up an item the same tick that it spawns and the inventory is updated glitches the inventory
Changed Summary:
Picking up an item the same tick that it spawns andtheinventory is updated glitches the inventory
Changed Summary:
Picking up an item the same tick thatit spawns and inventory is updated glitches the inventoryPicking up an item the same tick the item spawns and the inventory is updated glitches the inventory
Changed Description:
Steps to Reproduce
- Load the addon on to a world with the scripting experiment turned on
- Break a grass block using the custom stick item in survival mode
- Open your inventory and try to move the redstone dust in your inventory
- The slot it glitched and the only way to fix it is to close your inventory and drop it from the hotbar which updates the slot and gives you another redstone
Notes
- It has something to do with custom components changing the item because removing it fixes the bug
- If there is no redstone dust in your inventory when you do the bug the slot that it was supposed to be picked up in becomes glitched which doesn't allow you to put any item into it. I couldn't find a way to fix this other then restarting the world
Added Attachments:
Removed Attachments:
Added Attachments:
Removed Attachments:
Added Labels: coordinates
Added Labels: Script-API entity-spawning
Changed Description:
Steps to Reproduce
- Load the addon on to a world with the scripting experiment turned on
Click onthe stick- You will receive an error about the script trying to spawn an evocation fang
Steps to Reproduce
- Load the addon on to a world with the scripting experiment turned on
- Use the stick
- You will receive an error about the script trying to spawn an evocation fang
Added Labels: breaking-animation
Changed Summary:
Switching quickly between gamemodes isglitchySwitching quickly between gamemodes is causes the breaking animation to keep playing
Changed Summary:
Switching quicklybetween gamemodes is causes the breaking animation to keep playingQuickly switching between gamemodes is causes the breaking animation to keep playing
Changed Summary:
Quickly switching between gamemodesiscauses the breaking animation to keep playing
Added Attachments:
Added Attachments:
Changed Summary:
Setting the item menu category to none makes it hidden from commands even specified not to
Changed Summary:
Setting the item menu category to none makes it hidden from commands even when specified not to
Added Attachments:
Changed Description:
Steps to Reproduce
- Load the addon on to a world with the scripting experiment turned on
- Type the command
/give @s report:test
- The command will fail even though there is in an item with that name with
is_hidden_in_commands set to falseNotes
- This only happens if the category is none
- This also hides the item from the recipe book
Changed Description:
Steps to Reproduce
- Load the addon on to a world with the scripting experiment turned on
- Type the command
/give @s report:test
- The command will fail even though there is in an item with that name with
is_hidden_in_commands set to falseNotes
- This only happens if the category is none
- This also hides the item from the recipe book (not sure if this a bug)
Added Labels: crafting recipe-book
Added Labels: data-version
Removed Labels: data-version
Added Attachments:
Added Labels: effects enchantment sharpness weakness

