Skip to content

Commit 6f03b9e

Browse files
committed
Add localization and textures (sterile textures don't work yet?)
1 parent fea2e0b commit 6f03b9e

File tree

6 files changed

+15
-5
lines changed

6 files changed

+15
-5
lines changed

src/main/resources/META-INF/mods.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ license = "${mod_license}"
1919
# Some more fluff displayed in the Mods panel. Plug your stuff here!
2020
authors="${mod_author}"
2121
description = '''
22-
Example Description
23-
...ain is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain,... (Lorem Ipsum translated to english.)
22+
Moni Labs
23+
Core mod for the Monifactory modpack.
2424
'''
2525

2626
[[dependencies.${mod_id}]]
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"block.monilabs.sterile_cleaning_maintenance_hatch": "Sterile Cleaning Maintenance Hatch",
3+
"itemGroup.monilabs.creative_tab": "Moni Labs"
4+
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"parent": "gtceu:block/overlay/front_emissive",
33
"textures": {
4-
"particle": "gtceu:block/overlay/machine/overlay_maintenance_cleaning",
5-
"overlay": "gtceu:block/overlay/machine/overlay_maintenance_cleaning",
6-
"overlay_emissive": "gtceu:block/overlay/machine/overlay_maintenance_cleaning_emissive"
4+
"particle": "monilabs:block/overlay/machine/overlay_maintenance_sterile_cleaning",
5+
"overlay": "monilabs:block/overlay/machine/overlay_maintenance_sterile_cleaning",
6+
"overlay_emissive": "monilabs:block/overlay/machine/overlay_maintenance_sterile_cleaning_emissive"
77
}
88
}
219 Bytes
Loading
201 Bytes
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"animation": {
3+
"interpolate": true,
4+
"frametime": 10
5+
}
6+
}

0 commit comments

Comments
 (0)