MCPcopy Create free account
hub / github.com/GregTech6/gregtech6 / glowstone

Method glowstone

src/main/java/gregapi/data/RM.java:287–295  ·  view source on GitHub ↗
(ItemStack aBlock, OreDictMaterial aMaterial)

Source from the content-addressed store, hash-verified

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);

Callers 3

onPostLoadMethod · 0.95
runMethod · 0.95
runMethod · 0.95

Calls 8

invalidMethod · 0.95
compactsmashMethod · 0.95
compactMethod · 0.95
sawingMethod · 0.95
lathingMethod · 0.95
generifyMethod · 0.95
makeMethod · 0.95
matMethod · 0.80

Tested by

no test coverage detected