diff options
Diffstat (limited to 'data/items/tools')
| -rw-r--r-- | data/items/tools/empty_pot.yaml | 2 | ||||
| -rw-r--r-- | data/items/tools/plant_pot.yaml | 2 | ||||
| -rw-r--r-- | data/items/tools/unfired_pie_dish.yaml | 2 | ||||
| -rw-r--r-- | data/items/tools/unfired_plant_pot.yaml | 2 | ||||
| -rw-r--r-- | data/items/tools/unfired_pot.yaml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/data/items/tools/empty_pot.yaml b/data/items/tools/empty_pot.yaml index 0386b37..9bb7c11 100644 --- a/data/items/tools/empty_pot.yaml +++ b/data/items/tools/empty_pot.yaml @@ -14,7 +14,7 @@ craft: cap: 0.95 per_level: 0.02 type: crafting - wait: 4 + ticks_per_cycle: 4 xp: 6 description: An empty clay pot. name: empty pot diff --git a/data/items/tools/plant_pot.yaml b/data/items/tools/plant_pot.yaml index b748877..ca384cd 100644 --- a/data/items/tools/plant_pot.yaml +++ b/data/items/tools/plant_pot.yaml @@ -14,7 +14,7 @@ craft: cap: 0.95 per_level: 0.02 type: crafting - wait: 4 + ticks_per_cycle: 4 xp: 18 description: A clay plant pot for growing plants. name: plant pot diff --git a/data/items/tools/unfired_pie_dish.yaml b/data/items/tools/unfired_pie_dish.yaml index 455921d..56668a2 100644 --- a/data/items/tools/unfired_pie_dish.yaml +++ b/data/items/tools/unfired_pie_dish.yaml @@ -9,7 +9,7 @@ craft: station: - pottery_wheel type: crafting - wait: 4 + ticks_per_cycle: 4 xp: 15 description: An unfired clay pie dish. It needs to be fired in a pottery oven. name: unfired pie dish diff --git a/data/items/tools/unfired_plant_pot.yaml b/data/items/tools/unfired_plant_pot.yaml index 26dfcca..8de17c8 100644 --- a/data/items/tools/unfired_plant_pot.yaml +++ b/data/items/tools/unfired_plant_pot.yaml @@ -9,7 +9,7 @@ craft: station: - pottery_wheel type: crafting - wait: 4 + ticks_per_cycle: 4 xp: 18 description: An unfired clay plant pot. It needs to be fired in a pottery oven. name: unfired plant pot diff --git a/data/items/tools/unfired_pot.yaml b/data/items/tools/unfired_pot.yaml index 6ba9551..5c835e1 100644 --- a/data/items/tools/unfired_pot.yaml +++ b/data/items/tools/unfired_pot.yaml @@ -9,7 +9,7 @@ craft: station: - pottery_wheel type: crafting - wait: 4 + ticks_per_cycle: 4 xp: 6 description: An unfired clay pot. It needs to be fired in a pottery oven. name: unfired pot |
