mirror of
https://github.com/dragonruler1000/hdm-mod.git
synced 2025-06-29 08:29:33 -05:00
Compare commits
No commits in common. "7547f751e27f1cb891139c8f0f0f04e7e8a17a98" and "f7777980c3754030f26b72963a60ea341dbb54c9" have entirely different histories.
7547f751e2
...
f7777980c3
3 changed files with 3 additions and 7 deletions
|
@ -38,7 +38,7 @@ mod_name=Hdm Mod
|
|||
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
|
||||
mod_license=MIT
|
||||
# The mod version. See https://semver.org/
|
||||
mod_version=1.2.2
|
||||
mod_version=1.2.1
|
||||
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
|
||||
# This should match the base package used for the mod sources.
|
||||
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
{
|
||||
"variants": {
|
||||
"":[
|
||||
{"model": "hdm_mod:block/block_of_dust" }
|
||||
]
|
||||
"main": {"model": "hdm_mod:block/block_of_dust" }
|
||||
}
|
||||
}
|
|
@ -1,7 +1,5 @@
|
|||
{
|
||||
"variants": {
|
||||
"": [
|
||||
{"model": "hdm_mod:block/window" }
|
||||
]
|
||||
"main": {"model": "hdm_mod:block/window" }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue