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,30 @@
{
title: "Asteroids",
x: -12.5d,
y: -1.0d,
shape: "square",
description: "Exploring your surroundings.",
text: [
"The entire dimension is made of floating rocks varying in size, from 1 up 30 blocks large. The gravity is very low (microgravity).",
"",
"A player without the ability to fly can jump from asteroid to asteroid - there are enough small rocks between the large ones that that is normally possible, at least with the help of a Grapple."
],
dependencies: [
"670877ff"
],
tasks: [{
uid: "30fb1c9b",
type: "item",
items: [{
item: "galacticraftplanets:asteroids_block"
}],
count: 8L,
ignore_damage: true,
ignore_nbt: 1b
}],
rewards: [{
uid: "b0166b60",
type: "choice",
table: 7
}]
}