Skip to content

Commit

Permalink
fix: fluid description id problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
MegumiKasuga committed Dec 14, 2024
1 parent 55641b4 commit 0d841d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ public FluidReg<E> fluidProperty(FluidPropertyBuilder builder) {
@Mandatory
@Override
public FluidReg<E> submit(SimpleRegistry registry) {
properties.descriptionId(registrationKey);
properties.descriptionId("fluid_type." + registry.namespace + "." + registrationKey);
registry.cacheFluidRenderIn(this);
propertyBuilders.forEach(b -> b.build(properties));
if (flowingBuilder == null) {
Expand Down

0 comments on commit 0d841d5

Please sign in to comment.