24,497 ARTICLES
ON THIS WIKI

Dynamism Tablet

Dynamism Tablet
Dynamism Tablet

Name Dynamism Tablet
Source Mod Thaumic Tinkerer 2
ID Name
ThaumicTinkerer:animationTablet
First Appearance 1.6.4
Type Block
Stackable Yes (64)
Blast Resistance 150.0
Hardness 3.0
Solid Yes
Transparent Yes
Affected by Gravity No
Emits Light No
Flammable No
Required Tool Wooden Pickaxe

Dynamism Tablet is a block added by the Thaumic Tinkerer 2 mod. It works almost the same as Autonomous Activator from Thermal Expansion mod. It can accept any block or item and perform a right-click or left-click with it, can be turned on and off by redstone. The differences are that the machine does not need energy and it only has one slot for blocks or items to operate with. The Tablet is a ComputerCraft peripheral, which allows a Computer to manipulate it.

API[1][edit]

  • [boolean] getRedstone() - gets if the tablet is in Redstone Control mode.
  • [nil] setRedstone(boolean) - sets the tablet's Redstone Control mode to the one specified.
  • [boolean] getLeftClick() - gets if the tablet is in Left Click mode.
  • [nil] setLeftClick(boolean) - sets the tablet's click mode to the one specified, false is Left Click, true is Right Click.
  • [int] getRotation() - gets the rotation of the tablet.
  • [nil] setRotation(int) - sets the tablet's rotation the the one passed in. Valid values are between 0 and 3, inclusive.
  • [boolean] hasItem() - gets if the tablet has an item in it.
  • [boolean] trigger() - triggers the tablet to do it's action. Even if it normally wouldn't. Returns false if the tablet is already working, true if it triggered.

Thaumcraft 4 Research Notes[edit]

Dynamism Tablet
[TT] I'm level 78...

Research aspects in this block[edit]

Aer
Aer
GridNumbersCSS.pngGridNumbersCSS.pngGridNumbersCSS.png
 
Ignis
Ignis
GridNumbersCSS.pngGridNumbersCSS.pngGridNumbersCSS.png
 
Lucrum
Lucrum
GridNumbersCSS.pngGridNumbersCSS.pngGridNumbersCSS.png
 
Metallum
Metallum
GridNumbersCSS.pngGridNumbersCSS.pngGridNumbersCSS.png
 
Ordo
Ordo
GridNumbersCSS.pngGridNumbersCSS.pngGridNumbersCSS.png
 
Terra
Terra
GridNumbersCSS.pngGridNumbersCSS.pngGridNumbersCSS.png

Thaumonomicon Entry[edit]

"You decided to further discover the uses of Golem Animation Cores, and this is the fruit of that labour.

This tablet can accept an item to animate with mystical energy. Using the left and right buttons in the tablet's interface, you can select to do a left or right click with the item. The button in the bottom controls if the tablet reacts always when it can or just when a redstone signal is applied.

Virtually anything can be animated, including blocks. The type of tool in the tablet also defines how fast something breaks, as expected."

Recipe[edit]

GUI Arcane Worktable.png
Gold Ingot
Iron Ingot
Gold Ingot
Iron Ingot
Golem Animation Core (Blank)
Iron Ingot



Aer
GridNumbersCSS.pngGridNumbersCSS.pngGridNumbersCSS.png
Ordo
GridNumbersCSS.pngGridNumbersCSS.pngGridNumbersCSS.png
Ignis
GridNumbersCSS.pngGridNumbersCSS.pngGridNumbersCSS.png
Dynamism Tablet

Usage[edit]

Dynamism Tablet has no known uses in crafting.

References[edit]

  1. The API documentation on GitHub