Jump to content

rhin123

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by rhin123

  1. Currently I'm trying to change the color of wool by doing:

     

    		DyeColor dyeColor = DyeColor.getColor(itemStack);
    		world.setBlockState(forwardPos, blockState.with(BlockColored.COLOR, dyeColor));

     

    But I think the BlockColor class changed in 1.15, what would be the proper way to change the block color?

     

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.