Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add netherite upgrade #505

Merged
merged 5 commits into from
May 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading