Add placeholder textures for liquid xp

This commit is contained in:
DBotThePony 2024-01-03 15:06:36 +07:00
parent c5ea764848
commit 565819c3e3
Signed by: DBot
GPG Key ID: DCC23B5715498507
3 changed files with 4 additions and 3 deletions

View File

@ -46,15 +46,16 @@ object MFluids {
.descriptionId("block.overdrive_that_matters.liquid_xp")
) {
override fun initializeClient(consumer: Consumer<IClientFluidTypeExtensions>) {
val path = ResourceLocation(OverdriveThatMatters.MOD_ID, "block/ph_kitty")
val still = ResourceLocation(OverdriveThatMatters.MOD_ID, "block/liquid_xp_still")
val flowing = ResourceLocation(OverdriveThatMatters.MOD_ID, "block/liquid_xp_flowing")
consumer.accept(object : IClientFluidTypeExtensions {
override fun getStillTexture(): ResourceLocation {
return path
return still
}
override fun getFlowingTexture(): ResourceLocation {
return path
return flowing
}
})
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB