Initial
This commit is contained in:
@@ -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
|
||||
}]
|
||||
}
|
||||
Reference in New Issue
Block a user