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

Nether Config #66

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
157 changes: 156 additions & 1 deletion config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,19 @@ production_general:
update_cycle: 20
repair_period: 28
disrepair_period: 14
nether_general:
disable_portals: true
nether_scale: 8
world_name: world
nether_name: world_nether
teleport_platform_material_nether_factory: OBSIDIAN
marker_material_nether_factory: COAL_BLOCK
marker_max_distance: 64
allow_reinforcement_creation_above_teleport_platform: false
allow_block_placement_above_teleport_platform: true
teleport_platform_invunerable: false
regenerate_teleport_block_on_teleport: false
remove_blocks_above_teleport_platform_on_teleport: true
printing_presses:
fuel:
Charcoal:
Expand Down Expand Up @@ -1890,7 +1903,7 @@ production_factories:
- Mutate_Acacia_Saplings
- Mutate_Dark_Oak_Saplings
- Mutate_Podzol
- Mutate_Grassless_Dirt
- Mutate_Grassless_Dirt
- Sequencing_Sunflower
- Sequencing_Lilac
- Sequencing_Double_Tallgrass
Expand Down Expand Up @@ -2576,6 +2589,39 @@ production_factories:
amount: 1
display_name: Smaragdus
lore: An item used to create a Bastion Block
nether_factory:
name: Nether Factory
fuel:
Charcoal:
material: COAL
durability: 1
costs:
construction:
Aspect of Nether:
material: MAGMA_CREAM
amount: 8
display_name: Aspect of Nether
lore: A concentrated essence of the Nether
Aspect of Terra:
material: DIAMOND
amount: 8
display_name: Aspect of Terra
lore: A concentrated essence of Terra
Aspect of END:
material: FLINT
amount: 8
display_name: Aspect of End
lore: A concentrated essence of the End
repair:
Diamond block:
material: DIAMOND_BLOCK
amount: 1
repair_multiple: 1
fuel_time: 10
repair_time: 12
scaling_radius: 5000
cost_scaling_radius: 5000
use_fuel_on_teleport: false
production_recipes:
Wood_XP_Bottle_0:
name: Brew XP Bottles - 1
Expand Down Expand Up @@ -7373,3 +7419,112 @@ production_recipes:
material: DOUBLE_PLANT
amount: 4
durability: 5
Aspect_Factory:
name: Arcane Elementizer
fuel:
Charcoal:
material: COAL
durability: 1
inputs:
Netherbrick:
material: NETHER_BRICK
amount: 1536
Redstone:
material: REDSTONE
amount: 1152
Netherquartz:
material: QUARTZ
amount: 576
recipes:
- Forge_Aspect_of_Terra
- Forge_Aspect_of_End
- Forge_Aspect_of_Nether
- Craft_Eye_of_Ender
repair_multiple: 26
repair_inputs:
Nether Brick:
material: NETHER_BRICK
amount: 6
Redstone:
material: REDSTONE
amount: 5
Netherquartz:
material: QUARTZ
amount: 2
Forge_Aspect_of_Terra:
name: Forge Aspect of Terra
production_time: 64
inputs:
Emerald Block:
material: EMERALD_BLOCK
amount: 24
Diamond Block:
material: DIAMOND_BLOCK
amount: 24
Gold Ore:
material: GOLD_ORE
amount: 8
Slime Ball:
material: SLIME_BALL
amount: 8
Anvil:
material: ANVIL
amount: 8
outputs:
Aspect of Terra:
material: DIAMOND
amount: 1
display_name: Aspect of Terra
lore: A concentrated essence of Terra
Forge_Aspect_of_End:
name: Forge Aspect of End
production_time: 64
inputs:
Ender Pearl:
material: ENDER_PEARL
amount: 256
Ender Chest:
material: ENDER_CHEST
amount: 256
Endstone:
material: ENDER_STONE
amount: 1024
outputs:
Aspect of End:
material: FLINT
amount: 1
display_name: Aspect of End
lore: A concentrated essence of the End
Forge_Aspect_of_Nether:
name: Forge Aspect of Nether
production_time: 64
inputs:
Ghast Tears:
material: GHAST_TEAR
amount: 16
Quartz Ore:
material: QUARTZ_ORE
amount: 512
Glowstone:
material: GLOWSTONE
amount: 512
outputs:
Aspect of Nether:
material: MAGMA_CREAM
amount: 1
display_name: Aspect of Nether
lore: A concentrated essence of the Nether
Craft_Eye_of_Ender:
name: Craft Eye of Ender
production_time: 1
inputs:
Blaze Powder:
material: BLAZE_POWDER
amount: 265
Ender Pearl:
material: ENDER_PEARL
amount: 265
outputs:
Eye of Ender:
material: EYE_OF_ENDER
amount: 256