This commit is contained in:
Jacob Vinding
2025-12-27 00:06:47 +01:00
commit 1c991e905d
1095 changed files with 172738 additions and 0 deletions

View File

@@ -0,0 +1,42 @@
{
title: "Common Ores",
icon: "galacticraftplanets:asteroids_block 1 5",
x: -8.0d,
y: -1.0d,
shape: "square",
description: "Iron and Coal Everywhere!",
text: [
"Any size of Asteroid can contain a Solid Mineral Core within, so make sure you check every one!",
"",
"Iron and Coal ore spawns inside asteroids between Y100 - Y200"
],
dependencies: [
"0f3f58cf"
],
tasks: [{
uid: "6de20f0a",
type: "item",
items: [{
item: "galacticraftplanets:item_basic_asteroids 1 3"
},
{
item: "galacticraftplanets:asteroids_block 1 5"
}],
count: 16L
},
{
uid: "a8d0de4c",
type: "item",
items: [{
item: "minecraft:coal"
},
{
item: "minecraft:coal_ore"
}]
}],
rewards: [{
uid: "cec4d3be",
type: "item",
item: "pickletweaks:nightvision_goggles"
}]
}