Unknown Log

#g5emVa0
44 lines
Raw
1[05:02:09 ERROR]: [CustomCrafting] Unhandled exception occurred in onPacketSending(PacketEvent) for CustomCrafting
2com.comphenix.protocol.reflect.FieldAccessException: Field index 0 is out of bounds for length 0
3 at ProtocolLib.jar/com.comphenix.protocol.reflect.FieldAccessException.fromFormat(FieldAccessException.java:49) ~[ProtocolLib.jar:?]
4 at ProtocolLib.jar/com.comphenix.protocol.reflect.StructureModifier.read(StructureModifier.java:247) ~[ProtocolLib.jar:?]
5 at ProtocolLib.jar/com.comphenix.protocol.reflect.StructureModifier.modify(StructureModifier.java:349) ~[ProtocolLib.jar:?]
6 at customcrafting-spigot-4.18.5 (1).jar/me.wolfyscript.customcrafting.compatibility.protocollib.ProtocolLib$2.onPacketSending(ProtocolLib.java:105) ~[customcrafting-spigot-4.18.5 (1).jar:?]
7 at ProtocolLib.jar/com.comphenix.protocol.injector.collection.OutboundPacketListenerSet.invokeListener(OutboundPacketListenerSet.java:74) ~[ProtocolLib.jar:?]
8 at ProtocolLib.jar/com.comphenix.protocol.injector.collection.PacketListenerSet.lambda$invoke$0(PacketListenerSet.java:123) ~[ProtocolLib.jar:?]
9 at ProtocolLib.jar/com.comphenix.protocol.timing.TimingTracker.lambda$static$0(TimingTracker.java:7) ~[ProtocolLib.jar:?]
10 at ProtocolLib.jar/com.comphenix.protocol.injector.collection.PacketListenerSet.invoke(PacketListenerSet.java:123) ~[ProtocolLib.jar:?]
11 at ProtocolLib.jar/com.comphenix.protocol.injector.collection.OutboundPacketListenerSet.invoke(OutboundPacketListenerSet.java:30) ~[ProtocolLib.jar:?]
12 at ProtocolLib.jar/com.comphenix.protocol.injector.collection.PacketListenerSet.invoke(PacketListenerSet.java:102) ~[ProtocolLib.jar:?]
13 at ProtocolLib.jar/com.comphenix.protocol.injector.PacketFilterManager.postPacketToListeners(PacketFilterManager.java:528) ~[ProtocolLib.jar:?]
14 at ProtocolLib.jar/com.comphenix.protocol.injector.PacketFilterManager.invokeOutboundPacketListeners(PacketFilterManager.java:516) ~[ProtocolLib.jar:?]
15 at ProtocolLib.jar/com.comphenix.protocol.injector.netty.channel.NettyChannelInjector.processOutbound(NettyChannelInjector.java:528) ~[ProtocolLib.jar:?]
16 at ProtocolLib.jar/com.comphenix.protocol.injector.netty.channel.NettyEventLoopProxy.proxyRunnable(NettyEventLoopProxy.java:44) ~[ProtocolLib.jar:?]
17 at ProtocolLib.jar/com.comphenix.protocol.injector.netty.channel.NettyEventLoopProxy.execute(NettyEventLoopProxy.java:233) ~[ProtocolLib.jar:?]
18 at net.minecraft.network.Connection.sendPacket(Connection.java:529) ~[leaf-1.21.4.jar:1.21.4-DEV-df1d62b]
19 at net.minecraft.network.Connection.send(Connection.java:485) ~[leaf-1.21.4.jar:1.21.4-DEV-df1d62b]
20 at net.minecraft.server.network.ServerCommonPacketListenerImpl.send(ServerCommonPacketListenerImpl.java:364) ~[leaf-1.21.4.jar:1.21.4-DEV-df1d62b]
21 at net.minecraft.server.network.ServerCommonPacketListenerImpl.send(ServerCommonPacketListenerImpl.java:338) ~[leaf-1.21.4.jar:1.21.4-DEV-df1d62b]
22 at net.minecraft.server.players.PlayerList.placeNewPlayer(PlayerList.java:402) ~[leaf-1.21.4.jar:1.21.4-DEV-df1d62b]
23 at net.minecraft.server.network.ServerConfigurationPacketListenerImpl.handleConfigurationFinished(ServerConfigurationPacketListenerImpl.java:186) ~[leaf-1.21.4.jar:1.21.4-DEV-df1d62b]
24 at net.minecraft.network.protocol.configuration.ServerboundFinishConfigurationPacket.handle(ServerboundFinishConfigurationPacket.java:22) ~[leaf-1.21.4.jar:1.21.4-DEV-df1d62b]
25 at net.minecraft.network.protocol.configuration.ServerboundFinishConfigurationPacket.handle(ServerboundFinishConfigurationPacket.java:8) ~[leaf-1.21.4.jar:1.21.4-DEV-df1d62b]
26 at net.minecraft.network.protocol.PacketUtils.lambda$ensureRunningOnSameThread$0(PacketUtils.java:27) ~[leaf-1.21.4.jar:1.21.4-DEV-df1d62b]
27 at net.minecraft.server.TickTask.run(TickTask.java:18) ~[leaf-1.21.4.jar:1.21.4-DEV-df1d62b]
28 at net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:155) ~[leaf-1.21.4.jar:1.21.4-DEV-df1d62b]
29 at net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24) ~[leaf-1.21.4.jar:1.21.4-DEV-df1d62b]
30 at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1502) ~[leaf-1.21.4.jar:1.21.4-DEV-df1d62b]
31 at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:165) ~[leaf-1.21.4.jar:1.21.4-DEV-df1d62b]
32 at net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:129) ~[leaf-1.21.4.jar:1.21.4-DEV-df1d62b]
33 at net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1483) ~[leaf-1.21.4.jar:1.21.4-DEV-df1d62b]
34 at net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1477) ~[leaf-1.21.4.jar:1.21.4-DEV-df1d62b]
35 at net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:139) ~[leaf-1.21.4.jar:1.21.4-DEV-df1d62b]
36 at net.minecraft.server.MinecraftServer.managedBlock(MinecraftServer.java:1432) ~[leaf-1.21.4.jar:1.21.4-DEV-df1d62b]
37 at net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:1441) ~[leaf-1.21.4.jar:1.21.4-DEV-df1d62b]
38 at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1321) ~[leaf-1.21.4.jar:1.21.4-DEV-df1d62b]
39 at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:300) ~[leaf-1.21.4.jar:1.21.4-DEV-df1d62b]
40 at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
41[05:02:09 ERROR]: Parameters:
42 net.minecraft.network.protocol.game.ClientboundUpdateRecipesPacket@6b6805dc[
43 itemSets={ResourceKey[minecraft:recipe_property_set / minecraft:smoker_input]=net.minecraft.world.item.crafting.RecipePropertySet@16810713, ResourceKey[minecraft:recipe_property_set / minecraft:smithing_addition]=net.minecraft.world.item.crafting.RecipePropertySet@66fab4af, ResourceKey[minecraft:recipe_property_set / minecraft:blast_furnace_input]=net.minecraft.world.item.crafting.RecipePropertySet@38afc1d5, ResourceKey[minecraft:recipe_property_set / minecraft:smithing_base]=net.minecraft.world.item.crafting.RecipePropertySet@60a653c, ResourceKey[minecraft:recipe_property_set / minecraft:campfire_input]=net.minecraft.world.item.crafting.RecipePropertySet@182d4371, ResourceKey[minecraft:recipe_property_set / minecraft:smithing_template]=net.minecraft.world.item.crafting.RecipePropertySet@1059da47, ResourceKey[minecraft:recipe_property_set / minecraft:furnace_input]=net.minecraft.world.item.crafting.RecipePropertySet@565d18c4}
44 stonecutterRecipes=SingleInputSet[entries=[SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@2b41c317, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:andesite_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:andesite_slab_from_andesite_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@38d0a5ce, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:andesite_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:andesite_stairs_from_andesite_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@6fe86440, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:andesite_wall], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:andesite_wall_from_andesite_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@fa6022f, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:blackstone_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:blackstone_slab_from_blackstone_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@4b47e14a, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:blackstone_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:blackstone_stairs_from_blackstone_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@6fcadee8, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:blackstone_wall], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:blackstone_wall_from_blackstone_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@76a38130, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:brick_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:brick_slab_from_bricks_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@f68145b, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:brick_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:brick_stairs_from_bricks_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@348fee6b, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:brick_wall], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:brick_wall_from_bricks_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@283a30cb, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=4 minecraft:chiseled_copper], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:chiseled_copper_from_copper_block_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@47121340, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:chiseled_copper], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:chiseled_copper_from_cut_copper_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@20235c64, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:chiseled_deepslate], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:chiseled_deepslate_from_cobbled_deepslate_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@51bf36f6, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:chiseled_nether_bricks], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:chiseled_nether_bricks_from_nether_bricks_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@651a56c, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:chiseled_polished_blackstone], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:chiseled_polished_blackstone_from_blackstone_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@2d7945e1, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:chiseled_polished_blackstone], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:chiseled_polished_blackstone_from_polished_blackstone_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@42b0bc38, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:chiseled_quartz_block], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:chiseled_quartz_block_from_quartz_block_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@6e4a25dc, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:chiseled_red_sandstone], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:chiseled_red_sandstone_from_red_sandstone_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@688956d9, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:chiseled_resin_bricks], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:chiseled_resin_bricks_from_resin_bricks_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@783ab52, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:chiseled_sandstone], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:chiseled_sandstone_from_sandstone_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@71a6f272, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:chiseled_stone_bricks], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:chiseled_stone_bricks_from_stone_bricks_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@13afb0df, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:chiseled_stone_bricks], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:chiseled_stone_bricks_stone_from_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@5ca44eeb, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:chiseled_tuff_bricks], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:chiseled_tuff_bricks_from_polished_tuff_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@59f8d98f, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:chiseled_tuff_bricks], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:chiseled_tuff_bricks_from_tuff_bricks_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@5f51815, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:chiseled_tuff_bricks], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:chiseled_tuff_bricks_from_tuff_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@50dc1a42, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:chiseled_tuff], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:chiseled_tuff_from_tuff_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@40b50e90, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:cobbled_deepslate_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:cobbled_deepslate_slab_from_cobbled_deepslate_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@3bb41aa, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:cobbled_deepslate_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:cobbled_deepslate_stairs_from_cobbled_deepslate_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@6a0a1101, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:cobbled_deepslate_wall], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:cobbled_deepslate_wall_from_cobbled_deepslate_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@2a657f5b, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:cobblestone_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:cobblestone_slab_from_cobblestone_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@894b007, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:cobblestone_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:cobblestone_stairs_from_cobblestone_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@2c916c07, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:cobblestone_wall], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:cobblestone_wall_from_cobblestone_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@523d414d, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=4 minecraft:copper_grate], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:copper_grate_from_copper_block_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@22396a2f, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=4 minecraft:cut_copper], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:cut_copper_from_copper_block_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@43faa802, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=8 minecraft:cut_copper_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:cut_copper_slab_from_copper_block_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@51110b54, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:cut_copper_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:cut_copper_slab_from_cut_copper_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@11d657d2, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=4 minecraft:cut_copper_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:cut_copper_stairs_from_copper_block_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@735c2d0b, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:cut_copper_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:cut_copper_stairs_from_cut_copper_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@514a344, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:cut_red_sandstone], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:cut_red_sandstone_from_red_sandstone_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@4be5c2ad, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:cut_red_sandstone_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:cut_red_sandstone_slab_from_cut_red_sandstone_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@350e17e0, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:cut_red_sandstone_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:cut_red_sandstone_slab_from_red_sandstone_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@15da9174, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:cut_sandstone], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:cut_sandstone_from_sandstone_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@415bd1ae, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:cut_sandstone_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:cut_sandstone_slab_from_cut_sandstone_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@ea1c1c9, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:cut_sandstone_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:cut_sandstone_slab_from_sandstone_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@6e86bf70, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:dark_prismarine_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:dark_prismarine_slab_from_dark_prismarine_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@2c998b64, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:dark_prismarine_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:dark_prismarine_stairs_from_dark_prismarine_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@784d43f5, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:deepslate_brick_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:deepslate_brick_slab_from_cobbled_deepslate_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@105728d, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:deepslate_brick_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:deepslate_brick_slab_from_deepslate_bricks_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@68fbbc0e, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:deepslate_brick_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:deepslate_brick_slab_from_polished_deepslate_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@1b0587e0, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:deepslate_brick_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:deepslate_brick_stairs_from_cobbled_deepslate_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@ce09f1e, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:deepslate_brick_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:deepslate_brick_stairs_from_deepslate_bricks_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@7ac0dc96, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:deepslate_brick_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:deepslate_brick_stairs_from_polished_deepslate_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@392a749a, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:deepslate_brick_wall], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:deepslate_brick_wall_from_cobbled_deepslate_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@63db9f55, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:deepslate_brick_wall], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:deepslate_brick_wall_from_deepslate_bricks_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@684a586c, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:deepslate_brick_wall], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:deepslate_brick_wall_from_polished_deepslate_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@56f443d9, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:deepslate_bricks], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:deepslate_bricks_from_cobbled_deepslate_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@1d8808f9, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:deepslate_bricks], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:deepslate_bricks_from_polished_deepslate_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@5203a837, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:deepslate_tile_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:deepslate_tile_slab_from_cobbled_deepslate_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@75ba846c, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:deepslate_tile_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:deepslate_tile_slab_from_deepslate_bricks_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@728f4287, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:deepslate_tile_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:deepslate_tile_slab_from_deepslate_tiles_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@3f01e647, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:deepslate_tile_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:deepslate_tile_slab_from_polished_deepslate_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@1a052f8f, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:deepslate_tile_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:deepslate_tile_stairs_from_cobbled_deepslate_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@78adf983, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:deepslate_tile_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:deepslate_tile_stairs_from_deepslate_bricks_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@6fb4f8bd, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:deepslate_tile_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:deepslate_tile_stairs_from_deepslate_tiles_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@40bc5c3a, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:deepslate_tile_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:deepslate_tile_stairs_from_polished_deepslate_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@22be34b7, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:deepslate_tile_wall], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:deepslate_tile_wall_from_cobbled_deepslate_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@1bfc4c1, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:deepslate_tile_wall], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:deepslate_tile_wall_from_deepslate_bricks_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@2e294aa, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:deepslate_tile_wall], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:deepslate_tile_wall_from_deepslate_tiles_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@5eefe42c, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:deepslate_tile_wall], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:deepslate_tile_wall_from_polished_deepslate_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@4958a9f3, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:deepslate_tiles], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:deepslate_tiles_from_cobbled_deepslate_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@47afa77, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:deepslate_tiles], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:deepslate_tiles_from_deepslate_bricks_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@1ef51dca, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:deepslate_tiles], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:deepslate_tiles_from_polished_deepslate_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@45310d59, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:diorite_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:diorite_slab_from_diorite_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@10dbe2f2, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:diorite_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:diorite_stairs_from_diorite_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@14ead723, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:diorite_wall], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:diorite_wall_from_diorite_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@4889608c, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:end_stone_brick_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:end_stone_brick_slab_from_end_stone_brick_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@314bc1d8, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:end_stone_brick_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:end_stone_brick_slab_from_end_stone_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@63e98d2a, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:end_stone_brick_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:end_stone_brick_stairs_from_end_stone_brick_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@2d2236bb, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:end_stone_brick_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:end_stone_brick_stairs_from_end_stone_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@5a57be21, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:end_stone_brick_wall], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:end_stone_brick_wall_from_end_stone_brick_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@67247c0e, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:end_stone_brick_wall], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:end_stone_brick_wall_from_end_stone_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@32c4cc01, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:end_stone_bricks], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:end_stone_bricks_from_end_stone_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@5519201c, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=4 minecraft:exposed_chiseled_copper], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:exposed_chiseled_copper_from_exposed_copper_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@3ae61de0, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:exposed_chiseled_copper], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:exposed_chiseled_copper_from_exposed_cut_copper_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@787595d1, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=4 minecraft:exposed_copper_grate], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:exposed_copper_grate_from_exposed_copper_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@6f7a03e2, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=4 minecraft:exposed_cut_copper], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:exposed_cut_copper_from_exposed_copper_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@5de7f527, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=8 minecraft:exposed_cut_copper_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:exposed_cut_copper_slab_from_exposed_copper_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@4fb429cc, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:exposed_cut_copper_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:exposed_cut_copper_slab_from_exposed_cut_copper_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@65aedf64, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=4 minecraft:exposed_cut_copper_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:exposed_cut_copper_stairs_from_exposed_copper_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@9df5a5c, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:exposed_cut_copper_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:exposed_cut_copper_stairs_from_exposed_cut_copper_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@fed3fbb, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:granite_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:granite_slab_from_granite_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@44498803, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:granite_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:granite_stairs_from_granite_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@626157df, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:granite_wall], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:granite_wall_from_granite_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@64110120, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:mossy_cobblestone_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:mossy_cobblestone_slab_from_mossy_cobblestone_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@358859dc, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:mossy_cobblestone_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:mossy_cobblestone_stairs_from_mossy_cobblestone_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@312df95b, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:mossy_cobblestone_wall], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:mossy_cobblestone_wall_from_mossy_cobblestone_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@6217c74e, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:mossy_stone_brick_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:mossy_stone_brick_slab_from_mossy_stone_brick_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@2ebbf7c4, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:mossy_stone_brick_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:mossy_stone_brick_stairs_from_mossy_stone_brick_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@561c597a, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:mossy_stone_brick_wall], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:mossy_stone_brick_wall_from_mossy_stone_brick_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@46f637bb, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:mud_brick_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:mud_brick_slab_from_mud_bricks_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@160a2ca7, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:mud_brick_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:mud_brick_stairs_from_mud_bricks_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@410e371f, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:mud_brick_wall], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:mud_brick_wall_from_mud_bricks_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@6f1626bd, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:nether_brick_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:nether_brick_slab_from_nether_bricks_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@7dac285a, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:nether_brick_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:nether_brick_stairs_from_nether_bricks_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@79753074, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:nether_brick_wall], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:nether_brick_wall_from_nether_bricks_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@7af36e37, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=4 minecraft:oxidized_chiseled_copper], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:oxidized_chiseled_copper_from_oxidized_copper_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@4b732a68, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:oxidized_chiseled_copper], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:oxidized_chiseled_copper_from_oxidized_cut_copper_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@47de0c39, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=4 minecraft:oxidized_copper_grate], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:oxidized_copper_grate_from_oxidized_copper_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@24b78501, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=4 minecraft:oxidized_cut_copper], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:oxidized_cut_copper_from_oxidized_copper_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@5f2e1ed5, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=8 minecraft:oxidized_cut_copper_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:oxidized_cut_copper_slab_from_oxidized_copper_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@1f3a5599, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:oxidized_cut_copper_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:oxidized_cut_copper_slab_from_oxidized_cut_copper_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@6bf1df29, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=4 minecraft:oxidized_cut_copper_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:oxidized_cut_copper_stairs_from_oxidized_copper_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@4bc51c35, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:oxidized_cut_copper_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:oxidized_cut_copper_stairs_from_oxidized_cut_copper_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@5f112c0f, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:polished_andesite], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:polished_andesite_from_andesite_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@4a8104a1, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:polished_andesite_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:polished_andesite_slab_from_andesite_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@43a22530, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:polished_andesite_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:polished_andesite_slab_from_polished_andesite_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@1c17917e, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:polished_andesite_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:polished_andesite_stairs_from_andesite_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@7360f1df, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:polished_andesite_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:polished_andesite_stairs_from_polished_andesite_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@46aad71, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:polished_basalt], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:polished_basalt_from_basalt_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@1ffd8688, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:polished_blackstone_brick_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:polished_blackstone_brick_slab_from_blackstone_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@584a3500, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:polished_blackstone_brick_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:polished_blackstone_brick_slab_from_polished_blackstone_bricks_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@7b26ca8a, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:polished_blackstone_brick_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:polished_blackstone_brick_slab_from_polished_blackstone_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@2b0db758, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:polished_blackstone_brick_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:polished_blackstone_brick_stairs_from_blackstone_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@8e604b9, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:polished_blackstone_brick_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:polished_blackstone_brick_stairs_from_polished_blackstone_bricks_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@5fc1edf1, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:polished_blackstone_brick_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:polished_blackstone_brick_stairs_from_polished_blackstone_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@6dc9febc, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:polished_blackstone_brick_wall], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:polished_blackstone_brick_wall_from_blackstone_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@25680fb5, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:polished_blackstone_brick_wall], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:polished_blackstone_brick_wall_from_polished_blackstone_bricks_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@455d5f3e, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:polished_blackstone_brick_wall], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:polished_blackstone_brick_wall_from_polished_blackstone_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@63ace59d, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:polished_blackstone_bricks], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:polished_blackstone_bricks_from_blackstone_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@3013f8bf, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:polished_blackstone_bricks], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:polished_blackstone_bricks_from_polished_blackstone_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@5095788c, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:polished_blackstone], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:polished_blackstone_from_blackstone_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@272ab3ee, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:polished_blackstone_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:polished_blackstone_slab_from_blackstone_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@7b6038d, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:polished_blackstone_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:polished_blackstone_slab_from_polished_blackstone_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@66932a2b, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:polished_blackstone_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:polished_blackstone_stairs_from_blackstone_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@4f20dd07, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:polished_blackstone_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:polished_blackstone_stairs_from_polished_blackstone_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@60be52e, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:polished_blackstone_wall], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:polished_blackstone_wall_from_blackstone_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@5f385b0f, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:polished_blackstone_wall], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:polished_blackstone_wall_from_polished_blackstone_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@4decc352, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:polished_deepslate], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:polished_deepslate_from_cobbled_deepslate_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@d54a7d8, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:polished_deepslate_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:polished_deepslate_slab_from_cobbled_deepslate_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@9029d7d, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:polished_deepslate_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:polished_deepslate_slab_from_polished_deepslate_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@7a056b35, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:polished_deepslate_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:polished_deepslate_stairs_from_cobbled_deepslate_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@3c9456f2, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:polished_deepslate_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:polished_deepslate_stairs_from_polished_deepslate_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@4d19913, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:polished_deepslate_wall], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:polished_deepslate_wall_from_cobbled_deepslate_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@3ddd9079, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:polished_deepslate_wall], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:polished_deepslate_wall_from_polished_deepslate_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@c75cf8, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:polished_diorite], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:polished_diorite_from_diorite_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@71814e08, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:polished_diorite_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:polished_diorite_slab_from_diorite_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@71585981, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:polished_diorite_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:polished_diorite_slab_from_polished_diorite_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@58ef4f74, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:polished_diorite_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:polished_diorite_stairs_from_diorite_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@3732a332, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:polished_diorite_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:polished_diorite_stairs_from_polished_diorite_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@1b4f58aa, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:polished_granite], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:polished_granite_from_granite_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@16cf15dc, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:polished_granite_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:polished_granite_slab_from_granite_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@70d04a1, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:polished_granite_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:polished_granite_slab_from_polished_granite_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@6d9a2ffd, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:polished_granite_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:polished_granite_stairs_from_granite_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@503fc321, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:polished_granite_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:polished_granite_stairs_from_polished_granite_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@4200b77a, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:polished_tuff], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:polished_tuff_from_tuff_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@140bc69b, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:polished_tuff_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:polished_tuff_slab_from_polished_tuff_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@61c8c398, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:polished_tuff_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:polished_tuff_slab_from_tuff_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@87ca0f0, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:polished_tuff_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:polished_tuff_stairs_from_polished_tuff_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@29670af6, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:polished_tuff_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:polished_tuff_stairs_from_tuff_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@4abf3972, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:polished_tuff_wall], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:polished_tuff_wall_from_polished_tuff_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@73c7732e, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:polished_tuff_wall], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:polished_tuff_wall_from_tuff_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@2cf7e6e2, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:prismarine_brick_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:prismarine_brick_slab_from_prismarine_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@31fbfb57, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:prismarine_brick_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:prismarine_brick_stairs_from_prismarine_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@3c40e891, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:prismarine_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:prismarine_slab_from_prismarine_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@46bc3ed5, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:prismarine_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:prismarine_stairs_from_prismarine_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@4c7a670f, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:prismarine_wall], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:prismarine_wall_from_prismarine_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@5998b173, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:purpur_pillar], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:purpur_pillar_from_purpur_block_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@19377726, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:purpur_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:purpur_slab_from_purpur_block_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@508fa726, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:purpur_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:purpur_stairs_from_purpur_block_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@25c9ab23, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:quartz_bricks], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:quartz_bricks_from_quartz_block_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@403d5007, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:quartz_pillar], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:quartz_pillar_from_quartz_block_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@41994b0, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:quartz_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:quartz_slab_from_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@7096e0e2, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:quartz_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:quartz_stairs_from_quartz_block_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@5937aa1a, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:red_nether_brick_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:red_nether_brick_slab_from_red_nether_bricks_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@4d45e077, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:red_nether_brick_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:red_nether_brick_stairs_from_red_nether_bricks_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@20888b08, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:red_nether_brick_wall], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:red_nether_brick_wall_from_red_nether_bricks_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@5428ad78, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:red_sandstone_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:red_sandstone_slab_from_red_sandstone_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@28781f88, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:red_sandstone_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:red_sandstone_stairs_from_red_sandstone_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@6ad99e70, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:red_sandstone_wall], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:red_sandstone_wall_from_red_sandstone_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@2ebbff69, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:resin_brick_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:resin_brick_slab_from_resin_bricks_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@2ee223d6, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:resin_brick_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:resin_brick_stairs_from_resin_bricks_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@20987309, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:resin_brick_wall], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:resin_brick_wall_from_resin_bricks_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@67f8f6c3, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:sandstone_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:sandstone_slab_from_sandstone_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@19d88eb5, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:sandstone_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:sandstone_stairs_from_sandstone_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@3d1d0b86, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:sandstone_wall], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:sandstone_wall_from_sandstone_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@47274316, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:smooth_quartz_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:smooth_quartz_slab_from_smooth_quartz_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@12009a38, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:smooth_quartz_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:smooth_quartz_stairs_from_smooth_quartz_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@4b6ff8b4, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:smooth_red_sandstone_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:smooth_red_sandstone_slab_from_smooth_red_sandstone_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@3d9f68e7, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:smooth_red_sandstone_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:smooth_red_sandstone_stairs_from_smooth_red_sandstone_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@56673ae1, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:smooth_sandstone_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:smooth_sandstone_slab_from_smooth_sandstone_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@7c7ad6ae, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:smooth_sandstone_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:smooth_sandstone_stairs_from_smooth_sandstone_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@3fd2ce75, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:smooth_stone_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:smooth_stone_slab_from_smooth_stone_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@d017b5f, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:stone_brick_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:stone_brick_slab_from_stone_bricks_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@1e0bfd55, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:stone_brick_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:stone_brick_slab_from_stone_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@1f80ba86, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:stone_brick_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:stone_brick_stairs_from_stone_bricks_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@7068e175, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:stone_brick_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:stone_brick_stairs_from_stone_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@1c861eb5, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:stone_brick_wall], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:stone_brick_wall_from_stone_bricks_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@58f35b92, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:stone_brick_wall], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:stone_brick_walls_from_stone_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@34a71d30, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:stone_bricks], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:stone_bricks_from_stone_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@22db9a0d, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:stone_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:stone_slab_from_stone_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@7066c868, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:stone_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:stone_stairs_from_stone_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@5d646dc9, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:tuff_brick_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:tuff_brick_slab_from_polished_tuff_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@475dd17f, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:tuff_brick_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:tuff_brick_slab_from_tuff_bricks_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@1695c880, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:tuff_brick_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:tuff_brick_slab_from_tuff_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@4d43ce87, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:tuff_brick_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:tuff_brick_stairs_from_polished_tuff_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@127f833f, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:tuff_brick_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:tuff_brick_stairs_from_tuff_bricks_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@444889af, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:tuff_brick_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:tuff_brick_stairs_from_tuff_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@34315fa7, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:tuff_brick_wall], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:tuff_brick_wall_from_polished_tuff_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@413c4a71, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:tuff_brick_wall], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:tuff_brick_wall_from_tuff_bricks_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@6faaeee0, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:tuff_brick_wall], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:tuff_brick_wall_from_tuff_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@40e3adbd, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:tuff_bricks], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:tuff_bricks_from_polished_tuff_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@6b353bc9, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:tuff_bricks], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:tuff_bricks_from_tuff_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@2db16b74, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:tuff_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:tuff_slab_from_tuff_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@3c8ec67b, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:tuff_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:tuff_stairs_from_tuff_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@7fb15344, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:tuff_wall], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:tuff_wall_from_tuff_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@712daed0, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=4 minecraft:waxed_chiseled_copper], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:waxed_chiseled_copper_from_waxed_copper_block_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@36720a3a, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:waxed_chiseled_copper], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:waxed_chiseled_copper_from_waxed_cut_copper_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@41d2148c, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=4 minecraft:waxed_copper_grate], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:waxed_copper_grate_from_waxed_copper_block_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@46890ca5, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=4 minecraft:waxed_cut_copper], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:waxed_cut_copper_from_waxed_copper_block_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@619b3921, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=8 minecraft:waxed_cut_copper_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:waxed_cut_copper_slab_from_waxed_copper_block_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@68b86e55, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:waxed_cut_copper_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:waxed_cut_copper_slab_from_waxed_cut_copper_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@15188e6, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=4 minecraft:waxed_cut_copper_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:waxed_cut_copper_stairs_from_waxed_copper_block_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@1989cacf, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:waxed_cut_copper_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:waxed_cut_copper_stairs_from_waxed_cut_copper_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@7229c1e3, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=4 minecraft:waxed_exposed_chiseled_copper], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:waxed_exposed_chiseled_copper_from_waxed_exposed_copper_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@51bd8244, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:waxed_exposed_chiseled_copper], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:waxed_exposed_chiseled_copper_from_waxed_exposed_cut_copper_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@17be806, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=4 minecraft:waxed_exposed_copper_grate], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:waxed_exposed_copper_grate_from_waxed_exposed_copper_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@158aad34, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=4 minecraft:waxed_exposed_cut_copper], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:waxed_exposed_cut_copper_from_waxed_exposed_copper_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@7e3fbd40, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=8 minecraft:waxed_exposed_cut_copper_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:waxed_exposed_cut_copper_slab_from_waxed_exposed_copper_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@534755be, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:waxed_exposed_cut_copper_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:waxed_exposed_cut_copper_slab_from_waxed_exposed_cut_copper_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@226d5f6b, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=4 minecraft:waxed_exposed_cut_copper_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:waxed_exposed_cut_copper_stairs_from_waxed_exposed_copper_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@7d73dcb9, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:waxed_exposed_cut_copper_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:waxed_exposed_cut_copper_stairs_from_waxed_exposed_cut_copper_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@4df3cfc4, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=4 minecraft:waxed_oxidized_chiseled_copper], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:waxed_oxidized_chiseled_copper_from_waxed_oxidized_copper_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@3eefd729, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:waxed_oxidized_chiseled_copper], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:waxed_oxidized_chiseled_copper_from_waxed_oxidized_cut_copper_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@283d3df, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=4 minecraft:waxed_oxidized_copper_grate], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:waxed_oxidized_copper_grate_from_waxed_oxidized_copper_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@4d7106d4, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=4 minecraft:waxed_oxidized_cut_copper], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:waxed_oxidized_cut_copper_from_waxed_oxidized_copper_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@6d4fe73b, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=8 minecraft:waxed_oxidized_cut_copper_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:waxed_oxidized_cut_copper_slab_from_waxed_oxidized_copper_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@1befafdd, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:waxed_oxidized_cut_copper_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:waxed_oxidized_cut_copper_slab_from_waxed_oxidized_cut_copper_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@e3db826, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=4 minecraft:waxed_oxidized_cut_copper_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:waxed_oxidized_cut_copper_stairs_from_waxed_oxidized_copper_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@5c387b85, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:waxed_oxidized_cut_copper_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:waxed_oxidized_cut_copper_stairs_from_waxed_oxidized_cut_copper_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@6c38635b, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=4 minecraft:waxed_weathered_chiseled_copper], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:waxed_weathered_chiseled_copper_from_waxed_weathered_copper_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@3499dbaa, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:waxed_weathered_chiseled_copper], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:waxed_weathered_chiseled_copper_from_waxed_weathered_cut_copper_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@2cb4cd21, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=4 minecraft:waxed_weathered_copper_grate], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:waxed_weathered_copper_grate_from_waxed_weathered_copper_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@6e18c67b, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=4 minecraft:waxed_weathered_cut_copper], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:waxed_weathered_cut_copper_from_waxed_weathered_copper_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@2d9a3f77, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=8 minecraft:waxed_weathered_cut_copper_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:waxed_weathered_cut_copper_slab_from_waxed_weathered_copper_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@21c50dac, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:waxed_weathered_cut_copper_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:waxed_weathered_cut_copper_slab_from_waxed_weathered_cut_copper_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@13404716, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=4 minecraft:waxed_weathered_cut_copper_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:waxed_weathered_cut_copper_stairs_from_waxed_weathered_copper_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@2250bd81, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:waxed_weathered_cut_copper_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:waxed_weathered_cut_copper_stairs_from_waxed_weathered_cut_copper_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@31065b6e, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=4 minecraft:weathered_chiseled_copper], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:weathered_chiseled_copper_from_weathered_copper_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@3625536e, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:weathered_chiseled_copper], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:weathered_chiseled_copper_from_weathered_cut_copper_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@6b4e85bf, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=4 minecraft:weathered_copper_grate], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:weathered_copper_grate_from_weathered_copper_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@1472495c, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=4 minecraft:weathered_cut_copper], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:weathered_cut_copper_from_weathered_copper_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@60029329, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=8 minecraft:weathered_cut_copper_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:weathered_cut_copper_slab_from_weathered_copper_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@684ae604, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=2 minecraft:weathered_cut_copper_slab], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:weathered_cut_copper_slab_from_weathered_cut_copper_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@17c0fbbc, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=4 minecraft:weathered_cut_copper_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:weathered_cut_copper_stairs_from_weathered_copper_stonecutting]]]], SingleInputEntry[input=net.minecraft.world.item.crafting.Ingredient@656df97e, recipe=SelectableRecipe[optionDisplay=ItemStackSlotDisplay[stack=1 minecraft:weathered_cut_copper_stairs], recipe=Optional[ResourceKey[minecraft:recipe / minecraft:weathered_cut_copper_stairs_from_weathered_cut_copper_stonecutting]]]]]]
This log will be saved for 90 days from their last view.
Report abuse