Jump to content


gabriel's Content

There have been 2 items by gabriel (Search limited from 29-March 23)


By content type

See this member's

Sort by                Order  

#223751 Quadracoptors 0.2.0 [MC 1.7.10 | CC 1.65+]

Posted by gabriel on 29 June 2015 - 12:20 AM in Peripherals and Turtle Upgrades

why not add some fuel system, it's nice to have them flying arround but for ever and ever may not let it attractive to survival gaming



#222335 is this a Bug?

Posted by gabriel on 20 June 2015 - 11:40 PM in Ask a Pro

I'm trying to use a table inside a table, bur for some reason is not working
t={teste}
teste={1,2,3}
print(t[1][1])
print(teste[1])
table.insert(t[1],1,5)
print(t[1][1],teste[1])
this is returning
1
1
51

if for example I change "teste={7,2,3}" the first time that this code run it returns
1
7
57
and the second time it returns
7
7
57
I'm pretty confused, the expected result to me was something like
1
1
11
I'm using the computer craft from the tekkit mod, I think it's version is 1.6 or 1.6.1 from what I can do