Create-Prepare-to-Dye
Create-Prepare-to-Dye copied to clipboard
press b to ponder only works on create
trafficstars
This is only for the jade tooltip - it can still be used on ponders we've added e.g. stone
ah so the tooltips have to be added for stone blocks, i think i ran into a problem with that because the api for adding a tooltip takes the blocks class as the second argument, but there is no StoneBlock.class only a instance of Block class named stone.
this is the function definition:
void registerBlockComponent(IBlockComponentProvider var1, Class<? extends Block> var2);