This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ItemEvents.tooltip(event => { | |
| for (let info of global.CustomPedestals) { | |
| event.add("kubejs:" + info.tier + "_pedestal", Text.gray("Can hold up to " + info.slots + " stacks of same item")) | |
| } | |
| }) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public class CoatingShrineRenderer extends DynamicRender<IRecipeLogicMachine, CoatingShrineRenderer> { | |
| // spotless:off | |
| @SuppressWarnings("deprecation") | |
| public static final Codec<CoatingShrineRenderer> CODEC = Codec.unit(CoatingShrineRenderer::new); | |
| public static final DynamicRenderType<IRecipeLogicMachine, CoatingShrineRenderer> TYPE = new DynamicRenderType<>(CoatingShrineRenderer.CODEC); | |
| // spotless:on | |
| @Override | |
| public @NotNull DynamicRenderType<IRecipeLogicMachine, CoatingShrineRenderer> getType() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| blueprint: | |
| name: Smart Light Control without Switch | |
| description: > | |
| Control lights with a smart switch button. First press turns on the switch, | |
| subsequent presses toggle lights with different brightness and color temperature | |
| based on light mode (Day/Night). | |
| domain: automation | |
| input: | |
| target_light: | |
| name: Target Light |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| blueprint: | |
| name: Smart Light Control with Switch | |
| description: > | |
| Control lights with a smart switch button. First press turns on the switch, | |
| subsequent presses toggle lights with different brightness and color temperature | |
| based on light mode (Day/Night). | |
| domain: automation | |
| input: | |
| switch_device: | |
| name: Smart Switch Device |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import aiochan as ac | |
| import asyncio | |
| import random | |
| async def producer(c): | |
| i = 0 | |
| while True: | |
| await asyncio.sleep(random.random()) # producing stuff takes time | |
| i += 1 | |
| await c.put('product ' + str(i)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Details: | |
| Mod File: BloodMagic-224791-3399440_mapped_official_1.16.5.jar | |
| Failure message: Blood Magic (bloodmagic) has failed to load correctly | |
| java.lang.ClassFormatError: Duplicate method name "getBlockPos" with signature "()Lnet.minecraft.util.math.BlockPos;" in class file wayoftime/bloodmagic/tile/TileMasterRitualStone | |
| Mod Version: 1.16.4-3.1.1-16 | |
| Mod Issue URL: http://my.issue.tracker/ | |
| Exception message: java.lang.ClassFormatError: Duplicate method name "getBlockPos" with signature "()Lnet.minecraft.util.math.BlockPos;" in class file wayoftime/bloodmagic/tile/TileMasterRitualStone | |
| Stacktrace: | |
| at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_292] {} | |
| at java.lang.ClassLoader.defineClass(ClassLoader.java:756) ~[?:1.8.0_292] {} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| data_dir = "/var/lib/vector" | |
| # ------------------ SYSLOG message pipe ------------------ # | |
| [sources.syslog_pipe_in] | |
| type = "socket" | |
| mode = "udp" | |
| address = "127.0.0.1:3333" | |
| [transforms.syslog_pipe_parsing] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 51.83536124229431 | |
| 28.677456378936768 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 50.909597396850586 | |
| 52.03043818473816 |
NewerOlder