diff options
Diffstat (limited to 'data/items/materials')
| -rw-r--r-- | data/items/materials/ball_of_wool.yaml | 2 | ||||
| -rw-r--r-- | data/items/materials/bowstring.yaml | 2 | ||||
| -rw-r--r-- | data/items/materials/diamond.yaml | 2 | ||||
| -rw-r--r-- | data/items/materials/emerald.yaml | 2 | ||||
| -rw-r--r-- | data/items/materials/mahogany_planks.yaml | 2 | ||||
| -rw-r--r-- | data/items/materials/oak_planks.yaml | 2 | ||||
| -rw-r--r-- | data/items/materials/planks.yaml | 2 | ||||
| -rw-r--r-- | data/items/materials/ruby.yaml | 2 | ||||
| -rw-r--r-- | data/items/materials/sapphire.yaml | 2 | ||||
| -rw-r--r-- | data/items/materials/teak_planks.yaml | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/data/items/materials/ball_of_wool.yaml b/data/items/materials/ball_of_wool.yaml index d074203..5dc1a2d 100644 --- a/data/items/materials/ball_of_wool.yaml +++ b/data/items/materials/ball_of_wool.yaml @@ -5,7 +5,7 @@ craft: - wool quantity: 1 level: 1 - message: "You spin the wool into a %n." + success_message: "You spin the wool into a %n." station: - spinning_wheel type: crafting diff --git a/data/items/materials/bowstring.yaml b/data/items/materials/bowstring.yaml index fab0510..e0f63b3 100644 --- a/data/items/materials/bowstring.yaml +++ b/data/items/materials/bowstring.yaml @@ -5,7 +5,7 @@ craft: - flax quantity: 1 level: 1 - message: "You spin the flax into a %n." + success_message: "You spin the flax into a %n." station: - spinning_wheel type: crafting diff --git a/data/items/materials/diamond.yaml b/data/items/materials/diamond.yaml index 4bf610a..0e8fe92 100644 --- a/data/items/materials/diamond.yaml +++ b/data/items/materials/diamond.yaml @@ -5,7 +5,7 @@ craft: - uncut_diamond quantity: 1 level: 43 - message: "You cut the %i1 into a beautiful %n." + success_message: "You cut the %i1 into a beautiful %n." tool: chisel type: crafting wait: 3 diff --git a/data/items/materials/emerald.yaml b/data/items/materials/emerald.yaml index 5d729cd..a39257c 100644 --- a/data/items/materials/emerald.yaml +++ b/data/items/materials/emerald.yaml @@ -5,7 +5,7 @@ craft: - uncut_emerald quantity: 1 level: 27 - message: "You cut the %i1 into a beautiful %n." + success_message: "You cut the %i1 into a beautiful %n." tool: chisel type: crafting wait: 3 diff --git a/data/items/materials/mahogany_planks.yaml b/data/items/materials/mahogany_planks.yaml index a3f3e0b..e75ec1c 100644 --- a/data/items/materials/mahogany_planks.yaml +++ b/data/items/materials/mahogany_planks.yaml @@ -5,7 +5,7 @@ craft: - mahogany_logs quantity: 1 level: 50 - message: "You saw the mahogany logs into %n." + success_message: "You saw the mahogany logs into %n." station: - workbench tool: saw diff --git a/data/items/materials/oak_planks.yaml b/data/items/materials/oak_planks.yaml index 82e5504..6b2571c 100644 --- a/data/items/materials/oak_planks.yaml +++ b/data/items/materials/oak_planks.yaml @@ -5,7 +5,7 @@ craft: - oak_logs quantity: 1 level: 15 - message: "You saw the oak logs into %n." + success_message: "You saw the oak logs into %n." station: - workbench tool: saw diff --git a/data/items/materials/planks.yaml b/data/items/materials/planks.yaml index d2ad6c2..b616120 100644 --- a/data/items/materials/planks.yaml +++ b/data/items/materials/planks.yaml @@ -5,7 +5,7 @@ craft: - logs quantity: 1 level: 1 - message: "You saw the logs into %n." + success_message: "You saw the logs into %n." station: - workbench tool: saw diff --git a/data/items/materials/ruby.yaml b/data/items/materials/ruby.yaml index eb7968b..6a2b18f 100644 --- a/data/items/materials/ruby.yaml +++ b/data/items/materials/ruby.yaml @@ -5,7 +5,7 @@ craft: - uncut_ruby quantity: 1 level: 63 - message: "You cut the %i1 into a beautiful %n." + success_message: "You cut the %i1 into a beautiful %n." tool: chisel type: crafting wait: 3 diff --git a/data/items/materials/sapphire.yaml b/data/items/materials/sapphire.yaml index bc73cd9..9a5a7d6 100644 --- a/data/items/materials/sapphire.yaml +++ b/data/items/materials/sapphire.yaml @@ -5,7 +5,7 @@ craft: - uncut_sapphire quantity: 1 level: 20 - message: "You cut the %i1 into a beautiful %n." + success_message: "You cut the %i1 into a beautiful %n." tool: chisel type: crafting wait: 3 diff --git a/data/items/materials/teak_planks.yaml b/data/items/materials/teak_planks.yaml index 400c9e5..145b731 100644 --- a/data/items/materials/teak_planks.yaml +++ b/data/items/materials/teak_planks.yaml @@ -5,7 +5,7 @@ craft: - teak_logs quantity: 1 level: 35 - message: "You saw the teak logs into %n." + success_message: "You saw the teak logs into %n." station: - workbench tool: saw |
