Changes
Page history
Update Options to use yaml
authored
Jun 13, 2023
by
Amy
Hide whitespace changes
Inline
Side-by-side
Items/Options.md
View page @
5c2bd453
...
@@ -60,7 +60,7 @@ Only applicable to playerhead type items:
...
@@ -60,7 +60,7 @@ Only applicable to playerhead type items:
-
Use http://mcuuid.net/ to find the trimmed uuid of the player
-
Use http://mcuuid.net/ to find the trimmed uuid of the player
-
This option also supports hashes.
-
This option also supports hashes.
For example:
For example:
```
```
yaml
Options
:
Options
:
SkinTexture
:
eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODdlMGFhOTQzM2RiYTliNzU5MzJhMTFkYzk0ZDQwNmJkZTE5ZTg2MzUxNDIxNDkyYjNlZDM3OGM4ZTFhN2NjIn19fQ==
SkinTexture
:
eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODdlMGFhOTQzM2RiYTliNzU5MzJhMTFkYzk0ZDQwNmJkZTE5ZTg2MzUxNDIxNDkyYjNlZDM3OGM4ZTFhN2NjIn19fQ==
```
```
...
@@ -82,7 +82,7 @@ Dyeable Items
...
@@ -82,7 +82,7 @@ Dyeable Items
*
Added options for FIREWORK and FIREWORK_CHARGE items
*
Added options for FIREWORK and FIREWORK_CHARGE items
*
For Colors and FadeColors, you can specify what colors you want using the format
**RED,GREEN,BLUE**
*
For Colors and FadeColors, you can specify what colors you want using the format
**RED,GREEN,BLUE**
```
```
yaml
Firework
:
Firework
:
Colors
:
Colors
:
-
255,0,255
-
255,0,255
...
@@ -95,7 +95,7 @@ Firework:
...
@@ -95,7 +95,7 @@ Firework:
Examples
Examples
========
========
```
```
yaml
ClothSlippers
:
ClothSlippers
:
Id
:
301
Id
:
301
Data
:
0
Data
:
0
...
@@ -110,14 +110,14 @@ ClothSlippers:
...
@@ -110,14 +110,14 @@ ClothSlippers:
Color
:
200,200,200
Color
:
200,200,200
```
```
Lots of possible options included:
Lots of possible options included:
```
```
yaml
TestHead
:
TestHead
:
Id
:
397
Id
:
397
Data
:
3
Data
:
3
Options
:
Options
:
Player
:
Rickyling
Player
:
Rickyling
```
```
```
```
yaml
dat_item_though
:
dat_item_though
:
Id
:
banner
Id
:
banner
Data
:
4
Data
:
4
...
@@ -136,7 +136,7 @@ dat_item_though:
...
@@ -136,7 +136,7 @@ dat_item_though:
-
ARROW_FIRE:10
-
ARROW_FIRE:10
```
```
An example of a firework rocket
An example of a firework rocket
```
```
yaml
FireworkGoBoom
:
FireworkGoBoom
:
Id
:
FIREWORK_ROCKET
Id
:
FIREWORK_ROCKET
Display
:
'
Rocket'
Display
:
'
Rocket'
...
...
...
...