File tree Expand file tree Collapse file tree 3 files changed +22
-2
lines changed
data/energizedpower/loot_tables/blocks Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44 id ' net.minecraftforge.gradle' version ' 5.1.+'
55}
66
7- version = ' 1.18.2-1.7.1 '
7+ version = ' 1.18.2-1.7.8 '
88group = ' me.jddev0.energizedpower' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
99archivesBaseName = ' energizedpower'
1010
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ modId="energizedpower" #mandatory
1919# The version number of the mod - there's a few well known ${} variables useable here or just hardcode it
2020# ${file.jarVersion} will substitute the value of the Implementation-Version as read from the mod's JAR file metadata
2121# see the associated build.gradle script for how to populate this completely automatically during a build
22- version =" 1.18.2-1.7.1 " # mandatory
22+ version =" 1.18.2-1.7.8 " # mandatory
2323 # A display name for the mod
2424displayName =" Energized Power" # mandatory
2525# A URL to query for updates for this mod. See the JSON update specification https://mcforge.readthedocs.io/en/latest/gettingstarted/autoupdate/
Original file line number Diff line number Diff line change 1+ {
2+ "type" : " minecraft:block" ,
3+ "pools" : [
4+ {
5+ "conditions" : [
6+ {
7+ "condition" : " minecraft:survives_explosion"
8+ }
9+ ],
10+ "entries" : [
11+ {
12+ "type" : " minecraft:item" ,
13+ "name" : " energizedpower:energizer"
14+ }
15+ ],
16+ "rolls" : 1.0 ,
17+ "bonus_rolls" : 0.0
18+ }
19+ ]
20+ }
You can’t perform that action at this time.
0 commit comments