Changes
Page history
added MergeHappyHUD option and added new Fonts features
authored
Nov 16, 2023
by
Lxlp
Show whitespace changes
Inline
Side-by-side
ResourcePack-Generator.md
View page @
8c1285cf
...
@@ -59,6 +59,18 @@ Donut:
...
@@ -59,6 +59,18 @@ Donut:
```
```
These can be accessed using the placeholder
<fontimage.donut>
and can be used with the Text projectiles.
These can be accessed using the placeholder
<fontimage.donut>
and can be used with the Text projectiles.
The
`Ascent`
and
`Height`
options can be left empty: those values can be automatically calculated by Crucible if not specified.
The
`File`
option can use images in the
`minecraft:`
namespace
```
yaml
lightning
:
File
:
unicode/lightning
iron_boots
:
File
:
minecraft:item/iron_boots
```
# Item Configurations
# Item Configurations
...
@@ -250,9 +262,12 @@ Generation:
...
@@ -250,9 +262,12 @@ Generation:
# The namespace to use
# The namespace to use
Namespace
:
mythic
Namespace
:
mythic
# If the
m
odel
e
ngine resourcepack should be automatically merged
# If the
M
odel
E
ngine resourcepack should be automatically merged
MergeModelEngine
:
true
MergeModelEngine
:
true
# If the HappyHUD resourcepack should be automatically merged
MergeHappyHUD
:
true
# If the pack should be zipped
# If the pack should be zipped
ZipPack
:
true
ZipPack
:
true
...
...
...
...