A universal pack format.
pack.zip
--- data/
--- assets/
--- pack.json
pack.json
import ddf.minim.*; | |
import processing.sound.*; | |
AudioPlayer player; | |
SoundFile lazer; | |
Minim minim;//audio context | |
PShape asteroid1; | |
PShape asteroid2; |
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 |
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] |
A universal pack format.
pack.zip
--- data/
--- assets/
--- pack.json
pack.json
/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
/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
<template> | |
<div class="main"> | |
<title>PreMiD - Store</title> | |
<div class="listing"> | |
<div class="content"> | |
<div class="logo"> | |
<img src="https://svgur.com/i/BEw.svg"> | |
</div> | |
<h2> | |
Twitch |
// Defines a biome, to be used by dimensions | |
{ | |
"starts": [ // List of structures from configured_structure_feature | |
"minecraft:mineshaft_mesa", | |
"minecraft:stronghold", | |
"minecraft:ruined_portal" | |
], | |
"spawners": { | |
"water_ambient": [], // Water ambient mobs | |
"ambient": [ // Ambient mobs |
.backdrop-1wrmKB { | |
background: #00000055 !important; | |
opacity: 1 !important; | |
} | |
.inner-1ilYF7 { | |
background: none !important; | |
} | |
.root-SR8cQa { | |
background: inherit !important; | |
backdrop-filter: blur(10px) brightness(0.8) !important; |