feat: floral workshop localization + placeholder texture + json files
Some checks failed
Build / build (push) Has been cancelled
Some checks failed
Build / build (push) Has been cancelled
This commit is contained in:
parent
0776e4657c
commit
58d146e04e
5 changed files with 20 additions and 0 deletions
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"variants": {
|
||||||
|
"": {
|
||||||
|
"model": "charmsnfabrics:block/floral_workshop"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"model": {
|
||||||
|
"type": "minecraft:model",
|
||||||
|
"model": "charmsnfabrics:block/floral_workshop"
|
||||||
|
}
|
||||||
|
}
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"itemGroup.charmsnfabrics": "Charms & Fabrics",
|
"itemGroup.charmsnfabrics": "Charms & Fabrics",
|
||||||
"item.charmsnfabrics.flower_crown": "Flower Crown",
|
"item.charmsnfabrics.flower_crown": "Flower Crown",
|
||||||
|
"item.charmsnfabrics.floral_workshop": "Floral Workshop",
|
||||||
|
|
||||||
"charmsnfabrics.configuration.title": "Charms & Fabrics Configs",
|
"charmsnfabrics.configuration.title": "Charms & Fabrics Configs",
|
||||||
"charmsnfabrics.configuration.section.charmsnfabrics.common.toml": "Charms & Fabrics Configs",
|
"charmsnfabrics.configuration.section.charmsnfabrics.common.toml": "Charms & Fabrics Configs",
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"parent": "minecraft:block/cube_all",
|
||||||
|
"textures": {
|
||||||
|
"all": "charmsnfabrics:block/floral_workshop"
|
||||||
|
}
|
||||||
|
}
|
Binary file not shown.
After Width: | Height: | Size: 539 B |
Loading…
Add table
Add a link
Reference in a new issue