20 Commits

Author SHA1 Message Date
Daniel Løvbrøtte Olsen
2730638b5e oops 2019-05-24 13:05:47 +02:00
Daniel Løvbrøtte Olsen
e997a0a3a6 MC-003B 2019-05-24 13:05:47 +02:00
Daniel Løvbrøtte Olsen
1a316ab9fc prepare 2019-05-24 13:05:46 +02:00
Daniel Løvbrøtte Olsen
82d704f331 Update .gitlab-ci.yml 2019-05-23 19:39:21 +00:00
Daniel Løvbrøtte Olsen
d5f4b56d2a Update .gitlab-ci.yml 2019-05-23 19:36:04 +00:00
Daniel Løvbrøtte Olsen
74ba37796a Update .gitlab-ci.yml 2019-05-23 19:32:28 +00:00
Daniel Løvbrøtte Olsen
d8fe8c3ea7 Update .gitlab-ci.yml 2019-05-23 19:29:22 +00:00
Daniel Løvbrøtte Olsen
d1a01745bf Update .gitlab-ci.yml 2019-05-23 19:11:27 +00:00
Daniel Løvbrøtte Olsen
2dd48e0edb Update .gitlab-ci.yml 2019-05-23 19:09:04 +00:00
Daniel Løvbrøtte Olsen
3434140481 Update .gitlab-ci.yml 2019-05-23 19:06:57 +00:00
Daniel Løvbrøtte Olsen
afb6705f5c Update .gitlab-ci.yml 2019-05-23 19:05:33 +00:00
Daniel Løvbrøtte Olsen
5cfe1b23f1 Update .gitlab-ci.yml 2019-05-23 19:03:09 +00:00
Daniel Løvbrøtte Olsen
4f08f8a340 Update .gitlab-ci.yml 2019-05-23 18:53:53 +00:00
Daniel Løvbrøtte Olsen
450552af18 Update .gitlab-ci.yml 2019-05-23 18:50:26 +00:00
Daniel Løvbrøtte Olsen
64e01c0827 Update .gitlab-ci.yml 2019-05-23 18:38:04 +00:00
Daniel Løvbrøtte Olsen
774e8e9681 Update .gitlab-ci.yml 2019-05-23 18:36:46 +00:00
Daniel Løvbrøtte Olsen
11335d0955 Update .gitlab-ci.yml 2019-05-23 18:10:27 +00:00
Daniel Løvbrøtte Olsen
503e5819ed Update .gitlab-ci.yml 2019-05-23 18:09:44 +00:00
Daniel Løvbrøtte Olsen
282579e372 Update .gitlab-ci.yml 2019-05-23 18:08:47 +00:00
Daniel Løvbrøtte Olsen
74daed8197 remove custom wool tag
Was this added to vanilla in 1.13?
2019-05-23 09:20:51 +00:00
20 changed files with 96 additions and 58 deletions

View File

@@ -4,17 +4,32 @@
# you can delete this line if you're not using Docker # you can delete this line if you're not using Docker
image: alpine:latest image: alpine:latest
before_script:
- apk add --no-cache zip
after_script:
- ls
build: build:
stage: build stage: build
script: script:
- apk add --no-cache zip
- mkdir out - mkdir out
- find -maxdepth 1 -type d -not -name ".git" -not -name "out" -not -name "." | xargs -I '{}' sh -c 'cd {} && zip -r ../out/{} .' - find -maxdepth 1 -type d -not -name ".git" -not -name "out" -not -name "." | xargs -I '{}' sh -c 'cd {} && zip -r ../out/{} .'
artifacts: artifacts:
paths: paths:
- ./out - ./out
deploy:
stage: deploy
script:
- 'which ssh-agent || ( apk add --no-cache openssh-client )'
- apk add --no-cache rsync
- eval $(ssh-agent -s)
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null
- mkdir -p ~/.ssh
- chmod 700 ~/.ssh
- echo "$SSH_KNOWN_HOSTS" > ~/.ssh/known_hosts
- chmod 644 ~/.ssh/known_hosts
- rsync --dry-run -avz out/ "$SERVER_HOST":"$WPD_FOLDER" --delete --exclude bukkit
- ssh "$SERVER_HOST" mcrcon -H localhost -p minecraft "minecraft:reload"
only:
- master
when: manual

View File

@@ -1,8 +1,8 @@
{ {
"type": "crafting_shapeless", "type": "crafting_shapeless",
"ingredients": [ "ingredients": [
{ {
"tag": "dodsorfas_recolor:wool" "tag": "minecraft:wool"
}, },
{ {
"item": "minecraft:lapis_lazuli" "item": "minecraft:lapis_lazuli"

View File

@@ -1,8 +1,8 @@
{ {
"type": "crafting_shapeless", "type": "crafting_shapeless",
"ingredients": [ "ingredients": [
{ {
"tag": "dodsorfas_recolor:wool" "tag": "minecraft:wool"
}, },
{ {
"item": "minecraft:cocoa_beans" "item": "minecraft:cocoa_beans"

View File

@@ -1,8 +1,8 @@
{ {
"type": "crafting_shapeless", "type": "crafting_shapeless",
"ingredients": [ "ingredients": [
{ {
"tag": "dodsorfas_recolor:wool" "tag": "minecraft:wool"
}, },
{ {
"item": "minecraft:cyan_dye" "item": "minecraft:cyan_dye"

View File

@@ -1,8 +1,8 @@
{ {
"type": "crafting_shapeless", "type": "crafting_shapeless",
"ingredients": [ "ingredients": [
{ {
"tag": "dodsorfas_recolor:wool" "tag": "minecraft:wool"
}, },
{ {
"item": "minecraft:gray_dye" "item": "minecraft:gray_dye"

View File

@@ -1,8 +1,8 @@
{ {
"type": "crafting_shapeless", "type": "crafting_shapeless",
"ingredients": [ "ingredients": [
{ {
"tag": "dodsorfas_recolor:wool" "tag": "minecraft:wool"
}, },
{ {
"item": "minecraft:cactus_green" "item": "minecraft:cactus_green"

View File

@@ -1,8 +1,8 @@
{ {
"type": "crafting_shapeless", "type": "crafting_shapeless",
"ingredients": [ "ingredients": [
{ {
"tag": "dodsorfas_recolor:wool" "tag": "minecraft:wool"
}, },
{ {
"item": "minecraft:lapis_lazuli" "item": "minecraft:lapis_lazuli"

View File

@@ -1,8 +1,8 @@
{ {
"type": "crafting_shapeless", "type": "crafting_shapeless",
"ingredients": [ "ingredients": [
{ {
"tag": "dodsorfas_recolor:wool" "tag": "minecraft:wool"
}, },
{ {
"item": "minecraft:gray_dye" "item": "minecraft:gray_dye"

View File

@@ -1,8 +1,8 @@
{ {
"type": "crafting_shapeless", "type": "crafting_shapeless",
"ingredients": [ "ingredients": [
{ {
"tag": "dodsorfas_recolor:wool" "tag": "minecraft:wool"
}, },
{ {
"item": "minecraft:lime_dye" "item": "minecraft:lime_dye"

View File

@@ -1,8 +1,8 @@
{ {
"type": "crafting_shapeless", "type": "crafting_shapeless",
"ingredients": [ "ingredients": [
{ {
"tag": "dodsorfas_recolor:wool" "tag": "minecraft:wool"
}, },
{ {
"item": "minecraft:magenta_dye" "item": "minecraft:magenta_dye"

View File

@@ -1,8 +1,8 @@
{ {
"type": "crafting_shapeless", "type": "crafting_shapeless",
"ingredients": [ "ingredients": [
{ {
"tag": "dodsorfas_recolor:wool" "tag": "minecraft:wool"
}, },
{ {
"item": "minecraft:orange_dye" "item": "minecraft:orange_dye"

View File

@@ -1,8 +1,8 @@
{ {
"type": "crafting_shapeless", "type": "crafting_shapeless",
"ingredients": [ "ingredients": [
{ {
"tag": "dodsorfas_recolor:wool" "tag": "minecraft:wool"
}, },
{ {
"item": "minecraft:pink_dye" "item": "minecraft:pink_dye"

View File

@@ -1,8 +1,8 @@
{ {
"type": "crafting_shapeless", "type": "crafting_shapeless",
"ingredients": [ "ingredients": [
{ {
"tag": "dodsorfas_recolor:wool" "tag": "minecraft:wool"
}, },
{ {
"item": "minecraft:purple_dye" "item": "minecraft:purple_dye"

View File

@@ -1,8 +1,8 @@
{ {
"type": "crafting_shapeless", "type": "crafting_shapeless",
"ingredients": [ "ingredients": [
{ {
"tag": "dodsorfas_recolor:wool" "tag": "minecraft:wool"
}, },
{ {
"item": "minecraft:rose_red" "item": "minecraft:rose_red"

View File

@@ -1,8 +1,8 @@
{ {
"type": "crafting_shapeless", "type": "crafting_shapeless",
"ingredients": [ "ingredients": [
{ {
"tag": "dodsorfas_recolor:wool" "tag": "minecraft:wool"
}, },
{ {
"item": "minecraft:bone_meal" "item": "minecraft:bone_meal"

View File

@@ -1,8 +1,8 @@
{ {
"type": "crafting_shapeless", "type": "crafting_shapeless",
"ingredients": [ "ingredients": [
{ {
"tag": "dodsorfas_recolor:wool" "tag": "minecraft:wool"
}, },
{ {
"item": "minecraft:dandelion_yellow" "item": "minecraft:dandelion_yellow"

View File

@@ -1,21 +0,0 @@
{
"replace": false,
"values": [
"minecraft:white_wool",
"minecraft:orange_wool",
"minecraft:magenta_wool",
"minecraft:light_blue_wool",
"minecraft:yellow_wool",
"minecraft:lime_wool",
"minecraft:pink_wool",
"minecraft:gray_wool",
"minecraft:light_gray_wool",
"minecraft:cyan_wool",
"minecraft:purple_wool",
"minecraft:blue_wool",
"minecraft:brown_wool",
"minecraft:green_wool",
"minecraft:red_wool",
"minecraft:black_wool"
]
}

View File

@@ -0,0 +1 @@
{}

View File

@@ -0,0 +1,37 @@
{
"pools": [
{
"rolls": 1,
"conditions": [
{
"condition": "random_chance_with_looting",
"chance": 0.5,
"looting_multiplier": 0.0625
}
],
"entries": [
{
"type": "item",
"weight": 1,
"name": "minecraft:shulker_shell"
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "item",
"weight": 1,
"name": "minecraft:shulker_shell",
"functions": [
{
"function": "set_count",
"count": 1
}
]
}
]
}
]
}

View File

@@ -0,0 +1,6 @@
{
"pack": {
"pack_format": 1,
"description": "Dodsorfas Data Pack for custom loot"
}
}