diff --git a/src/main/resources/assets/refinedstorage/advancements/root.json b/src/main/resources/assets/refinedstorage/advancements/root.json index 48d92b317..fc3f1e77e 100644 --- a/src/main/resources/assets/refinedstorage/advancements/root.json +++ b/src/main/resources/assets/refinedstorage/advancements/root.json @@ -10,7 +10,7 @@ "description": { "translate": "advancements.refinedstorage:controlling.description" }, - "background": "minecraft:textures/gui/advancements/backgrounds/stone.png", + "background": "refinedstorage:textures/gui/advancements.png", "show_toast": false, "announce_to_chat": false }, diff --git a/src/main/resources/assets/refinedstorage/lang/en_us.lang b/src/main/resources/assets/refinedstorage/lang/en_us.lang index 09eb72e16..8cae4eb93 100755 --- a/src/main/resources/assets/refinedstorage/lang/en_us.lang +++ b/src/main/resources/assets/refinedstorage/lang/en_us.lang @@ -284,11 +284,11 @@ item.refinedstorage:security_card.owner=Bound to: %s advancements.refinedstorage:controlling.description=Craft a Controller advancements.refinedstorage:connecting=Connecting -advancements.refinedstorage:connecting.description=You can place all the devices next to each other to connect them up - or use Cable +advancements.refinedstorage:connecting.description=You can place all the devices next to each other to connect them up, or, use Cable advancements.refinedstorage:conditional_connecting=Conditional connecting -advancements.refinedstorage:conditional_connecting.description=Craft a Relay to control a network signal +advancements.refinedstorage:conditional_connecting.description=Craft a Relay to control if a network signal can pass with redstone advancements.refinedstorage:soldering=Soldering -advancements.refinedstorage:soldering.description=Craft a Solderer +advancements.refinedstorage:soldering.description=Craft a Solderer to make the various Refined Storage components advancements.refinedstorage:drives=Drives advancements.refinedstorage:drives.description=Craft a Disk Drive to be able to store your disks advancements.refinedstorage:manipulating_disks=Manipulating disks @@ -297,10 +297,10 @@ advancements.refinedstorage:storing_items=Storing items advancements.refinedstorage:storing_items.description=Craft a Storage Disk and put it in your Disk Drive advancements.refinedstorage:viewing_items=Viewing items advancements.refinedstorage:viewing_items.description=Craft a Grid to interact with your item storage -advancements.refinedstorage:portable_storage=Portable Storage +advancements.refinedstorage:portable_storage=Portable storage advancements.refinedstorage:portable_storage.description=Craft a Portable Grid to access items in disks without being in a network advancements.refinedstorage:upgrading_your_grid=Upgrading your Grid -advancements.refinedstorage:upgrading_your_grid.description=Upgrade your Grid to a Crafting Grid to get crafting abilities in your Grid as well +advancements.refinedstorage:upgrading_your_grid.description=Upgrade your Grid to a Crafting Grid to get crafting abilities in your Grid advancements.refinedstorage:storing_fluids=Storing fluids advancements.refinedstorage:storing_fluids.description=Craft a Fluid Storage Disk and put it in your Disk Drive advancements.refinedstorage:viewing_fluids=Viewing fluids @@ -332,7 +332,7 @@ advancements.refinedstorage:wireless_fluids.description=Interact with your fluid advancements.refinedstorage:wireless_monitoring=Wireless monitoring advancements.refinedstorage:wireless_monitoring.description=Check the status of your crafting tasks wirelessly with a Wireless Crafting Monitor advancements.refinedstorage:no_cables_required=No cables required -advancements.refinedstorage:no_cables_required.description=Add extra components to your network without using cables by crafting a Network Transmitter, Network Receiver and Network Card +advancements.refinedstorage:no_cables_required.description=Add extra components to your network without using cables by using a Network Transmitter, Network Receiver and Network Card advancements.refinedstorage:upgrading=Upgrading advancements.refinedstorage:upgrading.description=Craft an Upgrade advancements.refinedstorage:better_range=Better range diff --git a/src/main/resources/assets/refinedstorage/textures/gui/advancements.png b/src/main/resources/assets/refinedstorage/textures/gui/advancements.png new file mode 100644 index 000000000..5b1433292 Binary files /dev/null and b/src/main/resources/assets/refinedstorage/textures/gui/advancements.png differ