mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-16 10:51:55 -04:00
Now with 120% less derp!
That's how math works, right?
This commit is contained in:
parent
b1e29e9b5a
commit
1d0f1cb264
@ -1,7 +1,9 @@
|
||||
[{
|
||||
"includes": ["traits/environment.json"],
|
||||
"includes": ["traits/inventory.json"],
|
||||
"includes": ["traits/powerAcceptor.json"],
|
||||
"includes": [
|
||||
"traits/environment.json",
|
||||
"traits/inventory.json",
|
||||
"traits/powerAcceptor.json"
|
||||
],
|
||||
"nbt": {
|
||||
"blacklist": [
|
||||
"oc:adapter.blocks"
|
||||
|
@ -1,7 +1,9 @@
|
||||
[{
|
||||
"includes": ["traits/environment.json"],
|
||||
"includes": ["traits/inventory.json"],
|
||||
"includes": ["traits/powerAcceptor.json"],
|
||||
"includes": [
|
||||
"traits/environment.json",
|
||||
"traits/inventory.json",
|
||||
"traits/powerAcceptor.json"
|
||||
],
|
||||
"nbt": {
|
||||
"blacklist": [
|
||||
"oc:remaining"
|
||||
|
@ -1,7 +1,9 @@
|
||||
[{
|
||||
"includes": ["traits/computer.json"],
|
||||
"includes": ["traits/inventory.json"],
|
||||
"includes": ["traits/powerAcceptor.json"],
|
||||
"includes": ["traits/redstone.json"],
|
||||
"includes": ["traits/rotatable.json"]
|
||||
"includes": [
|
||||
"traits/computer.json",
|
||||
"traits/inventory.json",
|
||||
"traits/powerAcceptor.json",
|
||||
"traits/redstone.json",
|
||||
"traits/rotatable.json"
|
||||
]
|
||||
}]
|
@ -1,9 +1,11 @@
|
||||
[{
|
||||
"includes": ["traits/environment.json"],
|
||||
"includes": ["traits/inventory.json"],
|
||||
"includes": ["traits/powerAcceptor.json"],
|
||||
"includes": ["traits/redstone.json"],
|
||||
"includes": ["traits/rotatable.json"],
|
||||
"includes": [
|
||||
"traits/environment.json",
|
||||
"traits/inventory.json",
|
||||
"traits/powerAcceptor.json",
|
||||
"traits/redstone.json",
|
||||
"traits/rotatable.json"
|
||||
],
|
||||
"nbt": {
|
||||
"blacklist": [
|
||||
"chargeSpeed",
|
||||
|
@ -1,7 +1,9 @@
|
||||
[{
|
||||
"includes": ["traits/environment.json"],
|
||||
"includes": ["traits/inventory.json"],
|
||||
"includes": ["traits/powerAcceptor.json"],
|
||||
"includes": [
|
||||
"traits/environment.json",
|
||||
"traits/inventory.json",
|
||||
"traits/powerAcceptor.json"
|
||||
],
|
||||
"nbt": {
|
||||
"blacklist": [
|
||||
"oc:buffer",
|
||||
|
@ -1,5 +1,7 @@
|
||||
[{
|
||||
"includes": ["traits/environment.json"],
|
||||
"includes": ["traits/inventory.json"],
|
||||
"includes": ["traits/rotatable.json"]
|
||||
"includes": [
|
||||
"traits/environment.json",
|
||||
"traits/inventory.json",
|
||||
"traits/rotatable.json"
|
||||
]
|
||||
}]
|
@ -1,5 +1,7 @@
|
||||
[{
|
||||
"includes": ["traits/environment.json"],
|
||||
"includes": ["traits/externalData.json"],
|
||||
"includes": ["traits/rotatable.json"]
|
||||
"includes": [
|
||||
"traits/environment.json",
|
||||
"traits/externalData.json",
|
||||
"traits/rotatable.json"
|
||||
]
|
||||
}]
|
@ -1,10 +1,12 @@
|
||||
[{
|
||||
"includes": ["traits/computer.json"],
|
||||
"includes": ["traits/hub.json"],
|
||||
"includes": ["traits/inventory.json"],
|
||||
"includes": ["traits/powerAcceptor.json"],
|
||||
"includes": ["traits/redstone.json"],
|
||||
"includes": ["traits/rotatable.json"],
|
||||
"includes": [
|
||||
"traits/computer.json",
|
||||
"traits/hub.json",
|
||||
"traits/inventory.json",
|
||||
"traits/powerAcceptor.json",
|
||||
"traits/redstone.json",
|
||||
"traits/rotatable.json"
|
||||
],
|
||||
"nbt": {
|
||||
"blacklist": [
|
||||
"oc:info",
|
||||
|
@ -1,5 +1,7 @@
|
||||
[{
|
||||
"includes": ["traits/environment.json"],
|
||||
"includes": ["traits/redstone.json"],
|
||||
"includes": ["traits/rotatable.json"]
|
||||
"includes": [
|
||||
"traits/environment.json",
|
||||
"traits/redstone.json",
|
||||
"traits/rotatable.json"
|
||||
]
|
||||
}]
|
@ -1,4 +1,6 @@
|
||||
[{
|
||||
"includes": ["traits/environment.json"],
|
||||
"includes": ["traits/powerAcceptor.json"]
|
||||
"includes": [
|
||||
"traits/environment.json",
|
||||
"traits/powerAcceptor.json"
|
||||
]
|
||||
}]
|
@ -1,6 +1,8 @@
|
||||
[{
|
||||
"includes": ["traits/environment.json"],
|
||||
"includes": ["traits/inventory.json"],
|
||||
"includes": [
|
||||
"traits/environment.json",
|
||||
"traits/inventory.json"
|
||||
],
|
||||
"nbt": {
|
||||
"blacklist": [
|
||||
"oc:active",
|
||||
|
@ -1,5 +1,7 @@
|
||||
[{
|
||||
"includes": ["traits/environment.json"],
|
||||
"includes": ["traits/inventory.json"],
|
||||
"includes": ["traits/rotatable.json"]
|
||||
"includes": [
|
||||
"traits/environment.json",
|
||||
"traits/inventory.json",
|
||||
"traits/rotatable.json"
|
||||
]
|
||||
}]
|
@ -1,7 +1,9 @@
|
||||
[{
|
||||
"includes": ["traits/hub.json"],
|
||||
"includes": ["traits/inventory.json"],
|
||||
"includes": ["traits/powerAcceptor.json"],
|
||||
"includes": [
|
||||
"traits/hub.json",
|
||||
"traits/inventory.json",
|
||||
"traits/powerAcceptor.json"
|
||||
],
|
||||
"nbt": {
|
||||
"blacklist": [
|
||||
"oc:componentNodes"
|
||||
|
@ -1,9 +1,11 @@
|
||||
[{
|
||||
"includes": ["traits/computer.json"],
|
||||
"includes": ["traits/environment.json"],
|
||||
"includes": ["traits/inventory.json"],
|
||||
"includes": ["traits/redstone.json"],
|
||||
"includes": ["traits/rotatable.json"],
|
||||
"includes": [
|
||||
"traits/computer.json",
|
||||
"traits/environment.json",
|
||||
"traits/inventory.json",
|
||||
"traits/redstone.json",
|
||||
"traits/rotatable.json"
|
||||
],
|
||||
"nbt": {
|
||||
"blacklist": [
|
||||
"display",
|
||||
|
@ -1,8 +1,10 @@
|
||||
[{
|
||||
"includes": ["traits/environment.json"],
|
||||
"includes": ["traits/externalData.json"],
|
||||
"includes": ["traits/redstone.json"],
|
||||
"includes": ["traits/rotatable.json"],
|
||||
"includes": [
|
||||
"traits/environment.json",
|
||||
"traits/externalData.json",
|
||||
"traits/redstone.json",
|
||||
"traits/rotatable.json"
|
||||
],
|
||||
"nbt": {
|
||||
"blacklist": [
|
||||
"oc:hasPower",
|
||||
|
@ -1,9 +1,11 @@
|
||||
[{
|
||||
"includes": ["traits/hub.json"],
|
||||
"includes": ["traits/inventory.json"],
|
||||
"includes": ["traits/powerAcceptor.json"],
|
||||
"includes": ["traits/redstone.json"],
|
||||
"includes": ["traits/rotatable.json"],
|
||||
"includes": [
|
||||
"traits/hub.json",
|
||||
"traits/inventory.json",
|
||||
"traits/powerAcceptor.json",
|
||||
"traits/redstone.json",
|
||||
"traits/rotatable.json"
|
||||
],
|
||||
"nbt": {
|
||||
"blacklist": [
|
||||
"oc:servers",
|
||||
|
@ -1,5 +1,7 @@
|
||||
[{
|
||||
"includes": ["traits/environment.json"],
|
||||
"includes": ["traits/redstone.json"],
|
||||
"includes": ["traits/rotatable.json"]
|
||||
"includes": [
|
||||
"traits/environment.json",
|
||||
"traits/redstone.json",
|
||||
"traits/rotatable.json"
|
||||
]
|
||||
}]
|
Loading…
x
Reference in New Issue
Block a user