mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-29 12:09:07 +00:00
Fix loot
This commit is contained in:
@@ -29,8 +29,9 @@ public class B
|
||||
return getBlockData(bd);
|
||||
}
|
||||
|
||||
public static Material getMaterial(String bd)
|
||||
public static Material getMaterial(String bdx)
|
||||
{
|
||||
String bd = bdx.trim().toUpperCase();
|
||||
return types.compute(bd, (k, v) ->
|
||||
{
|
||||
if(k != null && v != null)
|
||||
|
||||
Reference in New Issue
Block a user