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

Method growmoss

src/main/java/gregapi/data/RM.java:305–310  ·  view source on GitHub ↗
(ItemStack aClean, ItemStack aMossy)

Source from the content-addressed store, hash-verified

303 return T;
304 }
305 public static boolean growmoss(ItemStack aClean, ItemStack aMossy) {
306 if (ST.invalid(aClean) || ST.invalid(aMossy)) return F;
307 CR.shapeless(aMossy, CR.DEF_NCC, new Object[] {aClean, OD.itemMoss});
308 CR.shapeless(aMossy, CR.DEF_NCC, new Object[] {aClean, Blocks.vine});
309 return T;
310 }
311
312 public static ItemStack stoneshapes(final OreDictMaterial aMat, boolean aIsCobbleTarget, final ItemStack aBlock, final ItemStack aStair, final ItemStack aSlabs, final ItemStack aWalls, final ItemStack aPillar) {
313

Callers 4

mossMethod · 0.95
runMethod · 0.95
onPostLoadMethod · 0.95
runMethod · 0.95

Calls 2

invalidMethod · 0.95
shapelessMethod · 0.95

Tested by

no test coverage detected