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,29 @@
{
x: 4.5d,
y: -4.0d,
shape: "diamond",
text: [
"Refined Fuel is an advanced fuel that can be used as a rocket fuel."
],
dependencies: [
"ec30b75f"
],
tasks: [{
uid: "f32a2097",
type: "item",
items: [{
id: "forge:bucketfilled",
tag: {
FluidName: "refined_fuel",
Amount: 1000
}
}],
ignore_damage: true,
ignore_nbt: 1b
}],
rewards: [{
uid: "44246699",
type: "choice",
table: 7
}]
}