Skip to content

Instantly share code, notes, and snippets.

View william-v4's full-sized avatar
🎉
removed the "exe" from my username

William william-v4

🎉
removed the "exe" from my username
  • the openSUS foundation
  • Sus City, Sussus County
  • 02:40 (UTC -07:00)
View GitHub Profile
@william-v4
william-v4 / .gitlab-ci.yml
Last active June 7, 2022 20:50
basic Gitlab pages setup (put index.html and stuff at root)
pages:
stage: deploy
script:
- mkdir .public
- cp -r * .public
- mv .public public
artifacts:
paths:
- public
@Dinnerbone
Dinnerbone / spawn_bonus_chest.json
Created October 19, 2015 16:59
This is an example of the current spawn bonus chest loot table in Minecraft, in the (possibly) new loot table data format.
[
{
"item": "minecraft:stick",
"weight": 10,
"functions": [
{
"function": "minecraft:set_count",
"min": 1,
"max": 3
}