Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ZsoltMolnarrr committed Feb 5, 2023
1 parent 4ba190a commit 864dd9d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ public Identifier getModelResource(WizardArmor object) {
@Override
public Identifier getTextureResource(WizardArmor armor) {
var texture = armor.customMaterial.getName();
System.out.println("Armor texture: "+ "textures/armor/" + texture + ".png");
return new Identifier(WizardsMod.ID, "textures/armor/" + texture + ".png");
}

Expand Down
12 changes: 6 additions & 6 deletions common/src/main/java/net/wizards/config/Default.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ public class Default {
Armors.wizardRobeSet.idStrings()),
1
).chance(0.25F));
// lootConfig.item_groups.put("robes_tier_2", new LootConfig.ItemGroup(joinLists(
// Armors.arcaneRobeSet.idStrings(),
// Armors.fireRobeSet.idStrings(),
// Armors.frostRobeSet.idStrings()),
// 1
// ).chance(0.5F));
lootConfig.item_groups.put("robes_tier_2", new LootConfig.ItemGroup(joinLists(
Armors.arcaneRobeSet.idStrings(),
Armors.fireRobeSet.idStrings(),
Armors.frostRobeSet.idStrings()),
1
).chance(0.5F));

List.of("minecraft:chests/abandoned_mineshaft",
"minecraft:chests/igloo_chest",
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ gecko_mc_prefix=1.19:
gecko_lib_version_fabric=3.1.38
gecko_lib_version_forge=3.1.39
tiny_config_version=2.2.2
spell_engine_version=0.9.8+1.19
spell_power_version=0.9.4+1.19
spell_engine_version=0.9.9+1.19
spell_power_version=0.9.5+1.19
runes_version=0.9.3+1.19

0 comments on commit 864dd9d

Please sign in to comment.