Skip to content

Instantly share code, notes, and snippets.

View MulverineX's full-sized avatar
🖖

Mulverine MulverineX

🖖
View GitHub Profile
@MulverineX
MulverineX / motion_command_spec_proposal.md
Created February 11, 2019 23:10 — forked from AjaxGb/motion_command_spec_proposal.md
Specification for a proposed /motion Minecraft command

The Short Version:

/motion <entity> vector <x> <y> <z>
/motion <entity> magnitude (set|add|scale) <value>
/motion <entity> copyfrom <entity2>
/motion <entity> toward <x> <y> <z> (add|set) none <strength>
/motion <entity> toward <x> <y> <z> (add|set) <scaling> <nearStrength> <farStrength> <nearRadius> <farRadius>
/motion <entity> test vector <xRange> <yRange> <zRange>
/motion <entity> test direction <xRotRange> <yRotRange>

/motion test magnitude

@MulverineX
MulverineX / index.md
Last active December 12, 2018 16:47
mcmisceo Minecraft Java Pack Format

A universal pack format.

pack.zip
 --- data/
 --- assets/
 --- pack.json

pack.json

@MulverineX
MulverineX / advancement_triggers.txt
Created August 3, 2018 19:33
Advancement Trigger Suggestions
action.use.(block/block tag(air/water for unfocused)).[press/lift (defaults to lift)]
action.punch.(block/entity/block tag).[press/lift (defaults to lift)]
action.mount.[mountable mobs]
action.shift.[press/lift (defaults to lift)]
action.demount.[mountable mobs]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@MulverineX
MulverineX / 1.13_Needed_Features
Last active January 30, 2018 20:41
1.13 Features
Better NBT editing with insertion of scoreboards -Done-
Caret Coordinates -done-
Teleport Facing -done-
Crafting -done-
Execute rotate argument(copy/offset) -feature parody done-
Modifyitem Command -confirmed-
NBT Ingredient Crafting
NBT Result Crafting -confirmed kinda-
Enchantment Based Models
Ajax's motion command
@MulverineX
MulverineX / asteroids.pde
Created September 28, 2017 18:41
Asteroids In Processing
import ddf.minim.*;
import processing.sound.*;
AudioPlayer player;
SoundFile lazer;
Minim minim;//audio context
PShape asteroid1;
PShape asteroid2;