/data merge entity @e[type=minecraft:item_frame,limit=1,sort=nearest] {Invisible:1b}
/data merge entity @e[type=minecraft:item_frame,limit=1,sort=nearest] {Fixed:1b}
| [02:02:13] [main/INFO]: Loading for game Minecraft 1.15.2 | |
| [02:02:13] [main/WARN]: Warnings were found! | |
| - Conflicting versions found for fabric-api-base: used 0.1.2+b7f9825d95, also found 0.1.2+28f8190f42, 0.1.2+b7f9825d0c | |
| - Conflicting versions found for fabric-networking-v0: used 0.1.7+003643510c, also found 0.1.7+12515ed975 | |
| - Conflicting versions found for fabric-events-lifecycle-v0: used 0.1.2+003643510c, also found 0.1.2+b7f9825de8 | |
| [02:02:13] [main/INFO]: [FabricLoader] Loading 59 mods: fabric-renderer-api-v1@0.2.10+f08b61330c, fabric-keybindings-v0@0.2.0+2af3af910c, cardinal-components-block@2.3.4, fabricloader@0.8.7+build.201, org_zeroturnaround_zt-zip@1.14, fabric-containers-v0@0.1.3+b7f9825d0c, wagrapple@0.9.6, fabric-object-builder-api-v1@1.2.1+e7a4edb30c, fabric-dimensions-v1@0.3.0+2ad156310c, fabric-api-base@0.1.2+b7f9825d95, mm@2.0, fabric-rendering-data-attachment-v1@0.1.3+b7f9825d0c, cardinal-components-item@2.3.4, fabric-textures-v0@1.0.4+821cdba70c, fabric-rendering-fluids-v1@0.1.6+12515ed |
| ---- Minecraft Crash Report ---- | |
| // This doesn't make any sense! | |
| Time: 20/06/17 2:02 | |
| Description: Initializing game | |
| net.fabricmc.loader.api.EntrypointException: Exception while loading entries for entrypoint 'main' provided by 'cardinal-components-level' | |
| at net.fabricmc.loader.EntrypointStorage.getEntrypointContainers(EntrypointStorage.java:193) | |
| at net.fabricmc.loader.FabricLoader.getEntrypointContainers(FabricLoader.java:228) | |
| at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:44) |
; !!! WARNING !!!
; on Mac hosted VirtualBox, left command key is assigned as the special key for the host
; if you want to use the left command key, you need to change the assignment
#IfWinActive ahk_exe Kindle.exe
; removea normal book from this terminal at the cursor
#d::Failed to create the Java Virtual Machine.eclipse-inst.ini doesn't work for me$ /Volumes/Eclipse\ Installer.app/Contents/MacOS/eclipse-inst -vm /Library/Java/JavaVirtualMachines/jdk1.8.0_231.jdk/Contents/Home/bin/java$ git clone --recurse-submodules https://github.com/topjohnwu/Magisk.git
$ cd Magisk
$ cp config.prop.sample config.prop
$ vi config.prop| #!/usr/bin/env python | |
| # vim:fileencoding=UTF-8:ts=4:sw=4:sta:et:sts=4:ai | |
| import sys | |
| import os, getopt, struct | |
| import imghdr | |
| def get_image_type(imgname, imgdata=None): | |
| imgtype = imghdr.what(imgname, imgdata) |
| tell application "iTunes" | |
| try | |
| set trk to {} | |
| set slct to a reference to selection | |
| if slct as list is {} then return | |
| repeat with x in slct | |
| set end of trk to (name of x as Unicode text) & (" (" & played count of x & ")") | |
| end repeat | |
| set AppleScript's text item delimiters to ", " | |
| set y to text returned of (display dialog ((trk as Unicode text) & " ใฎๅ็ๅๆฐใๅคๆด") default answer "") |