67 lines
3.3 KiB
Diff
67 lines
3.3 KiB
Diff
|
30,35c30,35
|
||
|
< "bones_top.png^[transform2",
|
||
|
< "bones_bottom.png",
|
||
|
< "bones_side.png",
|
||
|
< "bones_side.png",
|
||
|
< "bones_rear.png",
|
||
|
< "bones_front.png"
|
||
|
---
|
||
|
> "bones_nonshade.png",
|
||
|
> "bones_shade.png",
|
||
|
> "bones.png",
|
||
|
> "bones.png",
|
||
|
> "bones.png",
|
||
|
> "bones.png"
|
||
|
37a38,70
|
||
|
> drawtype="nodebox",
|
||
|
> node_box= {
|
||
|
> type = "fixed",
|
||
|
> fixed = {
|
||
|
> {-0.125, -0.5, -0.1875, -0.0625, -0.25, 0.1875}, -- NodeBox16
|
||
|
> {-0.0625, -0.5, -0.125, 0, -0.25, 0.1875}, -- NodeBox17
|
||
|
> {0, -0.5, -0.1875, 0.0625, -0.25, 0.1875}, -- NodeBox18
|
||
|
> {0.0625, -0.5, -0.125, 0.125, -0.25, 0.1875}, -- NodeBox19
|
||
|
> {0.125, -0.5, -0.1875, 0.1875, -0.25, 0.1875}, -- NodeBox20
|
||
|
> {-0.1875, -0.25, -0.1875, 0.25, -0.1875, 0.3125}, -- NodeBox22
|
||
|
> {-0.25, -0.1875, -0.25, 0.3125, -0.125, 0.375}, -- NodeBox23
|
||
|
> {-0.3125, -0.125, -0.25, -0.0625, 0, 0.4375}, -- NodeBox24
|
||
|
> {-0.0625, -0.125, -0.0625, 0, 0, 0.4375}, -- NodeBox26
|
||
|
> {0.0625, -0.125, -0.0625, 0.125, 0, 0.4375}, -- NodeBox27
|
||
|
> {0, -0.125, -0.25, 0.0625, 0, 0.4375}, -- NodeBox28
|
||
|
> {0.125, -0.125, -0.25, 0.375, 0, 0.4375}, -- NodeBox29
|
||
|
> {-0.3125, 0, -0.25, 0.375, 0.0625, 0.4375}, -- NodeBox30
|
||
|
> {-0.3125, 0.0625, -0.25, -0.1875, 0.125, 0.4375}, -- NodeBox31
|
||
|
> {-0.0625, 0.0625, -0.25, 0.125, 0.125, 0.4375}, -- NodeBox32
|
||
|
> {0.25, 0.0625, -0.25, 0.375, 0.125, 0.4375}, -- NodeBox33
|
||
|
> {-0.3125, 0.125, -0.25, -0.25, 0.25, 0.4375}, -- NodeBox34
|
||
|
> {-0.25, 0.25, -0.25, -0.1875, 0.3125, 0.4375}, -- NodeBox35
|
||
|
> {-0.1875, 0.3125, -0.25, 0.25, 0.375, 0.4375}, -- NodeBox37
|
||
|
> {-0.0625, 0.25, -0.25, 0.125, 0.3125, 0.4375}, -- NodeBox39
|
||
|
> {0, 0.125, -0.25, 0.0625, 0.25, 0.4375}, -- NodeBox40
|
||
|
> {0.3125, 0.125, -0.25, 0.375, 0.25, 0.4375}, -- NodeBox41
|
||
|
> {0.25, 0.25, -0.25, 0.3125, 0.3125, 0.4375}, -- NodeBox42
|
||
|
> {-0.25, 0.0625, 0.0625, 0.3125, 0.25, 0.4375}, -- NodeBox46
|
||
|
> {-0.1875, 0.25, 0.0625, 0.25, 0.3125, 0.4375}, -- NodeBox47
|
||
|
> {-0.25, -0.0625, 0.4375, 0.3125, 0.1875, 0.5}, -- NodeBox48
|
||
|
> {-0.125, 0.1875, 0.4375, 0.1875, 0.25, 0.5}, -- NodeBox49
|
||
|
> }
|
||
|
> },
|
||
|
114c147
|
||
|
< meta:set_string("infotext", meta:get_string("owner") .. "'s old bones")
|
||
|
---
|
||
|
> meta:set_string("infotext", meta:get_string("owner") .. "'s old dreams")
|
||
|
115a149,150
|
||
|
> minetest.chat_send_all("Someone's forsaken the carcass of their dreams.")
|
||
|
> minetest.chat_send_all("It can be found at " .. minetest.pos_to_string(pos) .. ".")
|
||
|
235a271,272
|
||
|
> minetest.chat_send_player(player_name, "Your dreams can be found at " .. minetest.pos_to_string(pos) .. ".")
|
||
|
>
|
||
|
237c274
|
||
|
< meta:set_string("infotext", player_name .. "'s fresh bones")
|
||
|
---
|
||
|
> meta:set_string("infotext", player_name .. "'s fresh skull")
|
||
|
247c284
|
||
|
< meta:set_string("infotext", player_name.."'s bones")
|
||
|
---
|
||
|
> meta:set_string("infotext", player_name.."'s old dreams")
|