CreateCentralKitchen icon indicating copy to clipboard operation
CreateCentralKitchen copied to clipboard

Enhancement of indentation in guide's tooltip

Open Tidy-Bear opened this issue 6 months ago • 0 comments

Minecraft Version

1.20.1

Describe the Bug

Issue 1

image Too much indentation of 8 (4 + 4). 缩进太多了,实际缩进有 8 格了(4 + 4) https://github.com/DragonsPlusMinecraft/CreateCentralKitchen/blob/b2d8bb373c766b06ca6b53503304313ab0a61c6c/src/main/java/plus/dragons/createcentralkitchen/content/contraptions/blazeStove/BlazeStoveGuideItem.java#L59

Issue 2

image image Weird indentation in the hover text, comparing to CEI. 物品 hover text 中用缩进很奇怪,对比 CEI 版本的话 疑似在 else 分支中应该调用 itemName.addTo 而非 itemName.forGoggles https://github.com/DragonsPlusMinecraft/CreateCentralKitchen/blob/b2d8bb373c766b06ca6b53503304313ab0a61c6c/src/main/java/plus/dragons/createcentralkitchen/content/contraptions/blazeStove/BlazeStoveGuideItem.java#L57-L63

Tidy-Bear avatar Jul 30 '24 04:07 Tidy-Bear