File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
default-plugin/src/main/java/me/shedaniel/rei/plugin/common/displays Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ public static class Trimming extends DefaultSmithingDisplay implements SmithingD
171171 RecordCodecBuilder .mapCodec (instance -> instance .group (
172172 EntryIngredient .codec ().listOf ().fieldOf ("inputs" ).forGetter (DefaultSmithingDisplay .Trimming ::getInputEntries ),
173173 EntryIngredient .codec ().listOf ().fieldOf ("outputs" ).forGetter (DefaultSmithingDisplay .Trimming ::getOutputEntries ),
174- SmithingRecipeType .CODEC .optionalFieldOf ("type " ).forGetter (d -> d .type ),
174+ SmithingRecipeType .CODEC .optionalFieldOf ("smithing_type " ).forGetter (d -> d .type ),
175175 ResourceLocation .CODEC .optionalFieldOf ("location" ).forGetter (DefaultSmithingDisplay .Trimming ::getDisplayLocation ),
176176 TrimPattern .CODEC .fieldOf ("pattern" ).forGetter (DefaultSmithingDisplay .Trimming ::pattern )
177177 ).apply (instance , DefaultSmithingDisplay .Trimming ::new )),
You can’t perform that action at this time.
0 commit comments