(0.5 to 1.5 seconds) if it's destroyed by an explosion.
.viewclip distance xxx
>Kicking Fit
When he asks why our response should just be "Summermelon"printing in a house
with anythingI'm not surprised he ran to Dad when Mom said no.
:)//ShulkerPreview.class
package me.pork.vocoshulkerpeek;
import net.minecraft.entity.Entity;
import net.minecraft.entity.item.EntityItem;
import net.minecraft.inventory.InventoryBasic;
import net.minecraft.item.ItemShulkerBox;
import net.minecraft.util.text.TextComponentString;
import net.minecraftforge.event.entity.EntityJoinWorldEvent;
import net.minecraftforge.fml.common.eventhandler.SubscribeEvent;
import net.minecraftforge.fml.common.gameevent.TickEvent.ClientTickEvent;
import net.minecraftforge.fml.common.gameevent.TickEvent.Phase;
public class ShulkerPreview {
public static int metadataTicks = -1;
public static int guiTicks = -1;
public static EntityItem drop;
public static InventoryBasic toOpen;
@SubscribeEvent
public void onEntitySpawn(EntityJoinWorldEvent event) {
Entity entity = event.getEntity();
if (entity instanceof EntityItem) {
drop = (EntityItem)entity;
metadataTicks = 0;
}
}
@SubscribeEvent
public void onTick(ClientTickEvent event) {
if (event.phase == Phase.END && metadataTicks > -1) {
++metadataTicks;
}
if (event.phase == Phase.END && guiTicks > -1) {
++guiTicks;
}
if (metadataTicks == 20) {
metadataTicks = -1;
if (drop.func_92059_d().func_77973_b() instanceof ItemShulkerBox) {
VocoShulkerPeek.mc.field_71439_g.func_145747_a(new TextComponentString("New shulker found! use /peek to view its content"));
VocoShulkerPeek.shulker = drop.func_92059_d();
}
}
if (guiTicks == 20) {
guiTicks = -1;
VocoShulkerPeek.mc.field_71439_g.func_71007_a(toOpen);
}
}
}
//VocoShulkerPeek$peekCommand.class
package me.pork.vocoshulkerpeek;
import net.minecraft.entity.Entity;
import net.minecraft.entity.item.EntityItem;
import net.minecraft.inventory.InventoryBasic;
import net.minecraft.item.ItemShulkerBox;
import net.minecraft.util.text.TextComponentString;
import net.minecraftforge.event.entity.EntityJoinWorldEvent;
import net.minecraftforge.fml.common.eventhandler.SubscribeEvent;
import net.minecraftforge.fml.common.gameevent.TickEvent.ClientTickEvent;
import net.minecraftforge.fml.common.gameevent.TickEvent.Phase;
public class ShulkerPreview {
public static int metadataTicks = -1;
public static int guiTicks = -1;
public static EntityItem drop;
public static InventoryBasic toOpen;
@SubscribeEvent
public void onEntitySpawn(EntityJoinWorldEvent event) {
Entity entity = event.getEntity();
if (entity instanceof EntityItem) {
drop = (EntityItem)entity;
metadataTicks = 0;
}
}
@SubscribeEvent
public void onTick(ClientTickEvent event) {
if (event.phase == Phase.END && metadataTicks > -1) {
++metadataTicks;
}
if (event.phase == Phase.END && guiTicks > -1) {
++guiTicks;
}
if (metadataTicks == 20) {
metadataTicks = -1;
if (drop.func_92059_d().func_77973_b() instanceof ItemShulkerBox) {
VocoShulkerPeek.mc.field_71439_g.func_145747_a(new TextComponentString("New shulker found! use /peek to view its content"));
VocoShulkerPeek.shulker = drop.func_92059_d();
}
}
if (guiTicks == 20) {
guiTicks = -1;
VocoShulkerPeek.mc.field_71439_g.func_71007_a(toOpen);
}
}
}
(edited)//VocoShulkerPeek.class
package me.pork.vocoshulkerpeek;
import net.minecraft.client.Minecraft;
import net.minecraft.item.ItemStack;
import net.minecraft.nbt.NBTTagCompound;
import net.minecraftforge.client.ClientCommandHandler;
import net.minecraftforge.common.MinecraftForge;
import net.minecraftforge.fml.common.Mod;
import net.minecraftforge.fml.common.Mod.EventHandler;
import net.minecraftforge.fml.common.event.FMLPostInitializationEvent;
@Mod(
modid = "vocoshulkerpeek",
name = "VocoShulkerPeek",
version = "1.0",
acceptedMinecraftVersions = "[1.12.2]"
)
public class VocoShulkerPeek {
public static final String MOD_ID = "vocoshulkerpeek";
public static final String MOD_NAME = "VocoShulkerPeek";
public static final String VERSION = "1.0";
public static ItemStack shulker;
public static Minecraft mc;
@EventHandler
public void postinit(FMLPostInitializationEvent event) {
ClientCommandHandler.instance.func_71560_a(new me.pork.vocoshulkerpeek.VocoShulkerPeek.peekCommand(this));
MinecraftForge.EVENT_BUS.register(new ShulkerPreview());
}
public static NBTTagCompound getShulkerNBT(ItemStack stack) {
NBTTagCompound compound = stack.func_77978_p();
if (compound != null && compound.func_150297_b("BlockEntityTag", 10)) {
NBTTagCompound tags = compound.func_74775_l("BlockEntityTag");
if (tags.func_150297_b("Items", 9)) {
return tags;
}
}
return null;
}
static {
shulker = ItemStack.field_190927_a;
mc = Minecraft.func_71410_x();
}
}
(edited)Bored Base
? Title: Bored Village?
Author: xcc2
Type: Written
Page 0: This base is known as either Waterloo, or possibly Bored Village. It has a long history dating back to 2011 and I believe has had several different occupants.
It was originally discovered by passie05, xcc2 and policemike55 while traveling.
Page 1: We were on our way to what would become SquidBase when we found this place, occupied by a group of French players. I believe we fought and did some minor looting and left, never to return.
Only recently (February 2018) did passie05 and myself,
Page 2: xcc2, return to begin restoring and rebuilding a base that had all but faded from memory. I remembered only the pumpkin patch and derpy sphinx. I had a few old screenshots and I was able to share them with a player named Crystaleer who happened to be
Page 3: wandering around in the general distance that I believed this base existed. Within 10 minutes of sharing the screenshots with him, the base was located. It was truly unbelievable.
Anyway, since then, passie05 and I have been rebuilding and
Page 4: hopefully improving this place.
If you find it, please be gentle. It is a relic of a 2b2t that is no more. Truly simpler times.
-xcc2
March 3, 2018
loginctl show-session $(awk '/tty/ {print $1}' <(loginctl)) -p Type | awk -F= '{print $2}'
chown anne:anne /home/anne/.minecraft/
(edited)ls -l /home/anne/.minecraft/
to check the permissions (edited)chmod 777 /home/anne/.minecraft/
chown -R anne:anne /home/anne/.minecraft/
(edited)find /home/anne/.minecraft/ -type d -exec chmod 777 ‘{}’ \;
~/.var/app/com.mojang.Minecraft/.minecraft
@entropyanndroid~/.minecraft
to ~/.var/app/com.mojang.Minecraft/.minecraft/
(edited)ln -s ~/.minecraft ~/.var/app/com.mojang.Minecraft/.minecraft
(edited)rm ~/.minecraft
apt install ./minecraft.deb
zen has not expressed a preference for gender pronouns but if she did i would respect them!!!!!!!!!!!
The definition of Bubba is a name used for someone who is a brother, like a brother or a close friend, or slang for a white, uneducated and assertive man from the southern United States.
editor
ea
and and
in "new zealand" (aka every letter except the Z and the L) (edited)and why I added it to my name
boolean close(float a, float b) { // a much looser standard
System.out.println(a + " " + b);
float x = Math.abs(a - b);
return x < 10 || x > 350;
}
Thanks for submitting!
Be sure to check your email. If you don't hear from us within the hour, you should receive an email from us in fewer than 8 days. Have an Octotastic day!
ArrayList<Integer>
instead of it.unimi.dsi.fastutil.ints.IntArrayList
i am NOT BUNDLING A SVG RASTERIZER
generate a java class from herms js (edited)leijurv@swamp:~$ curl https://www.spawnmason.com/api/smibonmyballs420692147/sections/ | wc -c
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 121k 100 121k 0 0 87007 0 0:00:01 0:00:01 --:--:-- 87007
124769
0x: i sleep
leijurv@swamp:~$ curl https://www.spawnmason.com/api/smibonmyballs420692147/sections/3/4 | wc -c
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 20880 100 20880 0 0 49478 0 --:--:-- --:--:-- --:--:-- 49478
20880
0x: REAL SHITfor (int i : IntStream.range(0, arr.length).toArray())
instead of for (int i = 0; i < arr.length; i++)
int countMatchingSlots(Predicate<ItemStack> predicate) {
return (int)ctx.player().inventory.mainInventory.stream()
.filter(predicate)
.count();
}
.flight glidespeed 0.0001
@brother terbinWon’t be noticed as quickly
breithan is a cute wigga
is basically necessary to include at this pointwackily
implying that a mason would dox a fellow mason in a harmful way
{
x: 953,
y: -6630
},
{
x: 22450,
y: 24300
}
dataset.labels = [
'Jan 5 2019 | ain herm',
'Jan 13 2019 | nick mike',
'Jan 19 2019 | nick mike',
'Jan 26 2019 | boomerang',
'Feb 2 2019 | mike ufo' ,
'Feb 9 2019 | end | ufo entr mike boom',
'Feb 16 2019 | ufo ter boom jor mike lamp',
'Feb 23 2019 | mike boomerang',
'Mar 2 2019 | frankfurt',
'Mar 9 2019 | boomerang',
'Mar 17 2019 | entropy ufo | Autistralia Lodge',
'Mar 23 2019 | terbin entropy | Autistralia',
'Mar 30 2019 | funncubes',
'Apr 6 2019 | group | Autistralia Lodge',
'Apr 14 2019 | dielo | Autistralia Lodge',
'Apr 20 2019 | boomerang | Ausistralia Lodge',
'Apr 27 2019 | breithan',
'May 4 2019 | anndroid',
'May 11 2019 | jordan',
'May 18 2019 | sal',
'May 25 2019 | entropy ufo',
]
compiled information:
(people who found out are given credits. Otherwise it is from IronException)
found by HaxxorElite
facts:
- there are chunks that cloned and got moved around -1.2k 600
- there is also a newly generated chunk (that contained emeralds and a tree. Found by lamp)
- hause didnt know about this until now
theory:
- probably connected to playerdata reset (besides inventories join dates are also reset for some players (found out by 0x)
- all changed chunks are in 1 region file (might also be coincidence)
interesting find:
- chunks were not copied as a whole. There is a griefed base but at bedrock there are wither caves eg
- the corrupted chunks happened in a square that is 1 chunk bigger then 2bs render distance. So there was probably a player that caused this. And he was likely moving (for the additional chunk)
theory 1:
- during the restart that removed playerdata a player logged / joined there and caused this.
- this means there are more of these chunks. Though no other place with this has been found although it would be very likely that more players were around spawn at the time.
theory 2:
- a player who was there caused some weird corruption which lead to the restart.
theory 3 (by InfernoPickaxe):
- something similar happens when you save a single player world but have too few storage space. So maybe 2b had to few space at that time frame the restart was happening. (https://youtu.be/n0kokAHe6cw)
side note:
- some chunks are cloned. So if players find out how to force these chunk corruptions and more importantly control how they happen they could dupe a complete chunk. Making it maybe even more powerful then the chunk / book dupe
hause:
- by boomerang: https://cdn.discordapp.com/attachments/353428205723713536/667172533140979743/Screenshot_2020-01-15-20-05-14.png (pls no share)
videos:
- by InfernoPickaxe: https://youtu.be/QrX__ki0Yw4
map:
- https://cdn.discordapp.com/attachments/627610814878187545/667157285180801031/map.png
(edited)- there is also a newly generated chunk (that contained emeralds and a tree. Found by lamp)
nope- chunks were not copied as a whole. There is a griefed base but at bedrock there are wither caves eg
screenshot of this?