Skip to content

Commit

Permalink
Updated resources to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-MacLean authored Apr 5, 2020
1 parent 0641baf commit ac7de9f
Show file tree
Hide file tree
Showing 5 changed files with 75 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ loaderVersion="[31,)" #mandatory
issueTrackerURL="https://github.com/Alex-MacLean/TheLegendOfHerobrine/issues" #optional
[[mods]] #mandatory
modId="herobrine" #mandatory
version="0.3.0" #mandatory
version="0.3.1" #mandatory
displayName="The Legend of Herobrine" #mandatory
updateJSONURL="https://github.com/Alex-MacLean/TheLegendOfHerobrine/blob/master/update.json" #optional
updateJSONURL="https://raw.githubusercontent.com/Alex-MacLean/TheLegendOfHerobrine/master/update.json" #optional
displayURL="https://www.curseforge.com/minecraft/mc-mods/the-legend-of-herobrine" #optional
logoFile="Logo.png" #optional
credits="Alex MacLean" #optional
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
{
"type": "minecraft:entity",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 0.0,
"max": 2.0,
"type": "minecraft:uniform"
}
},
{
"function": "minecraft:looting_enchant",
"count": {
"min": 0.0,
"max": 1.0
}
}
],
"name": "minecraft:leather"
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1.0,
"max": 3.0,
"type": "minecraft:uniform"
}
},
{
"function": "minecraft:furnace_smelt",
"conditions": [
{
"condition": "minecraft:entity_properties",
"predicate": {
"flags": {
"is_on_fire": true
}
},
"entity": "this"
}
]
},
{
"function": "minecraft:looting_enchant",
"count": {
"min": 0.0,
"max": 1.0
}
}
],
"name": "minecraft:beef"
}
]
}
]
}
4 changes: 2 additions & 2 deletions src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"modid": "herobrine",
"name": "The Legend of Herobrine",
"description": "Adds Herobrine to Minecraft, and other herobrine related things",
"version": "0.3.0",
"version": "0.3.1",
"mcversion": "1.15.2",
"logoFile": "assets/herobrine/textures/Logo.png",
"url": "https://www.curseforge.com/minecraft/mc-mods/the-legend-of-herobrine",
"updateJSON": "https://github.com/Alex-MacLean/TheLegendOfHerobrine/blob/master/update.json",
"updateJSON": "https://raw.githubusercontent.com/Alex-MacLean/TheLegendOfHerobrine/master/update.json",
"authorList": ["Alex MacLean"],
"credits": "Alex MacLean"
}
Expand Down

0 comments on commit ac7de9f

Please sign in to comment.