Update Casting Table Texture Generate Spells in Pillager Outposts and Woodland Mansions
This commit is contained in:
parent
2f262b9cf4
commit
738037137d
@ -1,5 +1,9 @@
|
||||
### Changelog
|
||||
|
||||
**1.1.2**
|
||||
* Update Casting Table Texture
|
||||
* Generate Spells in Pillager Outposts and Woodland Mansions
|
||||
|
||||
**1.1.1**
|
||||
* Add a unique texture for the Spell
|
||||
|
||||
|
@ -10,7 +10,7 @@ org.gradle.jvmargs = -Xmx1G
|
||||
loader_version = 0.7.8+build.186
|
||||
|
||||
# Mod Properties
|
||||
mod_version = 1.1.1
|
||||
mod_version = 1.1.2
|
||||
maven_group = com.thebrokenrail
|
||||
archives_base_name = sorcerycraft
|
||||
|
||||
|
@ -66,7 +66,9 @@ public class SorceryCraft implements ModInitializer, ClientModInitializer {
|
||||
LootTables.SHIPWRECK_TREASURE_CHEST,
|
||||
LootTables.DESERT_PYRAMID_CHEST,
|
||||
LootTables.JUNGLE_TEMPLE_CHEST,
|
||||
LootTables.STRONGHOLD_LIBRARY_CHEST
|
||||
LootTables.STRONGHOLD_LIBRARY_CHEST,
|
||||
LootTables.PILLAGER_OUTPOST_CHEST,
|
||||
LootTables.WOODLAND_MANSION_CHEST
|
||||
};
|
||||
|
||||
public static final double SPELL_FAILURE_CHANCE = 0.3d;
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 528 B After Width: | Height: | Size: 345 B |
Reference in New Issue
Block a user