Skip to content

Commit

Permalink
Crystals Release 1.2.1
Browse files Browse the repository at this point in the history
Patch data
  • Loading branch information
Killarexe committed Jun 6, 2024
1 parent 5091b0b commit a1c99e1
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@
"type": "minecraft:count_on_every_layer",
"count": {
"type": "minecraft:uniform",
"value": {
"min_inclusive": 191,
"max_inclusive": 255
}
"min_inclusive": 191,
"max_inclusive": 255
}
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@
"type": "minecraft:count_on_every_layer",
"count": {
"type": "minecraft:uniform",
"value": {
"min_inclusive": 191,
"max_inclusive": 255
}
"min_inclusive": 191,
"max_inclusive": 255
}
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@
"type": "minecraft:count_on_every_layer",
"count": {
"type": "minecraft:uniform",
"value": {
"min_inclusive": 223,
"max_inclusive": 255
}
"min_inclusive": 223,
"max_inclusive": 255
}
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@
"type": "minecraft:count_on_every_layer",
"count": {
"type": "minecraft:uniform",
"value": {
"min_inclusive": 223,
"max_inclusive": 255
}
"min_inclusive": 223,
"max_inclusive": 255
}
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@
"type": "minecraft:count_on_every_layer",
"count": {
"type": "minecraft:uniform",
"value": {
"min_inclusive": 223,
"max_inclusive": 255
}
"min_inclusive": 223,
"max_inclusive": 255
}
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@
"type": "minecraft:count_on_every_layer",
"count": {
"type": "minecraft:uniform",
"value": {
"min_inclusive": 191,
"max_inclusive": 255
}
"min_inclusive": 191,
"max_inclusive": 255
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions neoforge/src/main/resources/META-INF/neoforge.mods.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
modLoader="javafml"
loaderVersion="${neoforge_loader_version_range}"
license="${mod_license}"
issueTrackerURL="${issue_url}"
issueTrackerURL="https://github.com/Killarexe/Crystals/issues"

[[mods]]
modId="${mod_id}"
version="${mod_version}"
displayName="${mod_name}"
updateJSONURL="https://raw.githubusercontent.com/Killarexe/Crystals/master/neoforge/update.json"
displayURL="${mod_url}"
logoFile="logo.png"
logoFile="title.png"
authors="Killar"
displayTest="MATCH_VERSION"
description='''${mod_description}'''
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"type": "forge:add_features",
"type": "neoforge:add_features",
"biomes": "#minecraft:is_overworld",
"features": [
"crystals:glowstone_crystals",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"type": "forge:add_features",
"type": "neoforge:add_features",
"biomes": "#minecraft:is_overworld",
"features": [
"crystals:diamond_crystals",
Expand Down

0 comments on commit a1c99e1

Please sign in to comment.