Skip to content

Commit 1a148d1

Browse files
Update README.md
1 parent d877972 commit 1a148d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ If your pack includes a custom give command this is what the function should loo
1010
```mcfunction
1111
give @s dropper[item_name='{"text":"A Name"}',\
1212
lore=['{"text":"A Lore","italic":false,"color":"red"}'],\
13-
custom_model_data=1,\
13+
custom_model_data={floats:[1]},\
1414
lock={"minecraft:custom_name": "'custom_blocks:block'"},\
1515
custom_data={\
1616
block_properties:{\
@@ -21,7 +21,7 @@ give @s dropper[item_name='{"text":"A Name"}',\
2121
]
2222
```
2323

24-
To set up your custom blocks with this API simple add the custom models to one of the following blocks with "custom_model_data":
24+
To set up your custom blocks with this API simple add the custom models to one of the following blocks with "custom_model_data" (Supports all custom model data types):
2525

2626
* Dispenser = Your custom block has no rotation.
2727
* Furnace = Your custom block can face in the 4 cardinal directions.

0 commit comments

Comments
 (0)