File tree Expand file tree Collapse file tree
integrated_dynamics/variable_store Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,4 +43,14 @@ b.si {
4343 font-size : 1.5rem ;
4444 padding-right : 0.3rem ;
4545 vertical-align : 1rem ;
46+ }
47+
48+ /* Center Markdown Tables (requires md_in_html extension) */
49+ .center-table {
50+ text-align : center;
51+ }
52+
53+ .md-typeset .center-table : is (td , th ): not ([align ]) {
54+ /* Reset alignment for table cells */
55+ text-align : initial;
4656}
Original file line number Diff line number Diff line change @@ -3131,14 +3131,25 @@ <h1 id="mana-generating-flowers">Mana Generating Flowers<a class="headerlink" hr
31313131< p class ="picture-spacing " style ="--ps:1.9rem; "> </ p >
31323132
31333133< hr />
3134- < center >
3135-
3136- | Peripheral Name | Interfaces with | Has events | Introduced in |
3137- | --------------- | --------------- | ---------- | ------------- |
3138- | manaFlower | Mana flowers | No | 0.6b |
3139-
3140- </ center >
3141-
3134+ < table >
3135+ < thead >
3136+ < tr >
3137+ < th > Peripheral Name</ th >
3138+ < th > Interfaces with</ th >
3139+ < th > Has events</ th >
3140+ < th > Introduced in</ th >
3141+ </ tr >
3142+ </ thead >
3143+ < tbody >
3144+ < tr >
3145+ < td > manaFlower</ td >
3146+ < td > Mana flowers</ td >
3147+ < td > No</ td >
3148+ < td > 0.6b</ td >
3149+ </ tr >
3150+ </ tbody >
3151+ </ table >
3152+ </ div >
31423153< hr />
31433154< h2 id ="functions "> Functions< a class ="headerlink " href ="#functions " title ="Permanent link "> ¶</ a > </ h2 >
31443155< h3 id ="getmana "> getMana< a class ="headerlink " href ="#getmana " title ="Permanent link "> ¶</ a > </ h3 >
Original file line number Diff line number Diff line change @@ -3167,14 +3167,26 @@ <h1 id="mana-pool">Mana Pool<a class="headerlink" href="#mana-pool" title="Perma
31673167< p class ="picture-spacing " style ="--ps:1.9rem; "> </ p >
31683168
31693169< hr />
3170- < center >
3171-
3172- | Peripheral Name | Interfaces with | Has events | Introduced in |
3173- | --------------- | --------------- | ---------- | ------------- |
3174- | manaPool | Mana Pool block | No | 0.6b |
3175-
3176- </ center >
3177-
3170+ < div class ="center-table ">
3171+ < table >
3172+ < thead >
3173+ < tr >
3174+ < th > Peripheral Name</ th >
3175+ < th > Interfaces with</ th >
3176+ < th > Has events</ th >
3177+ < th > Introduced in</ th >
3178+ </ tr >
3179+ </ thead >
3180+ < tbody >
3181+ < tr >
3182+ < td > manaPool</ td >
3183+ < td > Mana Pool block</ td >
3184+ < td > No</ td >
3185+ < td > 0.6b</ td >
3186+ </ tr >
3187+ </ tbody >
3188+ </ table >
3189+ </ div >
31783190< hr />
31793191< h2 id ="functions "> Functions< a class ="headerlink " href ="#functions " title ="Permanent link "> ¶</ a > </ h2 >
31803192< h3 id ="getmana "> getMana< a class ="headerlink " href ="#getmana " title ="Permanent link "> ¶</ a > </ h3 >
Original file line number Diff line number Diff line change @@ -3197,14 +3197,26 @@ <h1 id="mana-spreader">Mana Spreader<a class="headerlink" href="#mana-spreader"
31973197< p class ="picture-spacing " style ="--ps:1.9rem; "> </ p >
31983198
31993199< hr />
3200- < center >
3201-
3202- | Peripheral Name | Interfaces with | Has events | Introduced in |
3203- | --------------- | ------------------- | ---------- | ------------- |
3204- | manaSpreader | Mana Spreader block | No | 0.6b |
3205-
3206- </ center >
3207-
3200+ < div class ="center-table ">
3201+ < table >
3202+ < thead >
3203+ < tr >
3204+ < th > Peripheral Name</ th >
3205+ < th > Interfaces with</ th >
3206+ < th > Has events</ th >
3207+ < th > Introduced in</ th >
3208+ </ tr >
3209+ </ thead >
3210+ < tbody >
3211+ < tr >
3212+ < td > manaSpreader</ td >
3213+ < td > Mana Spreader block</ td >
3214+ < td > No</ td >
3215+ < td > 0.6b</ td >
3216+ </ tr >
3217+ </ tbody >
3218+ </ table >
3219+ </ div >
32083220< hr />
32093221< h2 id ="functions "> Functions< a class ="headerlink " href ="#functions " title ="Permanent link "> ¶</ a > </ h2 >
32103222< h3 id ="getmana "> getMana< a class ="headerlink " href ="#getmana " title ="Permanent link "> ¶</ a > </ h3 >
Original file line number Diff line number Diff line change @@ -3095,14 +3095,26 @@ <h1 id="basin">Basin<a class="headerlink" href="#basin" title="Permanent link">&
30953095< p class ="picture-spacing " style ="--ps:1.9rem; "> </ p >
30963096
30973097< hr />
3098- < center >
3099-
3100- | Peripheral Name | Interfaces with | Has events | Introduced in |
3101- | --------------- | --------------- | ---------- | ------------- |
3102- | basin | Basin block | No | 0.7.16 |
3103-
3104- </ center >
3105-
3098+ < div class ="center-table ">
3099+ < table >
3100+ < thead >
3101+ < tr >
3102+ < th > Peripheral Name</ th >
3103+ < th > Interfaces with</ th >
3104+ < th > Has events</ th >
3105+ < th > Introduced in</ th >
3106+ </ tr >
3107+ </ thead >
3108+ < tbody >
3109+ < tr >
3110+ < td > basin</ td >
3111+ < td > Basin block</ td >
3112+ < td > No</ td >
3113+ < td > 0.7.16</ td >
3114+ </ tr >
3115+ </ tbody >
3116+ </ table >
3117+ </ div >
31063118< hr />
31073119< h2 id ="functions "> Functions< a class ="headerlink " href ="#functions " title ="Permanent link "> ¶</ a > </ h2 >
31083120< h3 id ="getinputfluids "> getInputFluids< a class ="headerlink " href ="#getinputfluids " title ="Permanent link "> ¶</ a > </ h3 >
Original file line number Diff line number Diff line change @@ -3071,14 +3071,26 @@ <h1 id="blaze-burner">Blaze Burner<a class="headerlink" href="#blaze-burner" tit
30713071< p class ="picture-spacing " style ="--ps:1.9rem; "> </ p >
30723072
30733073< hr />
3074- < center >
3075-
3076- | Peripheral Name | Interfaces with | Has events | Introduced in |
3077- | --------------- | ------------------ | ---------- | ------------- |
3078- | blazeBurner | Blaze Burner block | No | 0.7.16 |
3079-
3080- </ center >
3081-
3074+ < div class ="center-table ">
3075+ < table >
3076+ < thead >
3077+ < tr >
3078+ < th > Peripheral Name</ th >
3079+ < th > Interfaces with</ th >
3080+ < th > Has events</ th >
3081+ < th > Introduced in</ th >
3082+ </ tr >
3083+ </ thead >
3084+ < tbody >
3085+ < tr >
3086+ < td > blazeBurner</ td >
3087+ < td > Blaze Burner block</ td >
3088+ < td > No</ td >
3089+ < td > 0.7.16</ td >
3090+ </ tr >
3091+ </ tbody >
3092+ </ table >
3093+ </ div >
30823094< hr />
30833095< h2 id ="functions "> Functions< a class ="headerlink " href ="#functions " title ="Permanent link "> ¶</ a > </ h2 >
30843096< h3 id ="getinfo "> getInfo< a class ="headerlink " href ="#getinfo " title ="Permanent link "> ¶</ a > </ h3 >
Original file line number Diff line number Diff line change @@ -3071,14 +3071,26 @@ <h1 id="fluid-tank">Fluid Tank<a class="headerlink" href="#fluid-tank" title="Pe
30713071< p class ="picture-spacing " style ="--ps:1.9rem; "> </ p >
30723072
30733073< hr />
3074- < center >
3075-
3076- | Peripheral Name | Interfaces with | Has events | Introduced in |
3077- | --------------- | ---------------- | ---------- | ------------- |
3078- | fluidTank | Fluid Tank block | No | 0.7.16 |
3079-
3080- </ center >
3081-
3074+ < div class ="center-table ">
3075+ < table >
3076+ < thead >
3077+ < tr >
3078+ < th > Peripheral Name</ th >
3079+ < th > Interfaces with</ th >
3080+ < th > Has events</ th >
3081+ < th > Introduced in</ th >
3082+ </ tr >
3083+ </ thead >
3084+ < tbody >
3085+ < tr >
3086+ < td > fluidTank</ td >
3087+ < td > Fluid Tank block</ td >
3088+ < td > No</ td >
3089+ < td > 0.7.16</ td >
3090+ </ tr >
3091+ </ tbody >
3092+ </ table >
3093+ </ div >
30823094< hr />
30833095< h2 id ="functions "> Functions< a class ="headerlink " href ="#functions " title ="Permanent link "> ¶</ a > </ h2 >
30843096< h3 id ="getinfo "> getInfo< a class ="headerlink " href ="#getinfo " title ="Permanent link "> ¶</ a > </ h3 >
Original file line number Diff line number Diff line change @@ -3059,14 +3059,26 @@ <h1 id="mechanical-mixer">Mechanical Mixer<a class="headerlink" href="#mechanica
30593059< p class ="picture-spacing " style ="--ps:1.9rem; "> </ p >
30603060
30613061< hr />
3062- < center >
3063-
3064- | Peripheral Name | Interfaces with | Has events | Introduced in |
3065- | --------------- | ---------------------- | ---------- | ------------- |
3066- | mechanicalMixer | Mechanical Mixer block | No | 0.7.16 |
3067-
3068- </ center >
3069-
3062+ < div class ="center-table ">
3063+ < table >
3064+ < thead >
3065+ < tr >
3066+ < th > Peripheral Name</ th >
3067+ < th > Interfaces with</ th >
3068+ < th > Has events</ th >
3069+ < th > Introduced in</ th >
3070+ </ tr >
3071+ </ thead >
3072+ < tbody >
3073+ < tr >
3074+ < td > mechanicalMixer</ td >
3075+ < td > Mechanical Mixer block</ td >
3076+ < td > No</ td >
3077+ < td > 0.7.16</ td >
3078+ </ tr >
3079+ </ tbody >
3080+ </ table >
3081+ </ div >
30703082< hr />
30713083< h2 id ="functions "> Functions< a class ="headerlink " href ="#functions " title ="Permanent link "> ¶</ a > </ h2 >
30723084< h3 id ="isrunning "> isRunning< a class ="headerlink " href ="#isrunning " title ="Permanent link "> ¶</ a > </ h3 >
Original file line number Diff line number Diff line change @@ -3057,14 +3057,26 @@ <h1 id="blocks-with-scroll-value-behaviours">Blocks with Scroll Value Behaviours
30573057< p > Requires the < a href ="https://www.curseforge.com/minecraft/mc-mods/create "> Create</ a > mod to be installed</ p >
30583058</ div >
30593059< hr />
3060- < center >
3061-
3062- | Peripheral Name | Interfaces with | Has events | Introduced in |
3063- | --------------------- | ----------------------------- | ---------- | ------------- |
3064- | scrollBehaviourEntity< br > speedController (1.16) | Scroll Value Behaviour blocks | No | 0.7.16 |
3065-
3066- </ center >
3067-
3060+ < div class ="center-table ">
3061+ < table >
3062+ < thead >
3063+ < tr >
3064+ < th > Peripheral Name</ th >
3065+ < th > Interfaces with</ th >
3066+ < th > Has events</ th >
3067+ < th > Introduced in</ th >
3068+ </ tr >
3069+ </ thead >
3070+ < tbody >
3071+ < tr >
3072+ < td > scrollBehaviourEntity< br > speedController (1.16)</ td >
3073+ < td > Scroll Value Behaviour blocks</ td >
3074+ < td > No</ td >
3075+ < td > 0.7.16</ td >
3076+ </ tr >
3077+ </ tbody >
3078+ </ table >
3079+ </ div >
30683080< hr />
30693081< h2 id ="functions "> Functions< a class ="headerlink " href ="#functions " title ="Permanent link "> ¶</ a > </ h2 >
30703082< h3 id ="gettargetspeed "> getTargetSpeed< a class ="headerlink " href ="#gettargetspeed " title ="Permanent link "> ¶</ a > </ h3 >
Original file line number Diff line number Diff line change @@ -3113,14 +3113,26 @@ <h1 id="redstone-wire-connector">Redstone Wire Connector<a class="headerlink" hr
31133113< p class ="picture-spacing " style ="--ps:1.9rem; "> </ p >
31143114
31153115< hr />
3116- < center >
3117-
3118- | Peripheral Name | Interfaces with | Has events | Introduced in |
3119- | ----------------- | ----------------------------- | ---------- | ------------- |
3120- | redstoneConnector | Redstone Wire Connector block | No | 0.6b |
3121-
3122- </ center >
3123-
3116+ < div class ="center-table ">
3117+ < table >
3118+ < thead >
3119+ < tr >
3120+ < th > Peripheral Name</ th >
3121+ < th > Interfaces with</ th >
3122+ < th > Has events</ th >
3123+ < th > Introduced in</ th >
3124+ </ tr >
3125+ </ thead >
3126+ < tbody >
3127+ < tr >
3128+ < td > redstoneConnector</ td >
3129+ < td > Redstone Wire Connector block</ td >
3130+ < td > No</ td >
3131+ < td > 0.6b</ td >
3132+ </ tr >
3133+ </ tbody >
3134+ </ table >
3135+ </ div >
31243136< hr />
31253137< h2 id ="functions "> Functions< a class ="headerlink " href ="#functions " title ="Permanent link "> ¶</ a > </ h2 >
31263138< h3 id ="getredstonechannel "> getRedstoneChannel< a class ="headerlink " href ="#getredstonechannel " title ="Permanent link "> ¶</ a > </ h3 >
You can’t perform that action at this time.
0 commit comments