Jobs update

I'm not sure I know what I'm doing
This commit is contained in:
Chromachine 2019-08-19 14:42:30 +00:00
parent 25189c4aee
commit e1d748104d
No known key found for this signature in database
GPG key ID: E3A2A1CAA522AE6E
2 changed files with 83 additions and 83 deletions

View file

@ -386,11 +386,11 @@ Jobs:
# Catching fish
Fish:
raw_fish:
income: 20.0
income: 0.2
experience: 25.0
# If you are using below version 1.13
legacy_raw_fish:
income: 20.0
income: 0.2
experience: 25.0
# Repairing items
Repair:
@ -594,29 +594,29 @@ Jobs:
Break:
#logs - natural; gain income, points, and exp
oak_log:
income: 1.0
points: 1.0
experience: 1.0
income: 7.0
points: 2.5
experience: 2.5
spruce_log:
income: 1.0
points: 1.0
experience: 1.0
income: 7.0
points: 2.5
experience: 2.0
birch_log:
income: 1.0
points: 1.0
experience: 1.0
income: 5.0
points: 2.5
experience: 2.5
jungle_log:
income: 1.0
points: 1.0
experience: 1.0
income: 5.0
points: 2.5
experience: 2.5
acacia_log:
income: 1.0
points: 1.0
experience: 1.0
income: 5.0
points: 2.5
experience: 2.5
dark_oak_log:
income: 1.0
points: 1.0
experience: 1.0
income: 7.0
points: 2.5
experience: 2.5
#planks - natural in mineshafts; gain some income/points and exp, but less as compromise as it's mainly a building block and used in placement
#oak_planks:
#income: 0.25
@ -765,15 +765,15 @@ Jobs:
points: 1
experience: 1
sandstone:
income: 0.15
income: 0.30
points: 0.15
experience: 0.2
chiseled_sandstone:
income: 0.15
income: 0.30
points: 0.15
experience: 0.2
cut_sandstone:
income: 0.15
income: 0.30
points: 0.15
experience: 0.2
coal_ore:
@ -781,31 +781,31 @@ Jobs:
points: 2
experience: 2
redstone_ore:
income: 2.5
income: 5
points: 2
experience: 2
iron_ore:
income: 3.5
income: 7
points: 3
experience: 2
gold_ore:
income: 5
income: 10
points: 4
experience: 2
lapis_ore:
income: 7.5
income: 15
points: 6
experience: 2
diamond_ore:
income: 10
income: 20
points: 10
experience: 10
emerald_ore:
income: 15
income: 30
points: 15
experience: 30
nether_quartz_ore:
income: 2.5
income: 5
points: 2.5
experience: 2.5
obsidian:
@ -813,23 +813,23 @@ Jobs:
points: 5
experience: 5
cobblestone_wall:
income: 2.5
income: 5
points: 2.5
experience: 2.5
mossy_cobblestone_wall:
income: 2.5
income: 5
points: 2.5
experience: 2.5
nether_bricks:
income: 1.0
income: 5
points: 1
experience: 1.0
nether_brick_stairs:
income: 3
income: 6
points: 3
experience: 3
nether_brick_fence:
income: 1
income: 2
points: 1
experience: 1
netherrack:
@ -850,7 +850,7 @@ Jobs:
experience: 2.5
Place:
rail:
income: 2.0
income: 1.0
points: 2.0
experience: 2.0
iron_ore:

View file

@ -1,51 +1,4 @@
worlds:
world:
==: MVWorld
hidden: 'false'
alias: world
color: WHITE
style: NORMAL
pvp: 'true'
scale: '1.0'
respawnWorld: worldhub
allowWeather: 'true'
difficulty: NORMAL
spawning:
==: MVSpawnSettings
animals:
==: MVSpawnSubSettings
spawn: 'true'
spawnrate: '-1'
exceptions: []
monsters:
==: MVSpawnSubSettings
spawn: 'true'
spawnrate: '-1'
exceptions: []
entryfee:
==: MVEntryFee
amount: '0.0'
hunger: 'true'
autoHeal: 'true'
adjustSpawn: 'true'
portalForm: ALL
gameMode: SURVIVAL
keepSpawnInMemory: 'true'
spawnLocation:
==: MVSpawnLocation
x: 0.0
y: 71.0
z: -240.0
pitch: 0.0
yaw: 0.0
autoLoad: 'true'
bedRespawn: 'true'
worldBlacklist: []
environment: NORMAL
seed: '1923020019'
generator: 'null'
playerLimit: '-1'
allowFlight: 'true'
world_the_end:
==: MVWorld
hidden: 'false'
@ -93,6 +46,53 @@ worlds:
generator: 'null'
playerLimit: '-1'
allowFlight: 'true'
world:
==: MVWorld
hidden: 'false'
alias: world
color: WHITE
style: NORMAL
pvp: 'true'
scale: '1.0'
respawnWorld: worldhub
allowWeather: 'true'
difficulty: NORMAL
spawning:
==: MVSpawnSettings
animals:
==: MVSpawnSubSettings
spawn: 'true'
spawnrate: '-1'
exceptions: []
monsters:
==: MVSpawnSubSettings
spawn: 'true'
spawnrate: '-1'
exceptions: []
entryfee:
==: MVEntryFee
amount: '0.0'
hunger: 'true'
autoHeal: 'true'
adjustSpawn: 'true'
portalForm: ALL
gameMode: SURVIVAL
keepSpawnInMemory: 'true'
spawnLocation:
==: MVSpawnLocation
x: 0.0
y: 71.0
z: -240.0
pitch: 0.0
yaw: 0.0
autoLoad: 'true'
bedRespawn: 'true'
worldBlacklist: []
environment: NORMAL
seed: '1923020019'
generator: 'null'
playerLimit: '-1'
allowFlight: 'true'
world_nether:
==: MVWorld
hidden: 'false'