how do you make a instant bow like item for bedrock ed

Started by NOT_BLAINESTERS on

Topic category: Help with modding (Bedrock Edition)

Last seen on 05:24, 17. Mar 2024
Joined May 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how do you make a instant bow like item for bedrock ed

ive been trying to make a magic staff addon and idk anything about how bedrock addons work soooo please help

 

dont even know how java mods work but mcreator has everything for that but not even a projectile shooter for bedrock

Last seen on 05:24, 17. Mar 2024
Joined May 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
{ "format_version": "1.12"…
Mon, 12/11/2023 - 05:27
{
  "format_version": "1.12",
  "minecraft:item": {
    "description": {
      "identifier": "magiccraft:staff",
      "register_to_creative_menu": true
    },
    "components": {
      "minecraft:max_stack_size": 1,
      "minecraft:max_damage": 100,
      "minecraft:stacked_by_data": true,
      "minecraft:hand_equipped": true,
     "minecraft:shooter":{
    "ammunition" :[{
"item" :"custom_projectile",
"use_offhand" :true,
"search_inventory" :true,
"use_in_creative" :true
    }],
    "max_draw_duration" :1.0,
    "scale_power_by_draw_duration" :true,
    "charge_on_draw" :false
}
      "minecraft:creative_category": "Equipment"
   			 }
  		}
	}
}
Last seen on 05:24, 17. Mar 2024
Joined May 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
would somthing like this…
Mon, 12/11/2023 - 05:27

would somthing like this work or is google not the best place to fink working code

 

Last seen on 05:24, 17. Mar 2024
Joined May 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
or is there a way to turn a…
Mon, 12/11/2023 - 05:28

or is there a way to turn a java mod into a bedrock addon