mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-09 18:14:06 +09:00
fix: getGradientCloud not sampling correct coord
This commit is contained in:
BIN
assets/clut/skyboxavr.png
LFS
BIN
assets/clut/skyboxavr.png
LFS
Binary file not shown.
@@ -1,29 +1,29 @@
|
||||
{
|
||||
"basegame:160": {
|
||||
"basegame:160": { /* stone platform */
|
||||
"workbench": "",
|
||||
"ingredients": [
|
||||
[2, 1, "$ROCK"]
|
||||
]
|
||||
},
|
||||
"basegame:161": {
|
||||
"basegame:161": { /* wooden platform */
|
||||
"workbench": "",
|
||||
"ingredients": [
|
||||
[2, 1, "basegame:48"]
|
||||
]
|
||||
},
|
||||
"basegame:162": {
|
||||
"basegame:162": { /* ebony platform */
|
||||
"workbench": "",
|
||||
"ingredients": [
|
||||
[2, 1, "basegame:49"]
|
||||
]
|
||||
},
|
||||
"basegame:163": {
|
||||
"basegame:163": { /* birch platform */
|
||||
"workbench": "",
|
||||
"ingredients": [
|
||||
[2, 1, "basegame:50"]
|
||||
]
|
||||
},
|
||||
"basegame:164": {
|
||||
"basegame:164": { /* rosewood platform */
|
||||
"workbench": "",
|
||||
"ingredients": [
|
||||
[2, 1, "basegame:51"]
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"item@basegame:5": {
|
||||
"item@basegame:5": { /* tiki torch */
|
||||
"workbench": "",
|
||||
"ingredients": [
|
||||
[1, 3, "$WOOD", 1, "basegame:176"],
|
||||
@@ -7,32 +7,32 @@
|
||||
]
|
||||
},
|
||||
|
||||
"item@basegame:16": {
|
||||
"item@basegame:16": { /* workbench */
|
||||
"workbench": "",
|
||||
"ingredients": [
|
||||
[1, 6, "$WOOD"]
|
||||
[1, 8, "$WOOD"]
|
||||
]
|
||||
},
|
||||
|
||||
"item@basegame:256": {
|
||||
"item@basegame:256": { /* oak door */
|
||||
"workbench": "basiccrafting",
|
||||
"ingredients": [
|
||||
[1, 4, "basegame:48"]
|
||||
]
|
||||
},
|
||||
"item@basegame:257": {
|
||||
"item@basegame:257": { /* ebony door */
|
||||
"workbench": "basiccrafting",
|
||||
"ingredients": [
|
||||
[1, 4, "basegame:49"]
|
||||
]
|
||||
},
|
||||
"item@basegame:258": {
|
||||
"item@basegame:258": { /* birch door */
|
||||
"workbench": "basiccrafting",
|
||||
"ingredients": [
|
||||
[1, 4, "basegame:50"]
|
||||
]
|
||||
},
|
||||
"item@basegame:259": {
|
||||
"item@basegame:259": { /* rosewood door */
|
||||
"workbench": "basiccrafting",
|
||||
"ingredients": [
|
||||
[1, 4, "basegame:51"]
|
||||
|
||||
Reference in New Issue
Block a user