Skip to content

Commit

Permalink
Backport some updates from 1.20 work.
Browse files Browse the repository at this point in the history
- Adjust hanging sign recipe to use stripped logs
  • Loading branch information
gniftygnome committed May 17, 2023
1 parent 96a4f80 commit bb90910
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public void generate(Consumer<RecipeJsonProvider> exporter) {
.criterion("has_planks", InventoryChangedCriterion.Conditions.items(TraverseBlocks.FIR_PLANKS))
.offerTo(exporter);

offerHangingSignRecipe(exporter, TraverseBlocks.FIR_HANGING_SIGN, TraverseBlocks.FIR_PLANKS);
offerHangingSignRecipe(exporter, TraverseBlocks.FIR_HANGING_SIGN, TraverseBlocks.STRIPPED_FIR_LOG);

offerPlanksRecipe(exporter, TraverseBlocks.FIR_PLANKS, TraverseItemTags.FIR_LOGS, 4);

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ maven_group=com.terraformersmc
archive_name=traverse

minecraft_version=1.19.4
yarn_mappings=1.19.4+build.1
yarn_mappings=1.19.4+build.2
loader_version=0.14.19
terraform_biome_remapper_api_version=6.1.0
terraform_config_api_version=6.1.0
Expand Down

0 comments on commit bb90910

Please sign in to comment.