ItemsAdder v1 - OLD WIKI ⚠️
⚠️THIS IS THE OLD WIKI! ⚠️
> ✅CLICK HERE FOR THE NEW ONE✅ <
Search…
⚠️Welcome to the OLD WIKI ⚠️
Menu configuration
API
Permissions
F.A.Q.
Items properties
General properties
Events
Crafting
Durability
Specific items
Armors
Books
Blocks
Bows
Drinks
Eatables
Guns
Music discs
Furnitures and machines
Fishes
Ores
More...
Seeds and crops
Swords
Throwables
Vehicles
Custom Textures
Introduction
How to create custom textures
Emoji
Custom sounds
How to create custom sounds
Optifine
Optifine?
Powered By
GitBook
Throwables
You can create custom throwable items! They will act like Snowballs, Ender Eyes or Ender Pearl
throwables.yml
This is the file where all custom throwables behaviour and config are stored
Example throwable:
1
granade
:
2
enabled
:
true
3
permission
:
granade
4
model_id
:
1
5
vanilla_type
:
SNOWBALL
#throwable type
6
name
:
'&fGranade'
7
events
:
8
throw
:
#when you throw the snowball
9
play_effect
:
SMOKE
10
hit_ground
:
11
explode
:
2
# spawns an explosion of size: 2
12
craft_recipe
:
13
enabled
:
true
14
amount
:
4
15
pattern
:
16
-
XSX
17
-
PTP
18
-
XPX
19
ingredients
:
20
S
:
STRING
21
T
:
TNT
22
P
:
plastic_plate
Copied!
Specific items - Previous
Swords
Next - Specific items
Vehicles
Last modified
3yr ago
Copy link
Contents
throwables.yml
Example throwable: