From 387a34aef9e0df1486e4194fe6a735108953785a Mon Sep 17 00:00:00 2001 From: Waterpicker Date: Tue, 8 Jun 2021 18:43:18 -0500 Subject: [PATCH] Fixed world thread config derp. --- src/main/resources/assets/dimdoors/lang/en_us.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/resources/assets/dimdoors/lang/en_us.json b/src/main/resources/assets/dimdoors/lang/en_us.json index 92c0aa80..08dbdb04 100644 --- a/src/main/resources/assets/dimdoors/lang/en_us.json +++ b/src/main/resources/assets/dimdoors/lang/en_us.json @@ -80,12 +80,12 @@ "item.dimdoors.rift_stabilizer.already_stabilized": "This rift is already stable", "item.dimdoors.rift_blade": "Rift Blade", "item.dimdoors.rift_blade.rift_miss": "You can only use this item on a rift's core", - "item.text.autoconfig.dimdoors.option.world_thread": "World Thread", + "item.dimdoors.world_thread": "World Thread", "item.dimdoors.stable_fabric": "Stable Fabric", - "item.text.autoconfig.dimdoors.option.world_thread_boots": "Woven World Thread Boots", - "item.text.autoconfig.dimdoors.option.world_thread_helmet": "Woven World Thread Helmet", - "item.text.autoconfig.dimdoors.option.world_thread_leggings": "Woven World Thread Leggings", - "item.text.autoconfig.dimdoors.option.world_thread_chestplate": "Woven World Thread Chestplate", + "item.dimdoors.world_thread_boots": "Woven World Thread Boots", + "item.dimdoors.world_thread_helmet": "Woven World Thread Helmet", + "item.dimdoors.world_thread_leggings": "Woven World Thread Leggings", + "item.dimdoors.world_thread_chestplate": "Woven World Thread Chestplate", "item.dimdoors.rift_key.bound.info": "Bound", "item.dimdoors.rift_key.unbound.info": "Unbound", "item.dimdoors.iron_dimensional_door.info": "Place on the block under a rift \\nto activate that rift or place \\nanywhere else to create a \\npocket dimension.",