Create-Prepare-to-Dye icon indicating copy to clipboard operation
Create-Prepare-to-Dye copied to clipboard

press b to ponder only works on create

Open Yarden-zamir opened this issue 1 year ago • 2 comments
trafficstars

Yarden-zamir avatar Jan 14 '24 19:01 Yarden-zamir

This is only for the jade tooltip - it can still be used on ponders we've added e.g. stone

EngineerSmith avatar Jan 27 '24 00:01 EngineerSmith

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

jasperalani avatar Jan 30 '24 17:01 jasperalani