Skip to content

Commit

Permalink
Merge pull request #505 from CivMC/tabfix
Browse files Browse the repository at this point in the history
add netherite upgrade
  • Loading branch information
okx-code committed May 11, 2024
2 parents a54f9c8 + 5d0080f commit 0b5a6e2
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 37 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ disabled:
- minecraft:netherite_scrap
- minecraft:netherite_scrap_from_blasting
- minecraft:netherite_ingot
- minecraft:netherite_upgrade_smithing_template
21 changes: 20 additions & 1 deletion ansible/files/paper-config/plugins/FactoryMod/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,8 @@ factories:
recipes:
- wordbank_item
- crack_easter_egg
- repair_station
- fabricate_netherite_upgrade
- repair_station
concrete_mixer:
type: FCC
name: Concrete Mixer
Expand Down Expand Up @@ -6733,6 +6734,24 @@ recipes:
plate:
material: OAK_TRAPDOOR
amount: 1
fabricate_netherite_upgrade:
type: PRODUCTION
name: Fabricate Netherite Upgrade
production_time: 4s
input:
netherrack:
material: NETHERRACK
amount: 42
torchflower:
material: TORCHFLOWER
amount: 6
diamond:
material: DIAMOND
amount: 7
output:
netherite_upgrade_smithing_template:
material: NETHERITE_UPGRADE_SMITHING_TEMPLATE
amount: 1
wordbank_item:
type: WORDBANK
name: Generate item name
Expand Down
24 changes: 0 additions & 24 deletions containers/paper/Dockerfile

This file was deleted.

12 changes: 0 additions & 12 deletions containers/waterfall/Dockerfile

This file was deleted.

0 comments on commit 0b5a6e2

Please sign in to comment.