| 285 | |
| 286 | |
| 287 | public static boolean glowstone(ItemStack aBlock, OreDictMaterial aMaterial) { |
| 288 | if (ST.invalid(aBlock)) return F; |
| 289 | RM.compactsmash(OP.dust.mat(aMaterial, 4), aBlock); |
| 290 | RM.compact (OP.gem .mat(aMaterial, 4), aBlock); |
| 291 | RM.sawing (16, 64, F, 25, aBlock, OP.plateGem.mat(aMaterial, 4)); |
| 292 | RM.lathing (16, 64, aBlock, OP.stickLong.mat(aMaterial, 2), OP.dust.mat(aMaterial, 2)); |
| 293 | RM.generify (aBlock, ST.make(Blocks.glowstone, 1, 0)); |
| 294 | return T; |
| 295 | } |
| 296 | |
| 297 | public static boolean moss(ItemStack aClean, ItemStack aMossy) { |
| 298 | return cleanmoss(aClean, aMossy) && growmoss(aClean, aMossy); |