Перейти к содержимому

EFL

Пользователи
  • Публикации

    17
  • Зарегистрирован

  • Посещение

Комментарии блога, опубликованные пользователем EFL

  1. 3D-Принтер


    @Alex видел рекламу вашего проекта, там человек демонстрировал напечатанную комнату, кухню, у него были шторы 2х2 блока, которые закрывались 2-мя кликами, т.е. кликами по верхним блокам( нижние активировались автоматически)

  2. 3D-Принтер


    @Alex я совсем новичек в этом деле, думал как то через if можно сделать, но ума не приложу как, собственно сама дверь 

    Скрытый текст

     


    label = "ДВЕР", 
    emitRedstone = true,
    shapes = { 
    { 0,0,0,15,4,2,texture = "cobblestone" }, 
    { 15,0,0,16,16,1,texture = "planks_big_oak" }, 
    { 15,0,1,16,16,2,texture = "cobblestone" }, 
    { 0,4,0,1,9,2,texture = "iron_block" }, 
    { 1,4,0,3,16,2,texture = "cobblestone" }, 
    { 7,4,0,15,16,2,texture = "cobblestone" }, 
    { 0,9,0,15,11,2,texture = "cobblestone" }, 
    { 0,11,0,3,16,2,texture = "cobblestone" }, 

    { 0,0,0,2,4,15,texture = "cobblestone", state = true }, 
    { 0,0,15,1,16,16,texture = "cobblestone", state = true }, 
    { 1,0,15,2,16,16,texture = "planks_big_oak", state = true }, 
    { 0,4,0,2,9,1,texture = "iron_block", state = true }, 
    { 0,4,1,2,16,2,texture = "cobblestone", state = true }, 
    { 0,4,6,2,16,15,texture = "cobblestone", state = true }, 
    { 0,9,0,2,11,15,texture = "cobblestone", state = true }, 
    { 0,11,0,2,16,2,texture = "cobblestone", state = true }, 

    }, 


    label = "ДВЕР", 
    emitRedstone = true,
    shapes = { 
    { 0,0,0,15,2,2,texture = "cobblestone" }, 
    { 15,0,0,16,16,1,texture = "planks_big_oak" }, 
    { 15,0,1,16,16,2,texture = "cobblestone" }, 
    { 0,2,0,3,9,2,texture = "cobblestone" }, 
    { 7,2,0,15,16,2,texture = "cobblestone" }, 
    { 3,7,0,15,9,2,texture = "cobblestone" }, 
    { 0,9,0,1,14,2,texture = "iron_block" }, 
    { 1,9,0,3,16,2,texture = "cobblestone" }, 
    { 0,14,0,15,16,2,texture = "cobblestone" }, 

    { 0,0,0,2,2,15,texture = "cobblestone", state = true }, 
    { 0,0,15,1,16,16,texture = "cobblestone", state = true }, 
    { 1,0,15,2,16,16,texture = "planks_big_oak", state = true }, 
    { 0,2,0,2,9,2,texture = "cobblestone", state = true }, 
    { 0,2,6,2,16,15,texture = "cobblestone", state = true }, 
    { 0,7,2,2,9,15,texture = "cobblestone", state = true }, 
    { 0,9,0,2,14,1,texture = "iron_block", state = true }, 
    { 0,9,1,2,16,2,texture = "cobblestone", state = true }, 
    { 0,14,0,2,16,15,texture = "cobblestone", state = true }, 

    }

     

     

×
×
  • Создать...