Skip to content
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.

Commit

Permalink
Upload pack v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andantet committed Aug 18, 2019
1 parent 9a1a38c commit 3c2a83f
Show file tree
Hide file tree
Showing 60 changed files with 1,184 additions and 2 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"values": [
"origami-games:mauraud/load"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"values": [
"origami-games:mauraud/player/tick"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"values": [
"origami-games:mauraud/tick"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:alternatives",
"children": [
{
"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:match_tool",
"predicate": {
"enchantments": [
{
"enchantment": "minecraft:silk_touch",
"levels": {
"min": 1
}
}
]
}
}
],
"name": "minecraft:coal_ore",
"weight": 20
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:apply_bonus",
"enchantment": "minecraft:fortune",
"formula": "minecraft:ore_drops"
},
{
"function": "minecraft:explosion_decay"
}
],
"name": "minecraft:coal",
"weight": 20
}
]
},
{
"type": "minecraft:loot_table",
"name": "origami-games:mauraud/blocks/function/ore_spirit",
"weight": 1,
"functions": [
{
"function": "minecraft:set_nbt",
"tag": "{origami-games:{mauraud:{spirit_type:\"coal\"}}}"
}
]
}
]
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:alternatives",
"children": [
{
"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:match_tool",
"predicate": {
"enchantments": [
{
"enchantment": "minecraft:silk_touch",
"levels": {
"min": 1
}
}
]
}
}
],
"name": "minecraft:diamond_ore",
"weight": 20
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:apply_bonus",
"enchantment": "minecraft:fortune",
"formula": "minecraft:ore_drops"
},
{
"function": "minecraft:explosion_decay"
}
],
"name": "minecraft:diamond",
"weight": 20
}
]
},
{
"type": "minecraft:loot_table",
"name": "origami-games:mauraud/blocks/function/ore_spirit",
"weight": 1,
"functions": [
{
"function": "minecraft:set_nbt",
"tag": "{origami-games:{mauraud:{spirit_type:\"diamond\"}}}"
}
]
}
]
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:alternatives",
"children": [
{
"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:match_tool",
"predicate": {
"enchantments": [
{
"enchantment": "minecraft:silk_touch",
"levels": {
"min": 1
}
}
]
}
}
],
"name": "minecraft:emerald_ore",
"weight": 20
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:apply_bonus",
"enchantment": "minecraft:fortune",
"formula": "minecraft:ore_drops"
},
{
"function": "minecraft:explosion_decay"
}
],
"name": "minecraft:emerald",
"weight": 20
}
]
},
{
"type": "minecraft:loot_table",
"name": "origami-games:mauraud/blocks/function/ore_spirit",
"weight": 1,
"functions": [
{
"function": "minecraft:set_nbt",
"tag": "{origami-games:{mauraud:{spirit_type:\"emerald\"}}}"
}
]
}
]
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:gold_ore",
"weight": 20
},
{
"type": "minecraft:loot_table",
"name": "origami-games:mauraud/blocks/function/ore_spirit",
"weight": 1,
"functions": [
{
"function": "minecraft:set_nbt",
"tag": "{origami-games:{mauraud:{spirit_type:\"gold\"}}}"
}
]
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:iron_ore",
"weight": 20
},
{
"type": "minecraft:loot_table",
"name": "origami-games:mauraud/blocks/function/ore_spirit",
"weight": 1,
"functions": [
{
"function": "minecraft:set_nbt",
"tag": "{origami-games:{mauraud:{spirit_type:\"iron\"}}}"
}
]
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:alternatives",
"children": [
{
"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:match_tool",
"predicate": {
"enchantments": [
{
"enchantment": "minecraft:silk_touch",
"levels": {
"min": 1
}
}
]
}
}
],
"name": "minecraft:lapis_ore",
"weight": 20
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 4.0,
"max": 9.0,
"type": "minecraft:uniform"
}
},
{
"function": "minecraft:apply_bonus",
"enchantment": "minecraft:fortune",
"formula": "minecraft:ore_drops"
},
{
"function": "minecraft:explosion_decay"
}
],
"name": "minecraft:lapis_lazuli",
"weight": 20
}
]
},
{
"type": "minecraft:loot_table",
"name": "origami-games:mauraud/blocks/function/ore_spirit",
"weight": 1,
"functions": [
{
"function": "minecraft:set_nbt",
"tag": "{origami-games:{mauraud:{spirit_type:\"gold\"}}}"
}
]
}
]
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:alternatives",
"children": [
{
"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:match_tool",
"predicate": {
"enchantments": [
{
"enchantment": "minecraft:silk_touch",
"levels": {
"min": 1
}
}
]
}
}
],
"name": "minecraft:nether_quartz_ore",
"weight": 20
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:apply_bonus",
"enchantment": "minecraft:fortune",
"formula": "minecraft:ore_drops"
},
{
"function": "minecraft:explosion_decay"
}
],
"name": "minecraft:quartz",
"weight": 20
}
]
},
{
"type": "minecraft:loot_table",
"name": "origami-games:mauraud/blocks/function/ore_spirit",
"weight": 1,
"functions": [
{
"function": "minecraft:set_nbt",
"tag": "{origami-games:{mauraud:{spirit_type:\"nether_quartz\"}}}"
}
]
}
]
}
]
}
Loading

0 comments on commit 3c2a83f

Please sign in to comment.