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

Change how xp is made #223

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
60 changes: 60 additions & 0 deletions templates/public/plugins/FactoryMod/config.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ factories:
- smelt_cracked_stone_bricks
- smelt_glass
- smelt_glass_red
- smelt_xp_bottle
- smelt_netherrack
- smelt_red_netherbrick
- smelt_bricks
Expand Down Expand Up @@ -1181,6 +1182,29 @@ recipes:
glass:
material: GLASS
amount: 128
smelt_xp_bottle
name: Smelt Bottles for XP
production_time: 4s
input:
glass:
material: GLASS
amount: 192
clay:
material: CLAY_BALL
amount: 16
essence:
material: ENDER_EYE
amount: 1
name: Player Essence
lore:
- Activity reward used to fuel pearls
output:
glass_bottle:
material: GLASS_BOTTLE
amount: 192
name: Empty XP Bottle
lore:
- Used in the creation of XP
smelt_netherrack:
production_time: 4s
name: Smelt Netherrack
Expand Down Expand Up @@ -4900,6 +4924,9 @@ recipes:
glass_bottle:
material: GLASS_BOTTLE
amount: 24
name: Empty XP Bottle
lore:
- Used in the creation of XP
carrot:
material: CARROT
amount: 256
Expand All @@ -4921,6 +4948,9 @@ recipes:
glass_bottle:
material: GLASS_BOTTLE
amount: 14
name: Empty XP Bottle
lore:
- Used in the creation of XP
carrot:
material: CARROT
amount: 256
Expand All @@ -4942,6 +4972,9 @@ recipes:
glass_bottle:
material: GLASS_BOTTLE
amount: 42
name: Empty XP Bottle
lore:
- Used in the creation of XP
carrot:
material: CARROT
amount: 128
Expand Down Expand Up @@ -4972,6 +5005,9 @@ recipes:
glass_bottle:
material: GLASS_BOTTLE
amount: 42
name: Empty XP Bottle
lore:
- Used in the creation of XP
nether_wart:
material: NETHER_WART
amount: 256
Expand Down Expand Up @@ -5027,6 +5063,9 @@ recipes:
glass_bottle:
material: GLASS_BOTTLE
amount: 128
name: Empty XP Bottle
lore:
- Used in the creation of XP
carrot:
material: CARROT
amount: 96
Expand Down Expand Up @@ -5066,6 +5105,9 @@ recipes:
glass_bottle:
material: GLASS_BOTTLE
amount: 128
name: Empty XP Bottle
lore:
- Used in the creation of XP
nether_wart:
material: NETHER_WART
amount: 64
Expand Down Expand Up @@ -5105,6 +5147,9 @@ recipes:
glass_bottle:
material: GLASS_BOTTLE
amount: 128
name: Empty XP Bottle
lore:
- Used in the creation of XP
wheat:
material: WHEAT
amount: 128
Expand Down Expand Up @@ -5144,6 +5189,9 @@ recipes:
glass_bottle:
material: GLASS_BOTTLE
amount: 128
name: Empty XP Bottle
lore:
- Used in the creation of XP
nether_wart:
material: NETHER_WART
amount: 64
Expand Down Expand Up @@ -5201,7 +5249,9 @@ recipes:
glass_bottle:
material: GLASS_BOTTLE
amount: 128
name: Empty XP Bottle
lore:
- Used in the creation of XP
- Compacted Item
carrot:
material: CARROT
Expand Down Expand Up @@ -5262,7 +5312,9 @@ recipes:
glass_bottle:
material: GLASS_BOTTLE
amount: 128
name: Empty XP Bottle
lore:
- Used in the creation of XP
- Compacted Item
nether_wart:
material: NETHER_WART
Expand Down Expand Up @@ -5323,7 +5375,9 @@ recipes:
glass_bottle:
material: GLASS_BOTTLE
amount: 128
name: Empty XP Bottle
lore:
- Used in the creation of XP
- Compacted Item
wheat:
material: WHEAT
Expand Down Expand Up @@ -5384,7 +5438,9 @@ recipes:
glass_bottle:
material: GLASS_BOTTLE
amount: 128
name: Empty XP Bottle
lore:
- Used in the creation of XP
- Compacted Item
nether_wart:
material: NETHER_WART
Expand Down Expand Up @@ -5445,7 +5501,9 @@ recipes:
glass_bottle:
material: GLASS_BOTTLE
amount: 128
name: Empty XP Bottle
lore:
- Used in the creation of XP
- Compacted Item
carrot:
material: CARROT
Expand Down Expand Up @@ -5506,7 +5564,9 @@ recipes:
glass_bottle:
material: GLASS_BOTTLE
amount: 128
name: Empty XP Bottle
lore:
- Used in the creation of XP
- Compacted Item
wheat:
material: WHEAT
Expand Down